mistk.model.client.models.mistk_data_record 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.mistk_data_record.MistkDataRecord(record_id=None, reference_set_project=None, referenced_set_id=None, values=None)¶ Bases:
objectNOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map= {'record_id': 'recordId', 'reference_set_project': 'referenceSetProject', 'referenced_set_id': 'referencedSetId', 'values': 'values'}¶
-
property
record_id¶ Gets the record_id of this MistkDataRecord. # noqa: E501
The id of this record # noqa: E501
- Returns
The record_id of this MistkDataRecord. # noqa: E501
- Return type
str
-
property
reference_set_project¶ Gets the reference_set_project of this MistkDataRecord. # noqa: E501
the project associated with the data record set # noqa: E501
- Returns
The reference_set_project of this MistkDataRecord. # noqa: E501
- Return type
str
-
property
referenced_set_id¶ Gets the referenced_set_id of this MistkDataRecord. # noqa: E501
The UUID of the Data Record Set this record is associated with. This should be the ObjectId of a GroundTruthSet or PredictionSet # noqa: E501
- Returns
The referenced_set_id of this MistkDataRecord. # noqa: E501
- Return type
str
-
swagger_types= {'record_id': 'str', 'reference_set_project': 'str', 'referenced_set_id': 'str', 'values': 'list[object]'}¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-
property
values¶ Gets the values of this MistkDataRecord. # noqa: E501
A list of labels, optionally this could be a list of dictionaries instead where the dictionaries contain the ground truth label plus a bounding box, etc, this could also include certainty assessments. # noqa: E501
- Returns
The values of this MistkDataRecord. # noqa: E501
- Return type
list[object]
-