Class: Aws::Braket::Types::AlgorithmSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Defines the Amazon Braket 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

Instance Attribute Details

#container_imageTypes::ContainerImage

The container image used to create an Amazon Braket job.



41
42
43
44
45
46
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 41

class AlgorithmSpecification < Struct.new(
  :container_image,
  :script_mode_config)
  SENSITIVE = []
  include Aws::Structure
end

#script_mode_configTypes::ScriptModeConfig

Configures the paths to the Python scripts used for entry and training.



41
42
43
44
45
46
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 41

class AlgorithmSpecification < Struct.new(
  :container_image,
  :script_mode_config)
  SENSITIVE = []
  include Aws::Structure
end