mistk.evaluation.client.models.evaluation_specification_init_params module¶
Model Integration Software ToolKit - Metric Evaluation
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.evaluation.client.models.evaluation_specification_init_params.
EvaluationSpecificationInitParams
(assessment_type=None, metrics=None, input_data_path=None, evaluation_input_format=None, ground_truth_path=None, evaluation_path=None, properties=None)¶ Bases:
object
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. # noqa: E501
Assessment type to use for the evaluation # noqa: E501
- Returns
The assessment_type of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
str
-
attribute_map
= {'assessment_type': 'assessment_type', 'evaluation_input_format': 'evaluation_input_format', 'evaluation_path': 'evaluation_path', 'ground_truth_path': 'ground_truth_path', 'input_data_path': 'input_data_path', 'metrics': 'metrics', 'properties': 'properties'}¶
-
property
evaluation_input_format
¶ Gets the evaluation_input_format of this EvaluationSpecificationInitParams. # noqa: E501
The format of the input data # noqa: E501
- Returns
The evaluation_input_format of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
str
-
property
evaluation_path
¶ Gets the evaluation_path of this EvaluationSpecificationInitParams. # noqa: E501
Path for evaluation output file # noqa: E501
- Returns
The evaluation_path of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
str
-
property
ground_truth_path
¶ Gets the ground_truth_path of this EvaluationSpecificationInitParams. # noqa: E501
Path to ground_truth.csv file # noqa: E501
- Returns
The ground_truth_path of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
str
-
property
input_data_path
¶ Gets the input_data_path of this EvaluationSpecificationInitParams. # noqa: E501
Path to input data for the evaluation # noqa: E501
- Returns
The input_data_path of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
str
-
property
metrics
¶ Gets the metrics of this EvaluationSpecificationInitParams. # noqa: E501
A list of metrics to use for the evaluation # noqa: E501
- Returns
The metrics of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
list[MistkMetric]
-
property
properties
¶ Gets the properties of this EvaluationSpecificationInitParams. # noqa: E501
A dictionary of key value pairs for evaluation plugin arguments. # noqa: E501
- Returns
The properties of this EvaluationSpecificationInitParams. # noqa: E501
- Return type
object
-
swagger_types
= {'assessment_type': 'str', 'evaluation_input_format': 'str', 'evaluation_path': 'str', 'ground_truth_path': 'str', 'input_data_path': 'str', 'metrics': 'list[MistkMetric]', 'properties': 'object'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-
property