OperationMetaServiceSpecification Class
The operation meta service specification.
Constructor
OperationMetaServiceSpecification(*, log_specifications: List[OperationMetaLogSpecification] | None = None, metric_specifications: List[OperationMetaMetricSpecification] | None = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
log_specifications
Required
|
log specifications for the operation. |
|
metric_specifications
Required
|
metric specifications for the operation. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
log_specifications
|
Default value: None
|
|
metric_specifications
|
Default value: None
|