Module: Aws::BedrockRuntime::Client::_InvokeModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ ::String
- #content_type ⇒ ::String
- #performance_config_latency ⇒ "standard", "optimized"
- #service_tier ⇒ "priority", ...
Instance Method Details
#body ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def body: () -> ::String
|
#content_type ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def content_type: () -> ::String
|
#performance_config_latency ⇒ "standard", "optimized"
299 |
# File 'sig/client.rbs', line 299
def performance_config_latency: () -> ("standard" | "optimized")
|
#service_tier ⇒ "priority", ...
300 |
# File 'sig/client.rbs', line 300
def service_tier: () -> ("priority" | "default" | "flex" | "reserved")
|