JobParameter

Properties

Name Type Description Notes
name str The parameter name for the job.
type ParameterType [optional]
required bool Is this parameter required ? [optional] [default to False]
bucket_id str The bucket ID. if bucketId is used then data MUST not be set. [optional]
data str Input data, passed as a sequence of bytes. if data is used then bucketId MUST not be set. [optional]
zipped bool Is the input data zipped ? [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]