public static interface ScriptModeConfig.Builder extends SdkPojo, CopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
| Modifier and Type | Method and Description |
|---|---|
ScriptModeConfig.Builder |
compressionType(CompressionType compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
|
ScriptModeConfig.Builder |
compressionType(String compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
|
ScriptModeConfig.Builder |
entryPoint(String entryPoint)
The path to the Python script that serves as the entry point for an Amazon Braket job.
|
ScriptModeConfig.Builder |
s3Uri(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScriptModeConfig.Builder compressionType(String compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
compressionType - The type of compression used by the Python scripts for an Amazon Braket job.CompressionType,
CompressionTypeScriptModeConfig.Builder compressionType(CompressionType compressionType)
The type of compression used by the Python scripts for an Amazon Braket job.
compressionType - The type of compression used by the Python scripts for an Amazon Braket job.CompressionType,
CompressionTypeScriptModeConfig.Builder entryPoint(String entryPoint)
The path to the Python script that serves as the entry point for an Amazon Braket job.
entryPoint - The path to the Python script that serves as the entry point for an Amazon Braket job.ScriptModeConfig.Builder s3Uri(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.
s3Uri - The URI that specifies the S3 path to the Python script module that contains the training script used
by an Amazon Braket job.Copyright © 2023. All rights reserved.