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_slicecreate_timemodel_explanations: an array ofgoogle_vertex_ai_model_evaluation_slicemodel_explanationnames: an array ofgoogle_vertex_ai_model_evaluation_slicenamemetrics: an array ofgoogle_vertex_ai_model_evaluation_slicemetricsslices: an array ofgoogle_vertex_ai_model_evaluation_sliceslicemetrics_schema_uris: an array ofgoogle_vertex_ai_model_evaluation_slicemetrics_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.