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 Details

    • 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

      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:
    • 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

      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.