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 job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the Amazon Braket job was created.

Returns:

  • (Time)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#deviceString

Provides summary information about the primary device used by an Amazon Braket job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#ended_atTime

The date and time that the Amazon Braket job ended.

Returns:

  • (Time)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#job_arnString

The ARN of the Amazon Braket job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#job_nameString

The name of the Amazon Braket job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#started_atTime

The date and time that the Amazon Braket job was started.

Returns:

  • (Time)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#statusString

The status of the Amazon Braket job.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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

#tagsHash<String,String>

A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.

Returns:

  • (Hash<String,String>)


967
968
969
970
971
972
973
974
975
976
977
978
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 967

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