You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::SearchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SearchResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the result of the previous
Search
request was truncated, the response includes a NextToken. -
#results ⇒ Array<Types::SearchRecord>
A list of
SearchRecord
objects.
Instance Attribute Details
#next_token ⇒ String
If the result of the previous Search
request was truncated, the
response includes a NextToken. To retrieve the next set of results, use
the token in the next request.
#results ⇒ Array<Types::SearchRecord>
A list of SearchRecord
objects.