Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

ModelDescription - Amazon Lookout for Vision API Reference

ModelDescription

Describes an Amazon Lookout for Vision model.

Contents

CreationTimestamp

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

Type: Timestamp

Required: No

Description

The description for the model.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 500.

Pattern: [0-9A-Za-z\.\-_]*

Required: No

EvaluationEndTimestamp

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

Type: Timestamp

Required: No

EvaluationManifest

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.

Type: OutputS3Object object

Required: No

EvaluationResult

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

Type: OutputS3Object object

Required: No

KmsKeyId

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$

Required: No

MaxInferenceUnits

The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see StartModel.

Type: Integer

Valid Range: Minimum value of 1.

Required: No

MinInferenceUnits

The minimum number of inference units used by the model. For more information, see StartModel

Type: Integer

Valid Range: Minimum value of 1.

Required: No

ModelArn

The Amazon Resource Name (ARN) of the model.

Type: String

Required: No

ModelVersion

The version of the model

Type: String

Length Constraints: Minimum length of 1. Maximum length of 10.

Pattern: ([1-9][0-9]*|latest)

Required: No

OutputConfig

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

Type: OutputConfig object

Required: No

Performance

Performance metrics for the model. Created during training.

Type: ModelPerformance object

Required: No

Status

The status of the model.

Type: String

Valid Values: TRAINING | TRAINED | TRAINING_FAILED | STARTING_HOSTING | HOSTED | HOSTING_FAILED | STOPPING_HOSTING | SYSTEM_UPDATING | DELETING

Required: No

StatusMessage

The status message for the model.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.