MlModel
Represents the output of a GetMLModel
operation.
The content consists of the detailed metadata and the current status of the MLModel
.
Types
Properties
Long integer type that is a 64-bit signed number.
The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
The current endpoint of the MLModel
.
A timestamp represented in epoch time.
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
Identifies the MLModel
category. The following are the available types:
The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
Long integer type that is a 64-bit signed number.
The current status of an MLModel
. This element can have one of the following values:
The ID of the training DataSource
. The CreateMLModel
operation uses the TrainingDataSourceId
.
A list of the training parameters in the MLModel
. The list is implemented as a map of key-value pairs.