libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.Algorithm

Description

 
Synopsis

Documentation

data Algorithm Source #

Describes a custom algorithm.

See: newAlgorithm smart constructor.

Constructors

Algorithm' 

Fields

Instances

Instances details
Eq Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Read Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Show Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Generic Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Associated Types

type Rep Algorithm :: Type -> Type #

NFData Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

Methods

rnf :: Algorithm -> () #

Hashable Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

FromJSON Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

type Rep Algorithm Source # 
Instance details

Defined in Amazonka.Personalize.Types.Algorithm

newAlgorithm :: Algorithm Source #

Create a value of Algorithm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultHyperParameters:Algorithm', algorithm_defaultHyperParameters - Specifies the default hyperparameters.

$sel:algorithmArn:Algorithm', algorithm_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:trainingInputMode:Algorithm', algorithm_trainingInputMode - The training input mode.

$sel:defaultHyperParameterRanges:Algorithm', algorithm_defaultHyperParameterRanges - Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).

$sel:algorithmImage:Algorithm', algorithm_algorithmImage - The URI of the Docker container for the algorithm image.

$sel:lastUpdatedDateTime:Algorithm', algorithm_lastUpdatedDateTime - The date and time (in Unix time) that the algorithm was last updated.

$sel:name:Algorithm', algorithm_name - The name of the algorithm.

$sel:creationDateTime:Algorithm', algorithm_creationDateTime - The date and time (in Unix time) that the algorithm was created.

$sel:defaultResourceConfig:Algorithm', algorithm_defaultResourceConfig - Specifies the default maximum number of training jobs and parallel training jobs.

$sel:roleArn:Algorithm', algorithm_roleArn - The Amazon Resource Name (ARN) of the role.

algorithm_defaultHyperParameters :: Lens' Algorithm (Maybe (HashMap Text Text)) Source #

Specifies the default hyperparameters.

algorithm_algorithmArn :: Lens' Algorithm (Maybe Text) Source #

The Amazon Resource Name (ARN) of the algorithm.

algorithm_defaultHyperParameterRanges :: Lens' Algorithm (Maybe DefaultHyperParameterRanges) Source #

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

algorithm_algorithmImage :: Lens' Algorithm (Maybe AlgorithmImage) Source #

The URI of the Docker container for the algorithm image.

algorithm_lastUpdatedDateTime :: Lens' Algorithm (Maybe UTCTime) Source #

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

algorithm_name :: Lens' Algorithm (Maybe Text) Source #

The name of the algorithm.

algorithm_creationDateTime :: Lens' Algorithm (Maybe UTCTime) Source #

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

algorithm_defaultResourceConfig :: Lens' Algorithm (Maybe (HashMap Text Text)) Source #

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

algorithm_roleArn :: Lens' Algorithm (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role.