google_vertex_ai_studies_trials resource
Use the google_vertex_ai_studies_trials InSpec audit resource to to test a Google Cloud StudiesTrial resource.
Examples
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
Properties that can be accessed from the google_vertex_ai_studies_trials resource:
See google_vertex_ai_studies_trial for more detailed information.
measurements: an array ofgoogle_vertex_ai_studies_trialmeasurementsstart_times: an array ofgoogle_vertex_ai_studies_trialstart_timeend_times: an array ofgoogle_vertex_ai_studies_trialend_timeparameters: an array ofgoogle_vertex_ai_studies_trialparametersnames: an array ofgoogle_vertex_ai_studies_trialnameinfeasible_reasons: an array ofgoogle_vertex_ai_studies_trialinfeasible_reasonfinal_measurements: an array ofgoogle_vertex_ai_studies_trialfinal_measurementclient_ids: an array ofgoogle_vertex_ai_studies_trialclient_idcustom_jobs: an array ofgoogle_vertex_ai_studies_trialcustom_jobstates: an array ofgoogle_vertex_ai_studies_trialstateweb_access_uris: an array ofgoogle_vertex_ai_studies_trialweb_access_urisids: an array ofgoogle_vertex_ai_studies_trialid
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.