Class: Aws::Braket::Types::CreateJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_specificationTypes::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 'gems/aws-sdk-braket/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

#associationsArray<Types::Association>

The list of Amazon Braket resources associated with the hybrid job.

Returns:



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#checkpoint_configTypes::JobCheckpointConfig

Information about the output locations for hybrid job checkpoint data.



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#client_tokenString

The client token associated with this request that guarantees that the request is idempotent.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#device_configTypes::DeviceConfig

The quantum processing unit (QPU) or simulator used to create an Amazon Braket hybrid job.

Returns:



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#hyper_parametersHash<String,String>

Algorithm-specific parameters used by an Amazon Braket hybrid job that influence the quality of the training job. The values are set with a map of JSON key:value pairs, where the key is the name of the hyperparameter and the value is the value of the hyperparameter.

Do not include any security-sensitive information including account access IDs, secrets, or tokens in any hyperparameter fields. As part of the shared responsibility model, you are responsible for any potential exposure, unauthorized access, or compromise of your sensitive data if caused by security-sensitive information included in the request hyperparameter variable or plain text fields.

Returns:

  • (Hash<String,String>)


266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#input_data_configArray<Types::InputFileConfig>

A list of parameters that specify the name and type of input data and where it is located.

Returns:



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#instance_configTypes::InstanceConfig

Configuration of the resource instances to use while running the hybrid job on Amazon Braket.



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#job_nameString

The name of the Amazon Braket hybrid job.

Returns:

  • (String)


266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#output_data_configTypes::JobOutputDataConfig

The path to the S3 location where you want to store hybrid job artifacts and the encryption key used to store them.



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#role_arnString

The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf of a user. It can access user resources, run an Amazon Braket job container on behalf of user, and output results and hybrid job details to the users' s3 buckets.

Returns:

  • (String)


266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#stopping_conditionTypes::JobStoppingCondition

The user-defined criteria that specifies when a hybrid job stops running.



266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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

#tagsHash<String,String>

Tags to be added to the hybrid job you're creating.

Returns:

  • (Hash<String,String>)


266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# File 'gems/aws-sdk-braket/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