Interface ScriptModeConfig.Builder

  • Method Details

    • entryPoint

      ScriptModeConfig.Builder entryPoint(String entryPoint)

      The entry point in the algorithm scripts from where the execution begins in the hybrid job.

      Parameters:
      entryPoint - The entry point in the algorithm scripts from where the execution begins in the hybrid 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 algorithm scripts used by an Amazon Braket hybrid job.

      Parameters:
      s3Uri - The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • compressionType

      ScriptModeConfig.Builder compressionType(String compressionType)

      The type of compression used to store the algorithm scripts in Amazon S3 storage.

      Parameters:
      compressionType - The type of compression used to store the algorithm scripts in Amazon S3 storage.
      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 to store the algorithm scripts in Amazon S3 storage.

      Parameters:
      compressionType - The type of compression used to store the algorithm scripts in Amazon S3 storage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: