| 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.ScriptModeConfig
Description
Synopsis
Documentation
data ScriptModeConfig Source #
Contains information about the Python scripts used for entry and by an Amazon Braket job.
See: newScriptModeConfig smart constructor.
Constructors
| ScriptModeConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ScriptModeConfig |
Create a value of ScriptModeConfig 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:compressionType:ScriptModeConfig', scriptModeConfig_compressionType - The type of compression used by the Python scripts for an Amazon Braket
job.
$sel:entryPoint:ScriptModeConfig', scriptModeConfig_entryPoint - The path to the Python script that serves as the entry point for an
Amazon Braket job.
$sel:s3Uri:ScriptModeConfig', scriptModeConfig_s3Uri - The URI that specifies the S3 path to the Python script module that
contains the training script used by an Amazon Braket job.
scriptModeConfig_compressionType :: Lens' ScriptModeConfig (Maybe CompressionType) Source #
The type of compression used by the Python scripts for an Amazon Braket job.
scriptModeConfig_entryPoint :: Lens' ScriptModeConfig Text Source #
The path to the Python script that serves as the entry point for an Amazon Braket job.
scriptModeConfig_s3Uri :: Lens' ScriptModeConfig Text Source #
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.