Class: Aws::Braket::Types::JobSummary

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

Overview

Provides summary information about an Amazon Braket hybrid job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

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

Returns:

  • (Time)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deviceString

The primary device used by an Amazon Braket hybrid job.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The time at which the Amazon Braket hybrid job ended.

Returns:

  • (Time)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The ARN of the Amazon Braket hybrid job.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the Amazon Braket hybrid job.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

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

Returns:

  • (Time)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Amazon Braket hybrid job.

Returns:

  • (String)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Displays the key, value pairs of tags associated with this hybrid job.

Returns:

  • (Hash<String,String>)


1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1125

class JobSummary < Struct.new(
  :status,
  :job_arn,
  :job_name,
  :device,
  :created_at,
  :started_at,
  :ended_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end