mistk.model.client.models.metric_data_parameters module

Model Integration Software ToolKit

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501

OpenAPI spec version: 1.0.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

class mistk.model.client.models.metric_data_parameters.MetricDataParameters(prediction_labels=None, truth_labels=None, prediction_scores=None, truth_bounds=None, prediction_bounds=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

attribute_map = {'prediction_bounds': 'predictionBounds', 'prediction_labels': 'predictionLabels', 'prediction_scores': 'predictionScores', 'truth_bounds': 'truthBounds', 'truth_labels': 'truthLabels'}
property prediction_bounds

Gets the prediction_bounds of this MetricDataParameters. # noqa: E501

The arg name for prediction bounds # noqa: E501

Returns

The prediction_bounds of this MetricDataParameters. # noqa: E501

Return type

str

property prediction_labels

Gets the prediction_labels of this MetricDataParameters. # noqa: E501

The arg name for prediction labels # noqa: E501

Returns

The prediction_labels of this MetricDataParameters. # noqa: E501

Return type

str

property prediction_scores

Gets the prediction_scores of this MetricDataParameters. # noqa: E501

The arg name for prediction scores # noqa: E501

Returns

The prediction_scores of this MetricDataParameters. # noqa: E501

Return type

str

swagger_types = {'prediction_bounds': 'str', 'prediction_labels': 'str', 'prediction_scores': 'str', 'truth_bounds': 'str', 'truth_labels': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property truth_bounds

Gets the truth_bounds of this MetricDataParameters. # noqa: E501

The arg name for ground truth bounds # noqa: E501

Returns

The truth_bounds of this MetricDataParameters. # noqa: E501

Return type

str

property truth_labels

Gets the truth_labels of this MetricDataParameters. # noqa: E501

The arg name for ground truth labels # noqa: E501

Returns

The truth_labels of this MetricDataParameters. # noqa: E501

Return type

str