Algorithm

class Algorithm

Describes a custom algorithm.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the algorithm.

Link copied to clipboard

The URI of the Docker container for the algorithm image.

Link copied to clipboard

The date and time (in Unix time) that the algorithm was created.

Link copied to clipboard

Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

Link copied to clipboard

Specifies the default hyperparameters.

Link copied to clipboard

Specifies the default maximum number of training jobs and parallel training jobs.

Link copied to clipboard

The date and time (in Unix time) that the algorithm was last updated.

Link copied to clipboard
val name: String?

The name of the algorithm.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role.

Link copied to clipboard

The training input mode.

Functions

Link copied to clipboard
inline fun copy(block: Algorithm.Builder.() -> Unit = {}): Algorithm
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