You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Personalize::Types::Algorithm

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a custom algorithm.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arnString

The Amazon Resource Name (ARN) of the algorithm.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the algorithm.

#algorithm_imageTypes::AlgorithmImage

The URI of the Docker container for the algorithm image.

Returns:

#creation_date_timeTime

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

Returns:

  • (Time)

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

#default_hyper_parameter_rangesTypes::DefaultHyperParameterRanges

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

Returns:

#default_hyper_parametersHash<String,String>

Specifies the default hyperparameters.

Returns:

  • (Hash<String,String>)

    Specifies the default hyperparameters.

#default_resource_configHash<String,String>

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

Returns:

  • (Hash<String,String>)

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

#last_updated_date_timeTime

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

Returns:

  • (Time)

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

#nameString

The name of the algorithm.

Returns:

  • (String)

    The name of the algorithm.

#role_arnString

The Amazon Resource Name (ARN) of the role.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the role.

#training_input_modeString

The training input mode.

Returns:

  • (String)

    The training input mode.