Class ListInferenceRecommendationsJobStepsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListInferenceRecommendationsJobStepsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListInferenceRecommendationsJobStepsRequest extends SageMakerRequest implements ToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListInferenceRecommendationsJobStepsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobName
public final String jobName()
The name for the Inference Recommender job.
- Returns:
- The name for the Inference Recommender job.
-
status
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 returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
- See Also:
RecommendationJobStatus
-
statusAsString
public 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 returnRecommendationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
- See Also:
RecommendationJobStatus
-
stepType
public 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 returnRecommendationStepType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstepTypeAsString()
.- Returns:
- A filter to return details about the specified type of subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types. - See Also:
RecommendationStepType
-
stepTypeAsString
public 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 returnRecommendationStepType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstepTypeAsString()
.- Returns:
- A filter to return details about the specified type of subtask.
BENCHMARK
: Evaluate the performance of your model on different instance types. - See Also:
RecommendationStepType
-
maxResults
public final Integer maxResults()
The maximum number of results to return.
- Returns:
- The maximum number of results to return.
-
nextToken
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.
- Returns:
- 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.
-
toBuilder
public ListInferenceRecommendationsJobStepsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListInferenceRecommendationsJobStepsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceRecommendationsJobStepsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-