RequestPayloadPart¶
Structure Class¶
RequestPayloadPart
dataclass
¶
Request payload part structure.
Attributes¶
bytes_
class-attribute
instance-attribute
¶
The payload bytes.
completion_state
class-attribute
instance-attribute
¶
completion_state: str | None = None
Completion state header. Can be one of these possible values: "PARTIAL", "COMPLETE".