Select part of a table using row names. Multiple row names can be provided.
It also supports regexp.
config_specs: Dict
file_downloader: FileDownloader
input_name: str
input_specs: InputSpecs
message_dispatcher: MessageDispatcher
output_name: str
output_specs: OutputSpecs
style: TypingStyle
Constructor, please do not overwrite this method, use the init method instead Leave the constructor without parameters
This can be overwritten to perform custom check before running task. See doc of CheckBeforeTaskResult for more information
ConfigParams
TaskInputs
CheckBeforeTaskResult
Override this method to implement convert method
Resource
ConfigParams
Type
Resource
Create a temporary directory. This directory will be deleted after the task is run. Output file or folder are moved out of this directory before it is deleted.
str
str
Type
str
str
This can be overwritten to perform custom initialization of the task. This method is called just after the init and before the check_before_run method
str
str
str
Store a message in the progress
str
MessageLevel
str
str
This must be overiwritten to perform the task of the task.
This is where most of your code must go
ConfigParams
TaskInputs
Dict
This can be overwritten to perform action after the task run. This method is called after the resources are saved. This method is useful to delete temporary objects (like files) to clear the server after the task is run.
Override this method to write the Transformer code
Table
ConfigParams
Table
Update the progress value
float
str
Call the ResourceExporter method manually
Resource
Dict
Resource
Returns the name of the class
bool
- False
bool
- False
bool
- False
str
Returns the full name of the class
bool
- False
bool
- False
str
str
Dict
Get the human name of the resource
str
Returns the input specs of the process
InputSpecs
Returns the input specs of the process
OutputSpecs
Get the short description of the resource
str
Get the type of the input source
Tuple
Get the style of the resource
TypingStyle
Get the type of the output target
Type
Get the typing name of the resource
str
bool
Get all the classes that inherit this class
List