Method: Aws::Braket::Types::CreateJobRequest#algorithm_specification
- Defined in:
- lib/aws-sdk-braket/types.rb
#algorithm_specification ⇒ Types::AlgorithmSpecification
Definition of the Amazon Braket job to be created. Specifies the container image the job uses and information about the Python scripts used for entry and training.
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 |
# File 'lib/aws-sdk-braket/types.rb', line 266 class CreateJobRequest < Struct.new( :client_token, :algorithm_specification, :input_data_config, :output_data_config, :checkpoint_config, :job_name, :role_arn, :stopping_condition, :instance_config, :hyper_parameters, :device_config, :tags, :associations) SENSITIVE = [] include Aws::Structure end |