organization_update_pipeline_body

edgeimpulse_api v1.0.0

edgeimpulse_api.models.organization_update_pipeline_body module

class edgeimpulse_api.models.organization_update_pipeline_body.OrganizationUpdatePipelineBody(*, name: StrictStr, description: StrictStr, intervalStr: StrictStr, steps: List[OrganizationPipelineStep], dataset: Optional[StrictStr] = None, projectId: Optional[StrictInt] = None, emailRecipientUids: List[StrictInt], notificationWebhook: Optional[StrictStr] = None, whenToEmail: StrictStr, archived: Optional[StrictBool] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

archived(: Optional[StrictBool )

dataset(: Optional[StrictStr )

description(: StrictSt )

email_recipient_uids(: List[StrictInt )

classmethod from_dict(obj: dict)

Create an instance of OrganizationUpdatePipelineBody from a dict

classmethod from_json(json_str: str)

Create an instance of OrganizationUpdatePipelineBody from a JSON string

interval_str(: StrictSt )

name(: StrictSt )

notification_webhook(: Optional[StrictStr )

project_id(: Optional[StrictInt )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

when_to_email(: StrictSt )

classmethod when_to_email_validate_enum(v)

Last updated

Was this helpful?