Properties of a HyperparameterTuningJob.
Package
@google-cloud/aiplatformProperties
createTime
createTime?: (google.protobuf.ITimestamp|null);
HyperparameterTuningJob createTime
displayName
displayName?: (string|null);
HyperparameterTuningJob displayName
encryptionSpec
encryptionSpec?: (google.cloud.aiplatform.v1.IEncryptionSpec|null);
HyperparameterTuningJob encryptionSpec
endTime
endTime?: (google.protobuf.ITimestamp|null);
HyperparameterTuningJob endTime
error
error?: (google.rpc.IStatus|null);
HyperparameterTuningJob error
labels
labels?: ({ [k: string]: string }|null);
HyperparameterTuningJob labels
maxFailedTrialCount
maxFailedTrialCount?: (number|null);
HyperparameterTuningJob maxFailedTrialCount
maxTrialCount
maxTrialCount?: (number|null);
HyperparameterTuningJob maxTrialCount
name
name?: (string|null);
HyperparameterTuningJob name
parallelTrialCount
parallelTrialCount?: (number|null);
HyperparameterTuningJob parallelTrialCount
startTime
startTime?: (google.protobuf.ITimestamp|null);
HyperparameterTuningJob startTime
state
state?: (google.cloud.aiplatform.v1.JobState|keyof typeof google.cloud.aiplatform.v1.JobState|null);
HyperparameterTuningJob state
studySpec
studySpec?: (google.cloud.aiplatform.v1.IStudySpec|null);
HyperparameterTuningJob studySpec
trialJobSpec
trialJobSpec?: (google.cloud.aiplatform.v1.ICustomJobSpec|null);
HyperparameterTuningJob trialJobSpec
trials
trials?: (google.cloud.aiplatform.v1.ITrial[]|null);
HyperparameterTuningJob trials
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
HyperparameterTuningJob updateTime