title | platform |
---|---|
About the google_vertex_ai_hyperparameter_tuning_jobs resource |
gcp |
A google_vertex_ai_hyperparameter_tuning_jobs
is used to test a Google HyperparameterTuningJob resource
describe google_vertex_ai_hyperparameter_tuning_jobs(parent: "projects/#{gcp_project_id}/locations/#{hyperparameter_tuning_job['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_hyperparameter_tuning_jobs
resource:
See google_vertex_ai_hyperparameter_tuning_job.md for more detailed information
study_specs
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
study_spectrials
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
trialsstates
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
statemax_failed_trial_counts
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
max_failed_trial_countencryption_specs
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
encryption_specerrors
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
errorend_times
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
end_timeupdate_times
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
update_timestart_times
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
start_timelabels
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
labelscreate_times
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
create_timeparallel_trial_counts
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
parallel_trial_counttrial_job_specs
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
trial_job_specmax_trial_counts
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
max_trial_countdisplay_names
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
display_namenames
: an array ofgoogle_vertex_ai_hyperparameter_tuning_job
name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.