braket.task_result.annealing_task_result_v1 module¶
-
class
braket.task_result.annealing_task_result_v1.
AnnealingTaskResult
¶ Bases:
braket.schema_common.schema_base.BraketSchemaBase
The annealing task result schema.
-
braketSchemaHeader
¶ Schema header. Users do not need to set this value. Only default is allowed.
- Type
-
solutions
¶ Solutions of task result. Default is
None
.- Type
List[int]
-
solutionCounts
¶ The number of times the solutions occurred. Default is
None
.- Type
List[int]
-
values
¶ Output or energy of the solutions. Default is
None
.- Type
List[float]
-
variableCount
¶ The number of variables. Default is
None
.- Type
int
-
taskMetadata
¶ The task metadata.
- Type
-
additionalMetadata
¶ Additional metadata of the task.
- Type
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
-
additionalMetadata
= None
-
braketSchemaHeader
= None
-
solutionCounts
= None
-
solutions
= None
-
taskMetadata
= None
-
values
= None
-
variableCount
= None
-