@Generated(value="software.amazon.awssdk:codegen") public final class ListCandidatesForAutoMlJobRequest extends SageMakerRequest implements ToCopyableBuilder<ListCandidatesForAutoMlJobRequest.Builder,ListCandidatesForAutoMlJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCandidatesForAutoMlJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoMLJobName()
List the candidates created for the job by providing the job's name.
|
static ListCandidatesForAutoMlJobRequest.Builder |
builder() |
String |
candidateNameEquals()
List the candidates for the job and filter by candidate name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
List the job's candidates up to a specified limit.
|
String |
nextToken()
If the previous response was truncated, you receive this token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCandidatesForAutoMlJobRequest.Builder> |
serializableBuilderClass() |
CandidateSortBy |
sortBy()
The parameter by which to sort the results.
|
String |
sortByAsString()
The parameter by which to sort the results.
|
AutoMLSortOrder |
sortOrder()
The sort order for the results.
|
String |
sortOrderAsString()
The sort order for the results.
|
CandidateStatus |
statusEquals()
List the candidates for the job and filter by status.
|
String |
statusEqualsAsString()
List the candidates for the job and filter by status.
|
ListCandidatesForAutoMlJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoMLJobName()
List the candidates created for the job by providing the job's name.
public final CandidateStatus statusEquals()
List the candidates for the job and filter by status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return CandidateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
CandidateStatuspublic final String statusEqualsAsString()
List the candidates for the job and filter by status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return CandidateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusEqualsAsString().
CandidateStatuspublic final String candidateNameEquals()
List the candidates for the job and filter by candidate name.
public final AutoMLSortOrder sortOrder()
The sort order for the results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return AutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending.AutoMLSortOrderpublic final String sortOrderAsString()
The sort order for the results. The default is Ascending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return AutoMLSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending.AutoMLSortOrderpublic final CandidateSortBy sortBy()
The parameter by which to sort the results. The default is Descending.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return CandidateSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
Descending.CandidateSortBypublic final String sortByAsString()
The parameter by which to sort the results. The default is Descending.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return CandidateSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
Descending.CandidateSortBypublic final Integer maxResults()
List the job's candidates up to a specified limit.
public final String nextToken()
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
public ListCandidatesForAutoMlJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCandidatesForAutoMlJobRequest.Builder,ListCandidatesForAutoMlJobRequest>toBuilder in class SageMakerRequestpublic static ListCandidatesForAutoMlJobRequest.Builder builder()
public static Class<? extends ListCandidatesForAutoMlJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.