mistk.model.server.models.metric_data_parameters module¶
-
class
mistk.model.server.models.metric_data_parameters.
MetricDataParameters
(prediction_labels: str = None, truth_labels: str = None, prediction_scores: str = None, truth_bounds: str = None, prediction_bounds: str = None)¶ Bases:
mistk.model.server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
classmethod
from_dict
(dikt) → mistk.model.server.models.metric_data_parameters.MetricDataParameters¶ Returns the dict as a model
- Parameters
dikt – A dict.
- Type
dict
- Returns
The MetricDataParameters of this MetricDataParameters. # noqa: E501
- Return type
-
property
prediction_bounds
¶ Gets the prediction_bounds of this MetricDataParameters.
The arg name for prediction bounds # noqa: E501
- Returns
The prediction_bounds of this MetricDataParameters.
- Return type
str
-
property
prediction_labels
¶ Gets the prediction_labels of this MetricDataParameters.
The arg name for prediction labels # noqa: E501
- Returns
The prediction_labels of this MetricDataParameters.
- Return type
str
-
property
prediction_scores
¶ Gets the prediction_scores of this MetricDataParameters.
The arg name for prediction scores # noqa: E501
- Returns
The prediction_scores of this MetricDataParameters.
- Return type
str
-
property
truth_bounds
¶ Gets the truth_bounds of this MetricDataParameters.
The arg name for ground truth bounds # noqa: E501
- Returns
The truth_bounds of this MetricDataParameters.
- Return type
str
-
property
truth_labels
¶ Gets the truth_labels of this MetricDataParameters.
The arg name for ground truth labels # noqa: E501
- Returns
The truth_labels of this MetricDataParameters.
- Return type
str
-
classmethod