GetMetric interface
Methods
| delete(Delete |
Deletes an experiment metric. |
| get(Get |
Fetches an experiment metric by ID. |
| patch(Create |
Creates or updates an experiment metric. |
Method Details
delete(DeleteMetricParameters)
Deletes an experiment metric.
function delete(options?: DeleteMetricParameters): StreamableMethod<DeleteMetric204Response | DeleteMetricDefaultResponse>
Parameters
- options
- DeleteMetricParameters
Returns
get(GetMetricParameters)
Fetches an experiment metric by ID.
function get(options?: GetMetricParameters): StreamableMethod<GetMetric200Response | GetMetricDefaultResponse>
Parameters
- options
- GetMetricParameters
Returns
patch(CreateOrUpdateMetricParameters)
Creates or updates an experiment metric.
function patch(options: CreateOrUpdateMetricParameters): StreamableMethod<CreateOrUpdateMetric200Response | CreateOrUpdateMetric201Response | CreateOrUpdateMetricDefaultResponse>
Parameters
- options
- CreateOrUpdateMetricParameters