ScriptModeConfig
Contains information about the Python scripts used for entry and by an Amazon Braket job.
Contents
- compressionType
-
The type of compression used by the Python scripts for an Amazon Braket job.
Type: String
Valid Values:
NONE | GZIP
Required: No
- entryPoint
-
The path to the Python script that serves as the entry point for an Amazon Braket job.
Type: String
Required: Yes
- s3Uri
-
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: