google_vertex_ai_nas_jobs_nas_trial_details resource
Use the google_vertex_ai_nas_jobs_nas_trial_details
InSpec audit resource to to test a Google Cloud NasJobsNasTrialDetail resource.
Examples
describe google_vertex_ai_nas_jobs_nas_trial_details(parent: "projects/#{gcp_project_id}/locations/#{nas_jobs_nas_trial_detail['region']}/nasJobs/#{nas_jobs_nas_trial_detail['nasJob']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_nas_jobs_nas_trial_details
resource:
See google_vertex_ai_nas_jobs_nas_trial_detail for more detailed information.
parameters
: an array ofgoogle_vertex_ai_nas_jobs_nas_trial_detail
parametersnames
: an array ofgoogle_vertex_ai_nas_jobs_nas_trial_detail
namesearch_trials
: an array ofgoogle_vertex_ai_nas_jobs_nas_trial_detail
search_trialtrain_trials
: an array ofgoogle_vertex_ai_nas_jobs_nas_trial_detail
train_trial
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.