@Generated(value="software.amazon.awssdk:codegen") public final class ListInferenceRecommendationsJobStepsRequest extends SageMakerRequest implements ToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInferenceRecommendationsJobStepsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInferenceRecommendationsJobStepsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobName()
The name for the Inference Recommender job.
|
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
A token that you can specify to return more results from the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInferenceRecommendationsJobStepsRequest.Builder> |
serializableBuilderClass() |
RecommendationJobStatus |
status()
A filter to return benchmarks of a specified status.
|
String |
statusAsString()
A filter to return benchmarks of a specified status.
|
RecommendationStepType |
stepType()
A filter to return details about the specified type of subtask.
|
String |
stepTypeAsString()
A filter to return details about the specified type of subtask.
|
ListInferenceRecommendationsJobStepsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobName()
The name for the Inference Recommender job.
public final RecommendationJobStatus status()
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
If the service returns an enum value that is not available in the current SDK version, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic final String statusAsString()
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
If the service returns an enum value that is not available in the current SDK version, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic final RecommendationStepType stepType()
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
If the service returns an enum value that is not available in the current SDK version, stepType will
return RecommendationStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stepTypeAsString().
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepTypepublic final String stepTypeAsString()
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
If the service returns an enum value that is not available in the current SDK version, stepType will
return RecommendationStepType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from stepTypeAsString().
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepTypepublic final Integer maxResults()
The maximum number of results to return.
public final String nextToken()
A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
public ListInferenceRecommendationsJobStepsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>toBuilder in class SageMakerRequestpublic static ListInferenceRecommendationsJobStepsRequest.Builder builder()
public static Class<? extends ListInferenceRecommendationsJobStepsRequest.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.