title | platform |
---|---|
About the google_vertex_ai_models_evaluations resource |
gcp |
A google_vertex_ai_models_evaluations
is used to test a Google ModelsEvaluation resource
describe google_vertex_ai_models_evaluations(parent: "projects/#{gcp_project_id}/locations/#{models_evaluation['region']}/models/#{models_evaluation['model']}", region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_vertex_ai_models_evaluations
resource:
See google_vertex_ai_models_evaluation.md for more detailed information
data_item_schema_uris
: an array ofgoogle_vertex_ai_models_evaluation
data_item_schema_urimetadata
: an array ofgoogle_vertex_ai_models_evaluation
metadatametrics_schema_uris
: an array ofgoogle_vertex_ai_models_evaluation
metrics_schema_uricreate_times
: an array ofgoogle_vertex_ai_models_evaluation
create_timeannotation_schema_uris
: an array ofgoogle_vertex_ai_models_evaluation
annotation_schema_urimetrics
: an array ofgoogle_vertex_ai_models_evaluation
metricsexplanation_specs
: an array ofgoogle_vertex_ai_models_evaluation
explanation_specsslice_dimensions
: an array ofgoogle_vertex_ai_models_evaluation
slice_dimensionsmodel_explanations
: an array ofgoogle_vertex_ai_models_evaluation
model_explanationnames
: an array ofgoogle_vertex_ai_models_evaluation
namedisplay_names
: an array ofgoogle_vertex_ai_models_evaluation
display_name
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.