Cloud AI Platform v1 API - Class GetDataLabelingJobRequest (2.27.0)

public sealed class GetDataLabelingJobRequest : IMessage<GetDataLabelingJobRequest>, IEquatable<GetDataLabelingJobRequest>, IDeepCloneable<GetDataLabelingJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetDataLabelingJobRequest.

Request message for [JobService.GetDataLabelingJob][google.cloud.aiplatform.v1.JobService.GetDataLabelingJob].

Inheritance

object > GetDataLabelingJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetDataLabelingJobRequest()

public GetDataLabelingJobRequest()

GetDataLabelingJobRequest(GetDataLabelingJobRequest)

public GetDataLabelingJobRequest(GetDataLabelingJobRequest other)
Parameter
NameDescription
otherGetDataLabelingJobRequest

Properties

DataLabelingJobName

public DataLabelingJobName DataLabelingJobName { get; set; }

DataLabelingJobName-typed view over the Name resource name property.

Property Value
TypeDescription
DataLabelingJobName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string