Jump to Content

Interface GetModelVersionCommandOutputProtected

The output of GetModelVersionCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

The model version ARN.

externalEventsDetail?: ExternalEventsDetail

The details of the external events data used for training the model version. This will be populated if the trainingDataSource is EXTERNAL_EVENTS

ingestedEventsDetail?: IngestedEventsDetail

The details of the ingested events data used for training the model version. This will be populated if the trainingDataSource is INGESTED_EVENTS.

modelId?: string

The model ID.

modelType?: string

The model type.

modelVersionNumber?: string

The model version number.

status?: string

The model version status.

Possible values are:

  • TRAINING_IN_PROGRESS

  • TRAINING_COMPLETE

  • ACTIVATE_REQUESTED

  • ACTIVATE_IN_PROGRESS

  • ACTIVE

  • INACTIVATE_REQUESTED

  • INACTIVATE_IN_PROGRESS

  • INACTIVE

  • ERROR

trainingDataSchema?: TrainingDataSchema

The training data schema.

trainingDataSource?: string

The training data source.