class edgeimpulse_api.models.organization_pipeline_step.OrganizationPipelineStep(
**data: Any
)
Config
The type of the None singleton.
builtin_transformation_block: Dict[str, Any] | None
The type of the None singleton.
category: pydantic.types.StrictStr | None
The type of the None singleton.
extra_cli_arguments: pydantic.types.StrictStr | None
The type of the None singleton.
filter: pydantic.types.StrictStr | None
The type of the None singleton.
label: pydantic.types.StrictStr | None
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
new_project_name: pydantic.types.StrictStr | None
The type of the None singleton.
output_dataset_bucket_id: pydantic.types.StrictInt | None
The type of the None singleton.
output_dataset_bucket_path: pydantic.types.StrictStr | None
The type of the None singleton.
output_dataset_name: pydantic.types.StrictStr | None
The type of the None singleton.
output_dataset_path_rule: edgeimpulse_api.models.organization_create_project_output_dataset_path_rule.OrganizationCreateProjectOutputDatasetPathRule | None
The type of the None singleton.
output_path_in_dataset: pydantic.types.StrictStr | None
The type of the None singleton.
parameters: Dict[str, pydantic.types.StrictStr] | None
The type of the None singleton.
path_filters: List[edgeimpulse_api.models.organization_create_project_path_filter.OrganizationCreateProjectPathFilter] | None
The type of the None singleton.
project_api_key: pydantic.types.StrictStr | None
The type of the None singleton.
project_hmac_key: pydantic.types.StrictStr | None
The type of the None singleton.
project_id: pydantic.types.StrictInt | None
The type of the None singleton.
transformation_block_id: pydantic.types.StrictInt | None
The type of the None singleton.
transformation_parallel: pydantic.types.StrictInt | None
The type of the None singleton.
upload_type: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.organization_pipeline_step.category_validate_enum(
v
)
edgeimpulse_api.models.organization_pipeline_step.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_pipeline_step.OrganizationPipelineStep
edgeimpulse_api.models.organization_pipeline_step.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_pipeline_step.OrganizationPipelineStep
edgeimpulse_api.models.organization_pipeline_step.upload_type_validate_enum(
v
)
edgeimpulse_api.models.organization_pipeline_step.to_dict(
self
)
edgeimpulse_api.models.organization_pipeline_step.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_pipeline_step.to_str(
self
) ‑> str