class Aws::Personalize::Types::Algorithm

Describes a custom algorithm.

@!attribute [rw] name

The name of the algorithm.
@return [String]

@!attribute [rw] algorithm_arn

The Amazon Resource Name (ARN) of the algorithm.
@return [String]

@!attribute [rw] algorithm_image

The URI of the Docker container for the algorithm image.
@return [Types::AlgorithmImage]

@!attribute [rw] default_hyper_parameters

Specifies the default hyperparameters.
@return [Hash<String,String>]

@!attribute [rw] default_hyper_parameter_ranges

Specifies the default hyperparameters, their ranges, and whether
they are tunable. A tunable hyperparameter can have its value
determined during hyperparameter optimization (HPO).
@return [Types::DefaultHyperParameterRanges]

@!attribute [rw] default_resource_config

Specifies the default maximum number of training jobs and parallel
training jobs.
@return [Hash<String,String>]

@!attribute [rw] training_input_mode

The training input mode.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the role.
@return [String]

@!attribute [rw] creation_date_time

The date and time (in Unix time) that the algorithm was created.
@return [Time]

@!attribute [rw] last_updated_date_time

The date and time (in Unix time) that the algorithm was last
updated.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/Algorithm AWS API Documentation

Constants

SENSITIVE