title | platform |
---|---|
About the google_vertex_ai_studies_trials resource |
gcp |
A google_vertex_ai_studies_trials
is used to test a Google StudiesTrial resource
describe google_vertex_ai_studies_trials(parent: "projects/#{gcp_project_id}/locations/#{studies_trial['region']}/studies/#{studies_trial['study']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_studies_trials
resource:
See google_vertex_ai_studies_trial.md for more detailed information
measurements
: an array ofgoogle_vertex_ai_studies_trial
measurementsstart_times
: an array ofgoogle_vertex_ai_studies_trial
start_timeend_times
: an array ofgoogle_vertex_ai_studies_trial
end_timeparameters
: an array ofgoogle_vertex_ai_studies_trial
parametersnames
: an array ofgoogle_vertex_ai_studies_trial
nameinfeasible_reasons
: an array ofgoogle_vertex_ai_studies_trial
infeasible_reasonfinal_measurements
: an array ofgoogle_vertex_ai_studies_trial
final_measurementclient_ids
: an array ofgoogle_vertex_ai_studies_trial
client_idcustom_jobs
: an array ofgoogle_vertex_ai_studies_trial
custom_jobstates
: an array ofgoogle_vertex_ai_studies_trial
stateweb_access_uris
: an array ofgoogle_vertex_ai_studies_trial
web_access_urisids
: an array ofgoogle_vertex_ai_studies_trial
id
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.