mistk.transform.client.models.dataset module¶
Model Integration Software ToolKit - Data Transformation
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.transform.client.models.dataset.
Dataset
(object_info=None, datastash_id=None, datastash_sub_dir=None, modality=None, format=None, statistics=None, default_ground_truth_set_reference=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map
= {'datastash_id': 'datastashId', 'datastash_sub_dir': 'datastashSubDir', 'default_ground_truth_set_reference': 'defaultGroundTruthSetReference', 'format': 'format', 'modality': 'modality', 'object_info': 'objectInfo', 'statistics': 'statistics'}¶
-
property
datastash_id
¶ Gets the datastash_id of this Dataset. # noqa: E501
The id of the datastash associated with this dataset where all of its files will be stored. # noqa: E501
- Returns
The datastash_id of this Dataset. # noqa: E501
- Return type
str
-
property
datastash_sub_dir
¶ Gets the datastash_sub_dir of this Dataset. # noqa: E501
This field denotes the sub path within the datastash where this dataset’s data resides. # noqa: E501
- Returns
The datastash_sub_dir of this Dataset. # noqa: E501
- Return type
str
-
property
default_ground_truth_set_reference
¶ Gets the default_ground_truth_set_reference of this Dataset. # noqa: E501
A reference to the default ground truth set that is associated with this dataset # noqa: E501
- Returns
The default_ground_truth_set_reference of this Dataset. # noqa: E501
- Return type
-
property
format
¶ Gets the format of this Dataset. # noqa: E501
A string representing the name of the format of the dataset. This should be sufficient to ensure that models and transforms are able to read and parse the data. # noqa: E501
- Returns
The format of this Dataset. # noqa: E501
- Return type
str
-
property
modality
¶ Gets the modality of this Dataset. # noqa: E501
The type of the data supported by this implementation, one of image, audio, video, text, etc. This does not specify the format of the data. Available modalities can be found using the “global/meta/dataModalities” endpoint # noqa: E501
- Returns
The modality of this Dataset. # noqa: E501
- Return type
str
-
property
object_info
¶ Gets the object_info of this Dataset. # noqa: E501
- Returns
The object_info of this Dataset. # noqa: E501
- Return type
-
property
statistics
¶ Gets the statistics of this Dataset. # noqa: E501
- Returns
The statistics of this Dataset. # noqa: E501
- Return type
-
swagger_types
= {'datastash_id': 'str', 'datastash_sub_dir': 'str', 'default_ground_truth_set_reference': 'ObjectReference', 'format': 'str', 'modality': 'str', 'object_info': 'ObjectInfo', 'statistics': 'DatasetStatistics'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-