Cloud AI Platform v1 API - Class CreateDataLabelingJobRequest (2.27.0)

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

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

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