google_vertex_ai_nas_jobs resource
Use the google_vertex_ai_nas_jobs InSpec audit resource to to test a Google Cloud NasJob resource.
Examples
describe google_vertex_ai_nas_jobs(parent: "projects/#{gcp_project_id}/locations/#{nas_job['region']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_nas_jobs resource:
See google_vertex_ai_nas_job for more detailed information.
nas_job_outputs: an array ofgoogle_vertex_ai_nas_jobnas_job_outputnames: an array ofgoogle_vertex_ai_nas_jobnameend_times: an array ofgoogle_vertex_ai_nas_jobend_timeerrors: an array ofgoogle_vertex_ai_nas_joberrorstates: an array ofgoogle_vertex_ai_nas_jobstatecreate_times: an array ofgoogle_vertex_ai_nas_jobcreate_timedisplay_names: an array ofgoogle_vertex_ai_nas_jobdisplay_namenas_job_specs: an array ofgoogle_vertex_ai_nas_jobnas_job_specenable_restricted_image_trainings: an array ofgoogle_vertex_ai_nas_jobenable_restricted_image_trainingstart_times: an array ofgoogle_vertex_ai_nas_jobstart_timeencryption_specs: an array ofgoogle_vertex_ai_nas_jobencryption_speclabels: an array ofgoogle_vertex_ai_nas_joblabelsupdate_times: an array ofgoogle_vertex_ai_nas_jobupdate_time
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.