EstimatorParams Class
- Inheritance
-
qsharp.estimator._estimator.EstimatorInputParamsItemEstimatorParams
Constructor
EstimatorParams(num_items: int | None = None)
Parameters
Name | Description |
---|---|
num_items
|
Default value: None
|
Methods
as_dict |
Constructs a dictionary from the input params. For batching jobs, top-level entries are merged into item entries. Item entries have priority in case they are specified. |
as_dict
Constructs a dictionary from the input params.
For batching jobs, top-level entries are merged into item entries. Item entries have priority in case they are specified.
as_dict(validate=True) -> Dict[str, Any]
Parameters
Name | Description |
---|---|
validate
|
Default value: True
|
Attributes
items
MAX_NUM_ITEMS
MAX_NUM_ITEMS: int = 1000