TrainingSpecification

Defines how the algorithm is used for a training job.

Types

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

Properties

Link copied to clipboard

The additional data source used during the training job.

Link copied to clipboard

A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

Link copied to clipboard

A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

Link copied to clipboard

A list of the instance types that this algorithm can use for training.

Link copied to clipboard

A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

Link copied to clipboard

Indicates whether the algorithm supports distributed training. If set to false, buyers can't request more than one instance during training.

Link copied to clipboard

A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

Link copied to clipboard

The Amazon ECR registry path of the Docker image that contains the training algorithm.

Link copied to clipboard

An MD5 hash of the training algorithm that identifies the Docker image used for training.

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