title | platform |
---|---|
About the google_vertex_ai_studies resource |
gcp |
A google_vertex_ai_studies
is used to test a Google Study resource
describe google_vertex_ai_studies(parent: "projects/#{gcp_project_id}/locations/#{study['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_studies
resource:
See google_vertex_ai_study.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.