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_job
nas_job_outputnames
: an array ofgoogle_vertex_ai_nas_job
nameend_times
: an array ofgoogle_vertex_ai_nas_job
end_timeerrors
: an array ofgoogle_vertex_ai_nas_job
errorstates
: an array ofgoogle_vertex_ai_nas_job
statecreate_times
: an array ofgoogle_vertex_ai_nas_job
create_timedisplay_names
: an array ofgoogle_vertex_ai_nas_job
display_namenas_job_specs
: an array ofgoogle_vertex_ai_nas_job
nas_job_specenable_restricted_image_trainings
: an array ofgoogle_vertex_ai_nas_job
enable_restricted_image_trainingstart_times
: an array ofgoogle_vertex_ai_nas_job
start_timeencryption_specs
: an array ofgoogle_vertex_ai_nas_job
encryption_speclabels
: an array ofgoogle_vertex_ai_nas_job
labelsupdate_times
: an array ofgoogle_vertex_ai_nas_job
update_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.