Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Algorithm = Algorithm' {
- defaultHyperParameters :: Maybe (HashMap Text Text)
- algorithmArn :: Maybe Text
- trainingInputMode :: Maybe Text
- defaultHyperParameterRanges :: Maybe DefaultHyperParameterRanges
- algorithmImage :: Maybe AlgorithmImage
- lastUpdatedDateTime :: Maybe POSIX
- name :: Maybe Text
- creationDateTime :: Maybe POSIX
- defaultResourceConfig :: Maybe (HashMap Text Text)
- roleArn :: Maybe Text
- newAlgorithm :: Algorithm
- algorithm_defaultHyperParameters :: Lens' Algorithm (Maybe (HashMap Text Text))
- algorithm_algorithmArn :: Lens' Algorithm (Maybe Text)
- algorithm_trainingInputMode :: Lens' Algorithm (Maybe Text)
- algorithm_defaultHyperParameterRanges :: Lens' Algorithm (Maybe DefaultHyperParameterRanges)
- algorithm_algorithmImage :: Lens' Algorithm (Maybe AlgorithmImage)
- algorithm_lastUpdatedDateTime :: Lens' Algorithm (Maybe UTCTime)
- algorithm_name :: Lens' Algorithm (Maybe Text)
- algorithm_creationDateTime :: Lens' Algorithm (Maybe UTCTime)
- algorithm_defaultResourceConfig :: Lens' Algorithm (Maybe (HashMap Text Text))
- algorithm_roleArn :: Lens' Algorithm (Maybe Text)
Documentation
Describes a custom algorithm.
See: newAlgorithm
smart constructor.
Algorithm' | |
|
Instances
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_creationDateTime :: Lens' Algorithm (Maybe UTCTime) Source #
The date and time (in Unix time) that the algorithm was created.