Interface protos.google.cloud.aiplatform.v1.IHyperparameterTuningJob (1.7.2)

Properties of a HyperparameterTuningJob.

Package

@google-cloud/aiplatform!

Properties

createTime

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

HyperparameterTuningJob createTime

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

displayName

displayName?: (string|null);

HyperparameterTuningJob displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

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

HyperparameterTuningJob encryptionSpec

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

endTime

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

HyperparameterTuningJob endTime

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

error

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

HyperparameterTuningJob error

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

labels

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

HyperparameterTuningJob labels

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

maxFailedTrialCount

maxFailedTrialCount?: (number|null);

HyperparameterTuningJob maxFailedTrialCount

Property Value
TypeDescription
(number|null)

maxTrialCount

maxTrialCount?: (number|null);

HyperparameterTuningJob maxTrialCount

Property Value
TypeDescription
(number|null)

name

name?: (string|null);

HyperparameterTuningJob name

Property Value
TypeDescription
(string|null)

parallelTrialCount

parallelTrialCount?: (number|null);

HyperparameterTuningJob parallelTrialCount

Property Value
TypeDescription
(number|null)

startTime

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

HyperparameterTuningJob startTime

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

state

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

HyperparameterTuningJob state

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

studySpec

studySpec?: (google.cloud.aiplatform.v1.IStudySpec|null);

HyperparameterTuningJob studySpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IStudySpec|null)

trialJobSpec

trialJobSpec?: (google.cloud.aiplatform.v1.ICustomJobSpec|null);

HyperparameterTuningJob trialJobSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ICustomJobSpec|null)

trials

trials?: (google.cloud.aiplatform.v1.ITrial[]|null);

HyperparameterTuningJob trials

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ITrial[]|null)

updateTime

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

HyperparameterTuningJob updateTime

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