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_study
study_specnames
: an array ofgoogle_vertex_ai_study
namedisplay_names
: an array ofgoogle_vertex_ai_study
display_namestates
: an array ofgoogle_vertex_ai_study
statecreate_times
: an array ofgoogle_vertex_ai_study
create_timeinactive_reasons
: an array ofgoogle_vertex_ai_study
inactive_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.