Vertex AI Hyperparameter Tuning Job

Vertex AI Hyperparameter Tuning Job automatically searches for the best hyperparameter values for a machine learning model on Google Cloud. It runs multiple training trials in parallel, each with different hyperparameter combinations, and uses optimization algorithms to find the configuration that yields the best model performance.

gcp.aiplatform_hyperparameter_tuning_job

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
create_timecoretimestampOutput only. Time when the HyperparameterTuningJob was created.
datadog_display_namecorestring
encryption_speccorejsonCustomer-managed encryption key options for a HyperparameterTuningJob. If this is set, then all resources created by the HyperparameterTuningJob will be encrypted with the provided encryption key.
end_timecoretimestampOutput only. Time when the HyperparameterTuningJob entered any of the following states: `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED`, `JOB_STATE_CANCELLED`.
errorcorejsonOutput only. Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
gcp_display_namecorestringRequired. The display name of the HyperparameterTuningJob. The name can be up to 128 characters long and can consist of any UTF-8 characters.
labelscorearray<string>The labels with user-defined metadata to organize HyperparameterTuningJobs. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
max_failed_trial_countcoreint64The number of failed Trials that need to be seen before failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many Trials must fail before the whole job fails.
max_trial_countcoreint64Required. The desired total number of Trials.
namecorestringOutput only. Resource name of the HyperparameterTuningJob.
organization_idcorestring
parallel_trial_countcoreint64Required. The desired number of Trials to run in parallel.
parentcorestring
project_idcorestring
project_numbercorestring
region_idcorestring
resource_namecorestring
satisfies_pzicoreboolOutput only. Reserved for future use.
satisfies_pzscoreboolOutput only. Reserved for future use.
start_timecoretimestampOutput only. Time when the HyperparameterTuningJob for the first time entered the `JOB_STATE_RUNNING` state.
statecorestringOutput only. The detailed state of the job.
study_speccorejsonRequired. Study configuration of the HyperparameterTuningJob.
tagscorehstore_csv
trial_job_speccorejsonRequired. The spec of a trial job. The same spec applies to the CustomJobs created in all the trials.
trialscorejsonOutput only. Trials of the HyperparameterTuningJob.
update_timecoretimestampOutput only. Time when the HyperparameterTuningJob was most recently updated.
zone_idcorestring