ScriptModeConfig

Contains information about algorithm scripts used for the Amazon Braket hybrid job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.

Functions

Link copied to clipboard
inline fun copy(block: ScriptModeConfig.Builder.() -> Unit = {}): ScriptModeConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String