Class: Aws::Braket::Types::GetJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetJobResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_specification ⇒ Types::AlgorithmSpecification
Definition of the Amazon Braket hybrid job created.
-
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the hybrid job.
-
#billable_duration ⇒ Integer
The billable time for which the Amazon Braket hybrid job used to complete.
-
#checkpoint_config ⇒ Types::JobCheckpointConfig
Information about the output locations for hybrid job checkpoint data.
-
#created_at ⇒ Time
The time at which the Amazon Braket hybrid job was created.
-
#device_config ⇒ Types::DeviceConfig
The primary device used by the Amazon Braket hybrid job.
-
#ended_at ⇒ Time
The time at which the Amazon Braket hybrid job ended.
-
#events ⇒ Array<Types::JobEventDetails>
Details about the time and type of events occurred related to the Amazon Braket hybrid job.
-
#failure_reason ⇒ String
A description of the reason why an Amazon Braket hybrid job failed, if it failed.
-
#hyper_parameters ⇒ Hash<String,String>
Algorithm-specific parameters used by an Amazon Braket hybrid job that influence the quality of the traiing job.
-
#input_data_config ⇒ Array<Types::InputFileConfig>
A list of parameters that specify the name and type of input data and where it is located.
-
#instance_config ⇒ Types::InstanceConfig
The resource instances to use while running the hybrid job on Amazon Braket.
-
#job_arn ⇒ String
The ARN of the Amazon Braket hybrid job.
-
#job_name ⇒ String
The name of the Amazon Braket hybrid job.
-
#output_data_config ⇒ Types::JobOutputDataConfig
The path to the S3 location where hybrid job artifacts are stored and the encryption key used to store them there.
-
#queue_info ⇒ Types::HybridJobQueueInfo
Queue information for the requested hybrid job.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that Amazon Braket can assume to perform tasks on behalf of a user.
-
#started_at ⇒ Time
The time at which the Amazon Braket hybrid job was started.
-
#status ⇒ String
The status of the Amazon Braket hybrid job.
-
#stopping_condition ⇒ Types::JobStoppingCondition
The user-defined criteria that specifies when to stop a running hybrid job.
-
#tags ⇒ Hash<String,String>
The tags associated with this hybrid job.
Instance Attribute Details
#algorithm_specification ⇒ Types::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 |
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the 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 |
#billable_duration ⇒ Integer
The billable time for which the Amazon Braket hybrid job used to complete.
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_config ⇒ Types::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_at ⇒ Time
The time at which the Amazon Braket hybrid job was created.
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_config ⇒ Types::DeviceConfig
The primary device used by the Amazon Braket 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 |
#ended_at ⇒ Time
The time at which the Amazon Braket hybrid job ended.
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 |
#events ⇒ Array<Types::JobEventDetails>
Details about the time and type of events occurred related to the Amazon Braket 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 |
#failure_reason ⇒ String
A description of the reason why an Amazon Braket hybrid job failed, if it failed.
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_parameters ⇒ Hash<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.
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_config ⇒ Array<Types::InputFileConfig>
A list of parameters that specify the name and type of input data and where it is located.
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_config ⇒ Types::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_arn ⇒ String
The ARN of the Amazon Braket 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 |
#job_name ⇒ String
The name of the Amazon Braket 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 |
#output_data_config ⇒ Types::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_info ⇒ Types::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_arn ⇒ String
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.
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_at ⇒ Time
The time at which the Amazon Braket hybrid job was started.
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 |
#status ⇒ String
The status of the Amazon Braket 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 |
#stopping_condition ⇒ Types::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 |
#tags ⇒ Hash<String,String>
The tags associated with this 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 |