Module: Aws::CleanRoomsML::Client::_ListConfiguredModelAlgorithmsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListConfiguredModelAlgorithmsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configured_model_algorithms ⇒ ::Array[Types::ConfiguredModelAlgorithmSummary]
- #next_token ⇒ ::String
Instance Method Details
#configured_model_algorithms ⇒ ::Array[Types::ConfiguredModelAlgorithmSummary]
846 |
# File 'sig/client.rbs', line 846
def configured_model_algorithms: () -> ::Array[Types::ConfiguredModelAlgorithmSummary]
|
#next_token ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def next_token: () -> ::String
|