title | platform |
---|---|
About the google_vertex_ai_model_evaluation_slices resource |
gcp |
A google_vertex_ai_model_evaluation_slices
is used to test a Google ModelEvaluationSlice resource
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 that can be accessed from the google_vertex_ai_model_evaluation_slices
resource:
See google_vertex_ai_model_evaluation_slice.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.