GetMlModelResponse

Represents the output of a GetMLModel operation, and provides detailed information about a MLModel.

Types

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

Properties

Link copied to clipboard

The approximate CPU time in milliseconds that Amazon Machine Learning spent processing the MLModel, normalized and scaled on computation resources. ComputeTime is only available if the MLModel is in the COMPLETED state.

Link copied to clipboard

The time that the MLModel was created. The time is expressed in epoch time.

Link copied to clipboard

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.

Link copied to clipboard

The current endpoint of the MLModel

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the MLModel as COMPLETED or FAILED. FinishedAt is only available when the MLModel is in the COMPLETED or FAILED state.

Link copied to clipboard

The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).

Link copied to clipboard

The time of the most recent edit to the MLModel. The time is expressed in epoch time.

Link copied to clipboard

A link to the file that contains logs of the CreateMLModel operation.

Link copied to clipboard

A description of the most recent details about accessing the MLModel.

Link copied to clipboard

The MLModel ID, which is same as the MLModelId in the request.

Link copied to clipboard

Identifies the MLModel category. The following are the available types:

Link copied to clipboard
val name: String?

A user-supplied name or description of the MLModel.

Link copied to clipboard

The recipe to use when training the MLModel. The Recipe provides detailed information about the observation data to use during training, and manipulations to perform on the observation data during training.

Link copied to clipboard

The schema used by all of the data files referenced by the DataSource.

Link copied to clipboard

The scoring threshold is used in binary classification MLModel models. It marks the boundary between a positive prediction and a negative prediction.

Link copied to clipboard

The time of the most recent edit to the ScoreThreshold. The time is expressed in epoch time.

Link copied to clipboard

Long integer type that is a 64-bit signed number.

Link copied to clipboard

The epoch time when Amazon Machine Learning marked the MLModel as INPROGRESS. StartedAt isn't available if the MLModel is in the PENDING state.

Link copied to clipboard

The current status of the MLModel. This element can have one of the following values:

Link copied to clipboard

The ID of the training DataSource.

Link copied to clipboard

A list of the training parameters in the MLModel. The list is implemented as a map of key-value pairs.

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