google_vertex_ai_studies resource
Use the google_vertex_ai_studies InSpec audit resource to to test a Google Cloud Study resource.
Examples
describe google_vertex_ai_studies(parent: "projects/#{gcp_project_id}/locations/#{study['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_studies resource:
See google_vertex_ai_study for more detailed information.
study_specs: an array ofgoogle_vertex_ai_studystudy_specnames: an array ofgoogle_vertex_ai_studynamedisplay_names: an array ofgoogle_vertex_ai_studydisplay_namestates: an array ofgoogle_vertex_ai_studystatecreate_times: an array ofgoogle_vertex_ai_studycreate_timeinactive_reasons: an array ofgoogle_vertex_ai_studyinactive_reason
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.