Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DataLabelingJobsResource

The "dataLabelingJobs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DataLabelingJobsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataLabelingJobsResource

Constructors

DataLabelingJobsResource(IClientService)

Constructs a new resource.

Declaration
public DataLabelingJobsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.OperationsResource

Methods

Cancel(GoogleCloudAiplatformV1CancelDataLabelingJobRequest, string)

Cancels a DataLabelingJob. Success of cancellation is not guaranteed.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.CancelRequest Cancel(GoogleCloudAiplatformV1CancelDataLabelingJobRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1CancelDataLabelingJobRequest body

The body of the request.

string name

Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Returns
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.CancelRequest

Create(GoogleCloudAiplatformV1DataLabelingJob, string)

Creates a DataLabelingJob.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.CreateRequest Create(GoogleCloudAiplatformV1DataLabelingJob body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1DataLabelingJob body

The body of the request.

string parent

Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.CreateRequest

Delete(string)

Deletes a DataLabelingJob.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the DataLabelingJob to be deleted. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Returns
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.DeleteRequest

Get(string)

Gets a DataLabelingJob.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Returns
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.GetRequest

List(string)

Lists DataLabelingJobs in a Location.

Declaration
public virtual ProjectsResource.LocationsResource.DataLabelingJobsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.DataLabelingJobsResource.ListRequest
In this article
Back to top Generated by DocFX