| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptModeConfig |
ScriptModeConfig.clone() |
ScriptModeConfig |
AlgorithmSpecification.getScriptModeConfig()
Configures the paths to the Python scripts used for entry and training.
|
ScriptModeConfig |
ScriptModeConfig.withCompressionType(CompressionType compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
|
ScriptModeConfig |
ScriptModeConfig.withCompressionType(String compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
|
ScriptModeConfig |
ScriptModeConfig.withEntryPoint(String entryPoint)
The path to the Python script that serves as the entry point for an Amazon Braket job.
|
ScriptModeConfig |
ScriptModeConfig.withS3Uri(String s3Uri)
The URI that specifies the S3 path to the Python script module that contains the training script used by an
Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmSpecification.setScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
|
AlgorithmSpecification |
AlgorithmSpecification.withScriptModeConfig(ScriptModeConfig scriptModeConfig)
Configures the paths to the Python scripts used for entry and training.
|
Copyright © 2022. All rights reserved.