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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptModeConfig.BuildercompressionType(String compressionType)The type of compression used by the Python scripts for an Amazon Braket job.ScriptModeConfig.BuildercompressionType(CompressionType compressionType)The type of compression used by the Python scripts for an Amazon Braket job.ScriptModeConfig.BuilderentryPoint(String entryPoint)The path to the Python script that serves as the entry point for an Amazon Braket job.ScriptModeConfig.Builders3Uri(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.-
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 Detail
-
compressionType
ScriptModeConfig.Builder compressionType(String 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,CompressionType
-
compressionType
ScriptModeConfig.Builder compressionType(CompressionType 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,CompressionType
-
entryPoint
ScriptModeConfig.Builder entryPoint(String 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
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.
- 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.
-
-