| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Braket.Types.AlgorithmSpecification
Description
Synopsis
Documentation
data AlgorithmSpecification Source #
Defines the Amazon Braket job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.
See: newAlgorithmSpecification smart constructor.
Constructors
| AlgorithmSpecification' | |
Fields
| |
Instances
newAlgorithmSpecification :: AlgorithmSpecification Source #
Create a value of AlgorithmSpecification 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:containerImage:AlgorithmSpecification', algorithmSpecification_containerImage - The container image used to create an Amazon Braket job.
$sel:scriptModeConfig:AlgorithmSpecification', algorithmSpecification_scriptModeConfig - Configures the paths to the Python scripts used for entry and training.
algorithmSpecification_containerImage :: Lens' AlgorithmSpecification (Maybe ContainerImage) Source #
The container image used to create an Amazon Braket job.
algorithmSpecification_scriptModeConfig :: Lens' AlgorithmSpecification (Maybe ScriptModeConfig) Source #
Configures the paths to the Python scripts used for entry and training.