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 interfaceListInferenceRecommendationsJobStepsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListInferenceRecommendationsJobStepsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()The name for the Inference Recommender job.IntegermaxResults()The maximum number of results to return.StringnextToken()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()RecommendationJobStatusstatus()A filter to return benchmarks of a specified status.StringstatusAsString()A filter to return benchmarks of a specified status.RecommendationStepTypestepType()A filter to return details about the specified type of subtask.StringstepTypeAsString()A filter to return details about the specified type of subtask.ListInferenceRecommendationsJobStepsRequest.BuildertoBuilder()StringtoString()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,
statuswill 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,
statuswill 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,
stepTypewill 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,
stepTypewill 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:
toBuilderin interfaceToCopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListInferenceRecommendationsJobStepsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceRecommendationsJobStepsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-