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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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>)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1020

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