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_joberrorweb_access_uris: an array ofgoogle_vertex_ai_custom_jobweb_access_urisjob_specs: an array ofgoogle_vertex_ai_custom_jobjob_specstart_times: an array ofgoogle_vertex_ai_custom_jobstart_timelabels: an array ofgoogle_vertex_ai_custom_joblabelsencryption_specs: an array ofgoogle_vertex_ai_custom_jobencryption_speccreate_times: an array ofgoogle_vertex_ai_custom_jobcreate_timeupdate_times: an array ofgoogle_vertex_ai_custom_jobupdate_timeend_times: an array ofgoogle_vertex_ai_custom_jobend_timestates: an array ofgoogle_vertex_ai_custom_jobstatedisplay_names: an array ofgoogle_vertex_ai_custom_jobdisplay_namenames: an array ofgoogle_vertex_ai_custom_jobname
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.