CreateTrainedModelRequest

Types

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

Properties

Link copied to clipboard

The associated configured model algorithm used to train this model.

Link copied to clipboard

Defines the data channels that are used as input for the trained model request.

Link copied to clipboard

The description of the trained model.

Link copied to clipboard

The environment variables to set in the Docker container.

Link copied to clipboard

Algorithm-specific parameters that influence the quality of the model. You set hyperparameters before you start the learning process.

Link copied to clipboard

Specifies the incremental training data channels for the trained model.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the trained ML model and the associated data.

Link copied to clipboard

The membership ID of the member that is creating the trained model.

Link copied to clipboard
val name: String?

The name of the trained model.

Link copied to clipboard

Information about the EC2 resources that are used to train this model.

Link copied to clipboard

The criteria that is used to stop model training.

Link copied to clipboard

The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Link copied to clipboard

The input mode for accessing the training data. This parameter determines how the training data is made available to the training algorithm. Valid values are:

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