ModelVersionDetail

The details of the model version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The model version ARN.

Link copied to clipboard

The timestamp when the model was created.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The timestamp when the model was last updated.

Link copied to clipboard

The model ID.

Link copied to clipboard

The model type.

Link copied to clipboard

The model version number.

Link copied to clipboard

The status of the model version.

Link copied to clipboard

The training data schema.

Link copied to clipboard

The model version training data source.

Link copied to clipboard

The training results.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String