mistk.evaluation.server.models.evaluation_specification_init_params module

class mistk.evaluation.server.models.evaluation_specification_init_params.EvaluationSpecificationInitParams(assessment_type: str = None, metrics: List[mistk.evaluation.server.models.mistk_metric.MistkMetric] = None, input_data_path: str = None, evaluation_input_format: str = None, ground_truth_path: str = None, evaluation_path: str = None, properties: object = None)

Bases: mistk.evaluation.server.models.base_model_.Model

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

Do not edit the class manually.

property assessment_type

Gets the assessment_type of this EvaluationSpecificationInitParams.

Assessment type to use for the evaluation # noqa: E501

Returns

The assessment_type of this EvaluationSpecificationInitParams.

Return type

str

property evaluation_input_format

Gets the evaluation_input_format of this EvaluationSpecificationInitParams.

The format of the input data # noqa: E501

Returns

The evaluation_input_format of this EvaluationSpecificationInitParams.

Return type

str

property evaluation_path

Gets the evaluation_path of this EvaluationSpecificationInitParams.

Path for evaluation output file # noqa: E501

Returns

The evaluation_path of this EvaluationSpecificationInitParams.

Return type

str

classmethod from_dict(dikt) → mistk.evaluation.server.models.evaluation_specification_init_params.EvaluationSpecificationInitParams

Returns the dict as a model

Parameters

dikt – A dict.

Type

dict

Returns

The EvaluationSpecificationInitParams of this EvaluationSpecificationInitParams. # noqa: E501

Return type

EvaluationSpecificationInitParams

property ground_truth_path

Gets the ground_truth_path of this EvaluationSpecificationInitParams.

Path to ground_truth.csv file # noqa: E501

Returns

The ground_truth_path of this EvaluationSpecificationInitParams.

Return type

str

property input_data_path

Gets the input_data_path of this EvaluationSpecificationInitParams.

Path to input data for the evaluation # noqa: E501

Returns

The input_data_path of this EvaluationSpecificationInitParams.

Return type

str

property metrics

Gets the metrics of this EvaluationSpecificationInitParams.

A list of metrics to use for the evaluation # noqa: E501

Returns

The metrics of this EvaluationSpecificationInitParams.

Return type

List[MistkMetric]

property properties

Gets the properties of this EvaluationSpecificationInitParams.

A dictionary of key value pairs for evaluation plugin arguments. # noqa: E501

Returns

The properties of this EvaluationSpecificationInitParams.

Return type

object