Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ModelEvaluation

import type { GoogleCloudAiplatformV1ModelEvaluation } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

A collection of metrics calculated by comparing Model's predictions on all of the test data against annotations from the test data.

interface GoogleCloudAiplatformV1ModelEvaluation {
annotationSchemaUri?: string;
readonly createTime?: Date;
dataItemSchemaUri?: string;
displayName?: string;
metadata?: any;
metrics?: any;
metricsSchemaUri?: string;
readonly name?: string;
sliceDimensions?: string[];
}

§Properties

§
annotationSchemaUri?: string
[src]

Points to a YAML file stored on Google Cloud Storage describing EvaluatedDataItemView.predictions, EvaluatedDataItemView.ground_truths, EvaluatedAnnotation.predictions, and EvaluatedAnnotation.ground_truths. The schema is defined as an OpenAPI 3.0.2 Schema Object. This field is not populated if there are neither EvaluatedDataItemViews nor EvaluatedAnnotations under this ModelEvaluation.

§
readonly createTime?: Date
[src]

Output only. Timestamp when this ModelEvaluation was created.

§
dataItemSchemaUri?: string
[src]

Points to a YAML file stored on Google Cloud Storage describing EvaluatedDataItemView.data_item_payload and EvaluatedAnnotation.data_item_payload. The schema is defined as an OpenAPI 3.0.2 Schema Object. This field is not populated if there are neither EvaluatedDataItemViews nor EvaluatedAnnotations under this ModelEvaluation.

§
displayName?: string
[src]

The display name of the ModelEvaluation.

§

Describes the values of ExplanationSpec that are used for explaining the predicted values on the evaluated data.

§
metadata?: any
[src]

The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path".

§
metrics?: any
[src]

Evaluation metrics of the Model. The schema of the metrics is stored in metrics_schema_uri

§
metricsSchemaUri?: string
[src]

Points to a YAML file stored on Google Cloud Storage describing the metrics of this ModelEvaluation. The schema is defined as an OpenAPI 3.0.2 Schema Object.

§

Aggregated explanation metrics for the Model's prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for AutoML tabular Models.

§
readonly name?: string
[src]

Output only. The resource name of the ModelEvaluation.

§
sliceDimensions?: string[]
[src]

All possible dimensions of ModelEvaluationSlices. The dimensions can be used as the filter of the ModelService.ListModelEvaluationSlices request, in the form of slice.dimension = .