Module: Aws::SageMaker::Client::_SearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
7069 |
# File 'sig/client.rbs', line 7069
def next_token: () -> ::String
|
#results ⇒ ::Array[Types::SearchRecord]
7068 |
# File 'sig/client.rbs', line 7068
def results: () -> ::Array[Types::SearchRecord]
|
#total_hits ⇒ Types::TotalHits
7070 |
# File 'sig/client.rbs', line 7070
def total_hits: () -> Types::TotalHits
|