Class CreateDataLabelingJobRequest (1.5.0)

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

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

Inheritance

Object > CreateDataLabelingJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateDataLabelingJobRequest()

public CreateDataLabelingJobRequest()

CreateDataLabelingJobRequest(CreateDataLabelingJobRequest)

public CreateDataLabelingJobRequest(CreateDataLabelingJobRequest other)
Parameter
NameDescription
otherCreateDataLabelingJobRequest

Properties

DataLabelingJob

public DataLabelingJob DataLabelingJob { get; set; }

Required. The DataLabelingJob to create.

Property Value
TypeDescription
DataLabelingJob

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName