Module: Aws::Neptunedata::Client::_GetMLEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMLEndpointOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #endpoint ⇒ Types::MlResourceDefinition
- #endpoint_config ⇒ Types::MlConfigDefinition
- #id ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#endpoint ⇒ Types::MlResourceDefinition
338 |
# File 'sig/client.rbs', line 338
def endpoint: () -> Types::MlResourceDefinition
|
#endpoint_config ⇒ Types::MlConfigDefinition
339 |
# File 'sig/client.rbs', line 339
def endpoint_config: () -> Types::MlConfigDefinition
|
#id ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def id: () -> ::String
|
#status ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def status: () -> ::String
|