Class: Aws::Braket::Types::ScriptModeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ScriptModeConfig
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Contains information about algorithm scripts used for the Amazon Braket hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compression_type ⇒ String
The type of compression used to store the algorithm scripts in Amazon S3 storage.
-
#entry_point ⇒ String
The entry point in the algorithm scripts from where the execution begins in the hybrid job.
-
#s3_uri ⇒ String
The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.
Instance Attribute Details
#compression_type ⇒ String
The type of compression used to store the algorithm scripts in Amazon S3 storage.
1224 1225 1226 1227 1228 1229 1230 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224 class ScriptModeConfig < Struct.new( :entry_point, :s3_uri, :compression_type) SENSITIVE = [] include Aws::Structure end |
#entry_point ⇒ String
The entry point in the algorithm scripts from where the execution begins in the hybrid job.
1224 1225 1226 1227 1228 1229 1230 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224 class ScriptModeConfig < Struct.new( :entry_point, :s3_uri, :compression_type) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.
1224 1225 1226 1227 1228 1229 1230 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1224 class ScriptModeConfig < Struct.new( :entry_point, :s3_uri, :compression_type) SENSITIVE = [] include Aws::Structure end |