/AWS1/CL_BDRINVMDELWRSPSTRMRSP¶
InvokeModelWithResponseStreamResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_body TYPE REF TO /AWS1/IF_BDRRESPONSESTREAM_OS /AWS1/IF_BDRRESPONSESTREAM_OS¶
Inference response from the model in the format specified by the
contentTypeheader. To see the format and content of this field for different models, refer to Inference parameters.
iv_contenttype TYPE /AWS1/BDRMIMETYPE /AWS1/BDRMIMETYPE¶
The MIME type of the inference result.
Optional arguments:¶
iv_performanceconfiglatency TYPE /AWS1/BDRPERFORMANCECFGLATENCY /AWS1/BDRPERFORMANCECFGLATENCY¶
Model performance settings for the request.
iv_servicetier TYPE /AWS1/BDRSERVICETIERTYPE /AWS1/BDRSERVICETIERTYPE¶
Specifies the processing tier type used for serving the request.
Queryable Attributes¶
body¶
Inference response from the model in the format specified by the
contentTypeheader. To see the format and content of this field for different models, refer to Inference parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY |
contentType¶
The MIME type of the inference result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |
performanceConfigLatency¶
Model performance settings for the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERFORMANCECONFIGLATENCY() |
Getter for PERFORMANCECONFIGLATENCY, with configurable defau |
ASK_PERFORMANCECONFIGLATENCY() |
Getter for PERFORMANCECONFIGLATENCY w/ exceptions if field h |
HAS_PERFORMANCECONFIGLATENCY() |
Determine if PERFORMANCECONFIGLATENCY has a value |
serviceTier¶
Specifies the processing tier type used for serving the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICETIER() |
Getter for SERVICETIER, with configurable default |
ASK_SERVICETIER() |
Getter for SERVICETIER w/ exceptions if field has no value |
HAS_SERVICETIER() |
Determine if SERVICETIER has a value |