public sealed class GetDataLabelingJobRequest : IMessage<GetDataLabelingJobRequest>, IEquatable<GetDataLabelingJobRequest>, IDeepCloneable<GetDataLabelingJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetDataLabelingJobRequest.
Request message for [JobService.GetDataLabelingJob][google.cloud.aiplatform.v1beta1.JobService.GetDataLabelingJob].
Implements
IMessageGetDataLabelingJobRequest, IEquatableGetDataLabelingJobRequest, IDeepCloneableGetDataLabelingJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetDataLabelingJobRequest()
public GetDataLabelingJobRequest()
GetDataLabelingJobRequest(GetDataLabelingJobRequest)
public GetDataLabelingJobRequest(GetDataLabelingJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetDataLabelingJobRequest |
Properties
DataLabelingJobName
public DataLabelingJobName DataLabelingJobName { get; set; }
DataLabelingJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataLabelingJobName |
Name
public string Name { get; set; }
Required. The name of the DataLabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
Property Value | |
---|---|
Type | Description |
string |