title | platform |
---|---|
About the google_vertex_ai_nas_jobs resource |
gcp |
A google_vertex_ai_nas_jobs
is used to test a Google NasJob resource
describe google_vertex_ai_nas_jobs(parent: "projects/#{gcp_project_id}/locations/#{nas_job['region']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_nas_jobs
resource:
See google_vertex_ai_nas_job.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.