Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.39 KB

google_vertex_ai_model_evaluation_slices.md

File metadata and controls

31 lines (25 loc) · 1.39 KB
title platform
About the google_vertex_ai_model_evaluation_slices resource
gcp

Syntax

A google_vertex_ai_model_evaluation_slices is used to test a Google 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.md for more detailed information

  • create_times: an array of google_vertex_ai_model_evaluation_slice create_time
  • model_explanations: an array of google_vertex_ai_model_evaluation_slice model_explanation
  • names: an array of google_vertex_ai_model_evaluation_slice name
  • metrics: an array of google_vertex_ai_model_evaluation_slice metrics
  • slices: an array of google_vertex_ai_model_evaluation_slice slice
  • metrics_schema_uris: an array of google_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.

GCP Permissions