title | platform |
---|---|
About the google_vertex_ai_custom_jobs resource |
gcp |
A google_vertex_ai_custom_jobs
is used to test a Google CustomJob resource
describe google_vertex_ai_custom_job(parent: ' value_parent', region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_custom_jobs
resource:
See google_vertex_ai_custom_job.md for more detailed information
errors
: an array ofgoogle_vertex_ai_custom_job
errorweb_access_uris
: an array ofgoogle_vertex_ai_custom_job
web_access_urisjob_specs
: an array ofgoogle_vertex_ai_custom_job
job_specstart_times
: an array ofgoogle_vertex_ai_custom_job
start_timelabels
: an array ofgoogle_vertex_ai_custom_job
labelsencryption_specs
: an array ofgoogle_vertex_ai_custom_job
encryption_speccreate_times
: an array ofgoogle_vertex_ai_custom_job
create_timeupdate_times
: an array ofgoogle_vertex_ai_custom_job
update_timeend_times
: an array ofgoogle_vertex_ai_custom_job
end_timestates
: an array ofgoogle_vertex_ai_custom_job
statedisplay_names
: an array ofgoogle_vertex_ai_custom_job
display_namenames
: an array ofgoogle_vertex_ai_custom_job
name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.