Class: Aws::Braket::Types::GetJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetJobResponse
- Includes:
- Structure
- Defined in:
- 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'lib/aws-sdk-braket/types.rb', line 697 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 |