Class: Aws::Braket::Types::AlgorithmSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::AlgorithmSpecification
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Defines the Amazon Braket hybrid job to be created. Specifies the container image the job uses and the paths to the Python scripts used for entry and training.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_image ⇒ Types::ContainerImage
The container image used to create an Amazon Braket hybrid job.
-
#script_mode_config ⇒ Types::ScriptModeConfig
Configures the paths to the Python scripts used for entry and training.
Instance Attribute Details
#container_image ⇒ Types::ContainerImage
The container image used to create an Amazon Braket hybrid job.
68 69 70 71 72 73 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 68 class AlgorithmSpecification < Struct.new( :script_mode_config, :container_image) SENSITIVE = [] include Aws::Structure end |
#script_mode_config ⇒ Types::ScriptModeConfig
Configures the paths to the Python scripts used for entry and training.
68 69 70 71 72 73 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 68 class AlgorithmSpecification < Struct.new( :script_mode_config, :container_image) SENSITIVE = [] include Aws::Structure end |