@Generated(value="software.amazon.awssdk:codegen") public final class SearchRequest extends SageMakerRequest implements ToCopyableBuilder<SearchRequest.Builder,SearchRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
SearchRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static SearchRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a
SearchResponse . |
String |
nextToken()
If more than
MaxResults resource objects match the specified SearchExpression , the
SearchResponse includes a NextToken . |
ResourceType |
resource()
The name of the Amazon SageMaker resource to search for.
|
String |
resourceAsString()
The name of the Amazon SageMaker resource to search for.
|
List<SdkField<?>> |
sdkFields() |
SearchExpression |
searchExpression()
A Boolean conditional statement.
|
static Class<? extends SearchRequest.Builder> |
serializableBuilderClass() |
String |
sortBy()
The name of the resource property used to sort the
SearchResults . |
SearchSortOrder |
sortOrder()
How
SearchResults are ordered. |
String |
sortOrderAsString()
How
SearchResults are ordered. |
SearchRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public ResourceType resource()
The name of the Amazon SageMaker resource to search for. Currently, the only valid Resource
value is
TrainingJob
.
If the service returns an enum value that is not available in the current SDK version, resource
will
return ResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
resourceAsString()
.
Resource
value is TrainingJob
.ResourceType
public String resourceAsString()
The name of the Amazon SageMaker resource to search for. Currently, the only valid Resource
value is
TrainingJob
.
If the service returns an enum value that is not available in the current SDK version, resource
will
return ResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
resourceAsString()
.
Resource
value is TrainingJob
.ResourceType
public SearchExpression searchExpression()
A Boolean conditional statement. Resource objects must satisfy this condition to be included in search results.
public String sortBy()
The name of the resource property used to sort the SearchResults
.
SearchResults
.public SearchSortOrder sortOrder()
How SearchResults
are ordered. Valid values are Ascending
or Descending
.
If the service returns an enum value that is not available in the current SDK version, sortOrder
will
return SearchSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortOrderAsString()
.
SearchResults
are ordered. Valid values are Ascending
or
Descending
.SearchSortOrder
public String sortOrderAsString()
How SearchResults
are ordered. Valid values are Ascending
or Descending
.
If the service returns an enum value that is not available in the current SDK version, sortOrder
will
return SearchSortOrder.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sortOrderAsString()
.
SearchResults
are ordered. Valid values are Ascending
or
Descending
.SearchSortOrder
public String nextToken()
If more than MaxResults
resource objects match the specified SearchExpression
, the
SearchResponse
includes a NextToken
. The NextToken
can be passed to the
next SearchRequest
to continue retrieving results for the specified SearchExpression
and Sort
parameters.
MaxResults
resource objects match the specified SearchExpression
,
the SearchResponse
includes a NextToken
. The NextToken
can be
passed to the next SearchRequest
to continue retrieving results for the specified
SearchExpression
and Sort
parameters.public Integer maxResults()
The maximum number of results to return in a SearchResponse
.
SearchResponse
.public SearchRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SearchRequest.Builder,SearchRequest>
toBuilder
in class SageMakerRequest
public static SearchRequest.Builder builder()
public static Class<? extends SearchRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.