Interface protos.google.cloud.aiplatform.v1beta1.IDataLabelingJob (1.7.2)

Properties of a DataLabelingJob.

Package

@google-cloud/aiplatform!

Properties

activeLearningConfig

activeLearningConfig?: (google.cloud.aiplatform.v1beta1.IActiveLearningConfig|null);

DataLabelingJob activeLearningConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IActiveLearningConfig|null)

annotationLabels

annotationLabels?: ({ [k: string]: string }|null);

DataLabelingJob annotationLabels

Property Value
TypeDescription
({ [k: string]: string }|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

DataLabelingJob createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

currentSpend

currentSpend?: (google.type.IMoney|null);

DataLabelingJob currentSpend

Property Value
TypeDescription
(google.type.IMoney|null)

datasets

datasets?: (string[]|null);

DataLabelingJob datasets

Property Value
TypeDescription
(string[]|null)

displayName

displayName?: (string|null);

DataLabelingJob displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

encryptionSpec?: (google.cloud.aiplatform.v1beta1.IEncryptionSpec|null);

DataLabelingJob encryptionSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IEncryptionSpec|null)

error

error?: (google.rpc.IStatus|null);

DataLabelingJob error

Property Value
TypeDescription
(google.rpc.IStatus|null)

inputs

inputs?: (google.protobuf.IValue|null);

DataLabelingJob inputs

Property Value
TypeDescription
(google.protobuf.IValue|null)

inputsSchemaUri

inputsSchemaUri?: (string|null);

DataLabelingJob inputsSchemaUri

Property Value
TypeDescription
(string|null)

instructionUri

instructionUri?: (string|null);

DataLabelingJob instructionUri

Property Value
TypeDescription
(string|null)

labelerCount

labelerCount?: (number|null);

DataLabelingJob labelerCount

Property Value
TypeDescription
(number|null)

labelingProgress

labelingProgress?: (number|null);

DataLabelingJob labelingProgress

Property Value
TypeDescription
(number|null)

labels

labels?: ({ [k: string]: string }|null);

DataLabelingJob labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

DataLabelingJob name

Property Value
TypeDescription
(string|null)

specialistPools

specialistPools?: (string[]|null);

DataLabelingJob specialistPools

Property Value
TypeDescription
(string[]|null)

state

state?: (google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null);

DataLabelingJob state

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

DataLabelingJob updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)