title | platform |
---|---|
About the google_vertex_ai_schedules resource |
gcp |
A google_vertex_ai_schedules
is used to test a Google Schedule resource
describe google_vertex_ai_schedules(parent: "projects/#{gcp_project_id}/locations/#{schedule['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_schedules
resource:
See google_vertex_ai_schedule.md for more detailed information
started_run_counts
: an array ofgoogle_vertex_ai_schedule
started_run_countallow_queueings
: an array ofgoogle_vertex_ai_schedule
allow_queueingnames
: an array ofgoogle_vertex_ai_schedule
namecrons
: an array ofgoogle_vertex_ai_schedule
cronlast_pause_times
: an array ofgoogle_vertex_ai_schedule
last_pause_timecreate_times
: an array ofgoogle_vertex_ai_schedule
create_timestart_times
: an array ofgoogle_vertex_ai_schedule
start_timemax_run_counts
: an array ofgoogle_vertex_ai_schedule
max_run_countnext_run_times
: an array ofgoogle_vertex_ai_schedule
next_run_timeupdate_times
: an array ofgoogle_vertex_ai_schedule
update_timelast_scheduled_run_responses
: an array ofgoogle_vertex_ai_schedule
last_scheduled_run_responselast_resume_times
: an array ofgoogle_vertex_ai_schedule
last_resume_timemax_concurrent_run_counts
: an array ofgoogle_vertex_ai_schedule
max_concurrent_run_countstates
: an array ofgoogle_vertex_ai_schedule
statecreate_pipeline_job_requests
: an array ofgoogle_vertex_ai_schedule
create_pipeline_job_requestdisplay_names
: an array ofgoogle_vertex_ai_schedule
display_namecatch_ups
: an array ofgoogle_vertex_ai_schedule
catch_upend_times
: an array ofgoogle_vertex_ai_schedule
end_time
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.