Class: Aws::Braket::Types::ScriptModeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ScriptModeConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Contains information about the Python scripts used for entry and by an Amazon Braket job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compression_type ⇒ String
The type of compression used by the Python scripts for an Amazon Braket job.
-
#entry_point ⇒ String
The path to the Python script that serves as the entry point for an Amazon Braket job.
-
#s3_uri ⇒ String
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
Instance Attribute Details
#compression_type ⇒ String
The type of compression used by the Python scripts for an Amazon Braket job.
1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-braket/types.rb', line 1141 class ScriptModeConfig < Struct.new( :compression_type, :entry_point, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#entry_point ⇒ String
The path to the Python script that serves as the entry point for an Amazon Braket job.
1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-braket/types.rb', line 1141 class ScriptModeConfig < Struct.new( :compression_type, :entry_point, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URI that specifies the S3 path to the Python script module that contains the training script used by an Amazon Braket job.
1141 1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-braket/types.rb', line 1141 class ScriptModeConfig < Struct.new( :compression_type, :entry_point, :s3_uri) SENSITIVE = [] include Aws::Structure end |