Module: Aws::SageMakerRuntime::Client::_InvokeEndpointWithResponseStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeEndpointWithResponseStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ Types::ResponseStream
- #content_type ⇒ ::String
- #custom_attributes ⇒ ::String
- #invoked_production_variant ⇒ ::String
Instance Method Details
#body ⇒ Types::ResponseStream
134 |
# File 'sig/client.rbs', line 134
def body: () -> Types::ResponseStream
|
#content_type ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def content_type: () -> ::String
|
#custom_attributes ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def custom_attributes: () -> ::String
|
#invoked_production_variant ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def invoked_production_variant: () -> ::String
|