Class ProjectsResource.LocationsResource.DataLabelingJobsResource
The "dataLabelingJobs" collection of methods.
Inherited Members
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:
|
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: |
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:
|
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:
|
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: |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DataLabelingJobsResource.ListRequest |