Class: Aws::Braket::Types::GetJobResponse

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 hybrid job created. Provides information about the container image used, and the Python scripts used for training.



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#associationsArray<Types::Association>

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

Returns:



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#billable_durationInteger

The billable time for which the Amazon Braket hybrid job used to complete.

Returns:

  • (Integer)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#checkpoint_configTypes::JobCheckpointConfig

Information about the output locations for hybrid job checkpoint data.



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the Amazon Braket hybrid job was created.

Returns:

  • (Time)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#device_configTypes::DeviceConfig

The primary device used by the Amazon Braket hybrid job.

Returns:



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The time at which the Amazon Braket hybrid job ended.

Returns:

  • (Time)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#eventsArray<Types::JobEventDetails>

Details about the time and type of events occurred related to the Amazon Braket hybrid job.

Returns:



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A description of the reason why an Amazon Braket hybrid job failed, if it failed.

Returns:

  • (String)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :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 traiing 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 th hyperparameter.

Returns:

  • (Hash<String,String>)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :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:



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#instance_configTypes::InstanceConfig

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



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The ARN of the Amazon Braket hybrid job.

Returns:

  • (String)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the Amazon Braket hybrid job.

Returns:

  • (String)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#output_data_configTypes::JobOutputDataConfig

The path to the S3 location where hybrid job artifacts are stored and the encryption key used to store them there.



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#queue_infoTypes::HybridJobQueueInfo

Queue information for the requested hybrid job. Only returned if QueueInfo is specified in the additionalAttributeNames" field in the GetJob API request.



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :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 other hybrid job details to the s3 buckets of a user.

Returns:

  • (String)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time at which the Amazon Braket hybrid job was started.

Returns:

  • (Time)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Amazon Braket hybrid job.

Returns:

  • (String)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#stopping_conditionTypes::JobStoppingCondition

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



667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with this hybrid job.

Returns:

  • (Hash<String,String>)


667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 667

class GetJobResponse < Struct.new(
  :status,
  :job_arn,
  :role_arn,
  :failure_reason,
  :job_name,
  :hyper_parameters,
  :input_data_config,
  :output_data_config,
  :stopping_condition,
  :checkpoint_config,
  :algorithm_specification,
  :instance_config,
  :created_at,
  :started_at,
  :ended_at,
  :billable_duration,
  :device_config,
  :events,
  :tags,
  :queue_info,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end