Module: Aws::BedrockRuntime::Client::_InvokeModelWithResponseStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeModelWithResponseStreamResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ Types::ResponseStream
- #content_type ⇒ ::String
- #performance_config_latency ⇒ "standard", "optimized"
- #service_tier ⇒ "priority", ...
Instance Method Details
#body ⇒ Types::ResponseStream
319 |
# File 'sig/client.rbs', line 319
def body: () -> Types::ResponseStream
|
#content_type ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def content_type: () -> ::String
|
#performance_config_latency ⇒ "standard", "optimized"
321 |
# File 'sig/client.rbs', line 321
def performance_config_latency: () -> ("standard" | "optimized")
|
#service_tier ⇒ "priority", ...
322 |
# File 'sig/client.rbs', line 322
def service_tier: () -> ("priority" | "default" | "flex" | "reserved")
|