Interface ScriptModeConfig.Builder

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