Jump to Content

The details of the model version.

Hierarchy

  • ModelVersionDetail

Properties

arn?: string

The model version ARN.

createdTime?: string

The timestamp when the model was created.

externalEventsDetail?: ExternalEventsDetail

The external events data details. This will be populated if the trainingDataSource for the model version is specified as EXTERNAL_EVENTS.

ingestedEventsDetail?: IngestedEventsDetail

The ingested events data details. This will be populated if the trainingDataSource for the model version is specified as INGESTED_EVENTS.

lastUpdatedTime?: string

The timestamp when the model was last updated.

modelId?: string

The model ID.

modelType?: string

The model type.

modelVersionNumber?: string

The model version number.

status?: string

The status of the model version.

trainingDataSchema?: TrainingDataSchema

The training data schema.

trainingDataSource?: string

The model version training data source.

trainingResult?: TrainingResult

The training results.

trainingResultV2?: TrainingResultV2

The training result details. The details include the relative importance of the variables.