mistk.transform.server.models.transform_specification_init_params module

class mistk.transform.server.models.transform_specification_init_params.TransformSpecificationInitParams(input_datasets: List[mistk.transform.server.models.mistk_dataset.MistkDataset] = None, output_dataset: mistk.transform.server.models.mistk_dataset.MistkDataset = None, properties: object = None)

Bases: mistk.transform.server.models.base_model_.Model

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

classmethod from_dict(dikt) → mistk.transform.server.models.transform_specification_init_params.TransformSpecificationInitParams

Returns the dict as a model

Parameters

dikt – A dict.

Type

dict

Returns

The TransformSpecificationInitParams of this TransformSpecificationInitParams. # noqa: E501

Return type

TransformSpecificationInitParams

property input_datasets

Gets the input_datasets of this TransformSpecificationInitParams.

A list of directory paths where input files can be found. # noqa: E501

Returns

The input_datasets of this TransformSpecificationInitParams.

Return type

List[MistkDataset]

property output_dataset

Gets the output_dataset of this TransformSpecificationInitParams.

A list of directory paths where output files will be saved # noqa: E501

Returns

The output_dataset of this TransformSpecificationInitParams.

Return type

MistkDataset

property properties

Gets the properties of this TransformSpecificationInitParams.

A dictionary of key value pairs for transform plugin arguments. # noqa: E501

Returns

The properties of this TransformSpecificationInitParams.

Return type

object