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

Evaluation

import type { Evaluation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/machinelearning.ts";
interface Evaluation {
ComputeTime?: number | null;
CreatedAt?: Date | number | null;
CreatedByIamUser?: string | null;
EvaluationDataSourceId?: string | null;
EvaluationId?: string | null;
FinishedAt?: Date | number | null;
InputDataLocationS3?: string | null;
LastUpdatedAt?: Date | number | null;
Message?: string | null;
MLModelId?: string | null;
Name?: string | null;
PerformanceMetrics?: PerformanceMetrics | null;
StartedAt?: Date | number | null;
Status?: EntityStatus | null;
}

§Properties

§
ComputeTime?: number | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
CreatedByIamUser?: string | null
[src]
§
EvaluationDataSourceId?: string | null
[src]
§
EvaluationId?: string | null
[src]
§
FinishedAt?: Date | number | null
[src]
§
InputDataLocationS3?: string | null
[src]
§
LastUpdatedAt?: Date | number | null
[src]
§
Message?: string | null
[src]
§
MLModelId?: string | null
[src]
§
Name?: string | null
[src]
§
PerformanceMetrics?: PerformanceMetrics | null
[src]
§
StartedAt?: Date | number | null
[src]
§
Status?: EntityStatus | null
[src]