google_vertex_ai_custom_jobs resource
Use the google_vertex_ai_custom_jobs
InSpec audit resource to to test a Google Cloud CustomJob resource.
Examples
describe google_vertex_ai_custom_job(parent: ' value_parent', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_custom_jobs
resource:
See google_vertex_ai_custom_job 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
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.