Module: Aws::SageMakerRuntime::Client::_InvokeEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeEndpointOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ ::String
- #closed_session_id ⇒ ::String
- #content_type ⇒ ::String
- #custom_attributes ⇒ ::String
- #invoked_production_variant ⇒ ::String
- #new_session_id ⇒ ::String
Instance Method Details
#body ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def body: () -> ::String
|
#closed_session_id ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def closed_session_id: () -> ::String
|
#content_type ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def content_type: () -> ::String
|
#custom_attributes ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def custom_attributes: () -> ::String
|
#invoked_production_variant ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def invoked_production_variant: () -> ::String
|
#new_session_id ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def new_session_id: () -> ::String
|