Interface ScriptModeConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScriptModeConfig.Builder,
,ScriptModeConfig> SdkBuilder<ScriptModeConfig.Builder,
,ScriptModeConfig> SdkPojo
- Enclosing class:
ScriptModeConfig
public static interface ScriptModeConfig.Builder
extends SdkPojo, CopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
-
Method Summary
Modifier and TypeMethodDescriptioncompressionType
(String compressionType) The type of compression used by the Python scripts for an Amazon Braket job.compressionType
(CompressionType compressionType) The type of compression used by the Python scripts for an Amazon Braket job.entryPoint
(String entryPoint) The path to the Python script that serves as the entry point for an Amazon Braket job.The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
compressionType
The type of compression used by the Python scripts for an Amazon Braket job.
- Parameters:
compressionType
- The type of compression used by the Python scripts for an Amazon Braket job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compressionType
The type of compression used by the Python scripts for an Amazon Braket job.
- Parameters:
compressionType
- The type of compression used by the Python scripts for an Amazon Braket job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
entryPoint
The path to the Python script that serves as the entry point for an Amazon Braket job.
- Parameters:
entryPoint
- The path to the Python script that serves as the entry point for an Amazon Braket job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
- Parameters:
s3Uri
- The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-