public sealed class CreateDataLabelingJobRequest : IMessage<CreateDataLabelingJobRequest>, IEquatable<CreateDataLabelingJobRequest>, IDeepCloneable<CreateDataLabelingJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateDataLabelingJobRequest.
Request message for [JobService.CreateDataLabelingJob][google.cloud.aiplatform.v1beta1.JobService.CreateDataLabelingJob].
Implements
IMessageCreateDataLabelingJobRequest, IEquatableCreateDataLabelingJobRequest, IDeepCloneableCreateDataLabelingJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateDataLabelingJobRequest()
public CreateDataLabelingJobRequest()CreateDataLabelingJobRequest(CreateDataLabelingJobRequest)
public CreateDataLabelingJobRequest(CreateDataLabelingJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDataLabelingJobRequest |
Properties
DataLabelingJob
public DataLabelingJob DataLabelingJob { get; set; }Required. The DataLabelingJob to create.
| Property Value | |
|---|---|
| Type | Description |
DataLabelingJob |
|
Parent
public string Parent { get; set; }Required. The parent of the DataLabelingJob.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|