google_vertex_ai_model_evaluation_slices resource
Use the google_vertex_ai_model_evaluation_slices
InSpec audit resource to to test a Google Cloud ModelEvaluationSlice resource.
Examples
describe google_vertex_ai_model_evaluation_slices(parent: "projects/#{gcp_project_id}/locations/#{models_evaluations_slice['region']}/models/#{models_evaluations_slice['model']}/evaluations/#{models_evaluations_slice['evaluation']}", region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_vertex_ai_model_evaluation_slices
resource:
See google_vertex_ai_model_evaluation_slice for more detailed information.
create_times
: an array ofgoogle_vertex_ai_model_evaluation_slice
create_timemodel_explanations
: an array ofgoogle_vertex_ai_model_evaluation_slice
model_explanationnames
: an array ofgoogle_vertex_ai_model_evaluation_slice
namemetrics
: an array ofgoogle_vertex_ai_model_evaluation_slice
metricsslices
: an array ofgoogle_vertex_ai_model_evaluation_slice
slicemetrics_schema_uris
: an array ofgoogle_vertex_ai_model_evaluation_slice
metrics_schema_uri
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.