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

ModelDescription

import type { ModelDescription } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";

Describes an Amazon Lookout for Vision model.

interface ModelDescription {
CreationTimestamp?: Date | number | null;
Description?: string | null;
EvaluationEndTimestamp?: Date | number | null;
EvaluationManifest?: OutputS3Object | null;
EvaluationResult?: OutputS3Object | null;
KmsKeyId?: string | null;
ModelArn?: string | null;
ModelVersion?: string | null;
OutputConfig?: OutputConfig | null;
Performance?: ModelPerformance | null;
Status?: ModelStatus | null;
StatusMessage?: string | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

The unix timestamp for the date and time that the model was created.

§
Description?: string | null
[src]

The description for the model.

§
EvaluationEndTimestamp?: Date | number | null
[src]

The unix timestamp for the date and time that the evaluation ended.

§
EvaluationManifest?: OutputS3Object | null
[src]

The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.

§
EvaluationResult?: OutputS3Object | null
[src]

The S3 location where Amazon Lookout for Vision saves the performance metrics.

§
KmsKeyId?: string | null
[src]

The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.

§
ModelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the model.

§
ModelVersion?: string | null
[src]

The version of the model

§
OutputConfig?: OutputConfig | null
[src]

The S3 location where Amazon Lookout for Vision saves model training files.

§
Performance?: ModelPerformance | null
[src]

Performance metrics for the model. Created during training.

§
Status?: ModelStatus | null
[src]

The status of the model.

§
StatusMessage?: string | null
[src]

The status message for the model.