mistk.transform.client.models.transform_specification_init_params 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.transform_specification_init_params.
TransformSpecificationInitParams
(input_datasets=None, output_dataset=None, properties=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map
= {'input_datasets': 'inputDatasets', 'output_dataset': 'outputDataset', 'properties': 'properties'}¶
-
property
input_datasets
¶ Gets the input_datasets of this TransformSpecificationInitParams. # noqa: E501
A list of directory paths where input files can be found. # noqa: E501
- Returns
The input_datasets of this TransformSpecificationInitParams. # noqa: E501
- Return type
list[MistkDataset]
-
property
output_dataset
¶ Gets the output_dataset of this TransformSpecificationInitParams. # noqa: E501
A list of directory paths where output files will be saved # noqa: E501
- Returns
The output_dataset of this TransformSpecificationInitParams. # noqa: E501
- Return type
-
property
properties
¶ Gets the properties of this TransformSpecificationInitParams. # noqa: E501
A dictionary of key value pairs for transform plugin arguments. # noqa: E501
- Returns
The properties of this TransformSpecificationInitParams. # noqa: E501
- Return type
object
-
swagger_types
= {'input_datasets': 'list[MistkDataset]', 'output_dataset': 'MistkDataset', 'properties': 'object'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-