ScriptModeConfig

Contains information about the Python scripts used for entry and by an Amazon Braket job.

Types

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

Properties

Link copied to clipboard

The type of compression used by the Python scripts for an Amazon Braket job.

Link copied to clipboard

The path to the Python script that serves as the entry point for an Amazon Braket job.

Link copied to clipboard

The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket 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