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

GetSolutionMetricsResponse

import type { GetSolutionMetricsResponse } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface GetSolutionMetricsResponse {
metrics?: {
[key: string]: number | null | undefined;
}
| null;
solutionVersionArn?: string | null;
}

§Properties

§
metrics?: {
[key: string]: number | null | undefined;
}
| null
[src]

The metrics for the solution version.

§
solutionVersionArn?: string | null
[src]

The same solution version ARN as specified in the request.