organization_pipeline_run_step module
OrganizationPipelineRunStep
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
Config
builtin_transformation_block: Dict[str, Any] | None
category: pydantic.types.StrictStr | None
extra_cli_arguments: pydantic.types.StrictStr | None
filter: pydantic.types.StrictStr | None
label: pydantic.types.StrictStr | None
name: pydantic.types.StrictStr
new_project_name: pydantic.types.StrictStr | None
output_dataset_bucket_id: pydantic.types.StrictInt | None
output_dataset_bucket_path: pydantic.types.StrictStr | None
output_dataset_name: pydantic.types.StrictStr | None
parameters: Dict[str, pydantic.types.StrictStr] | None
project_api_key: pydantic.types.StrictStr | None
project_hmac_key: pydantic.types.StrictStr | None
project_id: pydantic.types.StrictInt | None
transformation_block_id: pydantic.types.StrictInt | None
transformation_job: edgeimpulse_api.models.organization_create_project.OrganizationCreateProject | None
upload_type: pydantic.types.StrictStr | None
Static methods
category_validate_enum
Parameters
v
from_dict
Create an instance of OrganizationPipelineRunStep from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.organization_pipeline_run_step.OrganizationPipelineRunStep
from_json
Create an instance of OrganizationPipelineRunStep from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.organization_pipeline_run_step.OrganizationPipelineRunStep
upload_type_validate_enum
Parameters
v
Methods
to_dict
Returns the dictionary representation of the model using alias
Parameters
self
to_json
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated