mistk.evaluation.client.models.mistk_metric 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.mistk_metric.
MistkMetric
(object_info=None, implementation_reference=None, package=None, method=None, default_args=None, data_parameters=None, assessment_types=None, version=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
property
assessment_types
¶ Gets the assessment_types of this MistkMetric. # noqa: E501
The types of assessments this metric can be used for. # noqa: E501
- Returns
The assessment_types of this MistkMetric. # noqa: E501
- Return type
list[str]
-
attribute_map
= {'assessment_types': 'assessmentTypes', 'data_parameters': 'dataParameters', 'default_args': 'defaultArgs', 'implementation_reference': 'implementationReference', 'method': 'method', 'object_info': 'objectInfo', 'package': 'package', 'version': 'version'}¶
-
property
data_parameters
¶ Gets the data_parameters of this MistkMetric. # noqa: E501
- Returns
The data_parameters of this MistkMetric. # noqa: E501
- Return type
-
property
default_args
¶ Gets the default_args of this MistkMetric. # noqa: E501
The default arguments passed to the method when the metric is called. These can be overwritten when the metric is associated with an assessment. # noqa: E501
- Returns
The default_args of this MistkMetric. # noqa: E501
- Return type
object
-
property
implementation_reference
¶ Gets the implementation_reference of this MistkMetric. # noqa: E501
- Returns
The implementation_reference of this MistkMetric. # noqa: E501
- Return type
-
property
method
¶ Gets the method of this MistkMetric. # noqa: E501
The name of the method to be called when applying the metric. # noqa: E501
- Returns
The method of this MistkMetric. # noqa: E501
- Return type
str
-
property
object_info
¶ Gets the object_info of this MistkMetric. # noqa: E501
- Returns
The object_info of this MistkMetric. # noqa: E501
- Return type
-
property
package
¶ Gets the package of this MistkMetric. # noqa: E501
The name of the package containing the implementation of this metric. # noqa: E501
- Returns
The package of this MistkMetric. # noqa: E501
- Return type
str
-
swagger_types
= {'assessment_types': 'list[str]', 'data_parameters': 'MetricDataParameters', 'default_args': 'object', 'implementation_reference': 'ObjectReference', 'method': 'str', 'object_info': 'ObjectInfo', 'package': 'str', 'version': 'str'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-
property
version
¶ Gets the version of this MistkMetric. # noqa: E501
The version of this metric # noqa: E501
- Returns
The version of this MistkMetric. # noqa: E501
- Return type
str
-
property