/AWS1/CL_SGRPAYLOADPART¶
A wrapper for pieces of the payload that's returned in response to a streaming inference request. A streaming inference response consists of one or more payload parts.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_bytes
TYPE /AWS1/SGRPARTBLOB
/AWS1/SGRPARTBLOB
¶
A blob that contains part of the response for your streaming inference request.
Queryable Attributes¶
Bytes¶
A blob that contains part of the response for your streaming inference request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BYTES() |
Getter for BYTES, with configurable default |
ASK_BYTES() |
Getter for BYTES w/ exceptions if field has no value |
HAS_BYTES() |
Determine if BYTES has a value |