Class InferenceRecommendationsJobStep
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceRecommendationsJobStep
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>
@Generated("software.amazon.awssdk:codegen") public final class InferenceRecommendationsJobStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>
A returned array object for the
Stepsresponse field in the ListInferenceRecommendationsJobSteps API command.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceRecommendationsJobStep.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceRecommendationsJobStep.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecommendationJobInferenceBenchmarkinferenceBenchmark()The details for a specific benchmark.StringjobName()The name of the Inference Recommender job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InferenceRecommendationsJobStep.Builder>serializableBuilderClass()RecommendationJobStatusstatus()The current status of the benchmark.StringstatusAsString()The current status of the benchmark.RecommendationStepTypestepType()The type of the subtask.StringstepTypeAsString()The type of the subtask.InferenceRecommendationsJobStep.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
stepType
public final RecommendationStepType stepType()
The type of the 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:
- The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types. - See Also:
RecommendationStepType
-
stepTypeAsString
public final String stepTypeAsString()
The type of the 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:
- The type of the subtask.
BENCHMARK: Evaluate the performance of your model on different instance types. - See Also:
RecommendationStepType
-
jobName
public final String jobName()
The name of the Inference Recommender job.
- Returns:
- The name of the Inference Recommender job.
-
status
public final RecommendationJobStatus status()
The current status of the benchmark.
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:
- The current status of the benchmark.
- See Also:
RecommendationJobStatus
-
statusAsString
public final String statusAsString()
The current status of the benchmark.
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:
- The current status of the benchmark.
- See Also:
RecommendationJobStatus
-
inferenceBenchmark
public final RecommendationJobInferenceBenchmark inferenceBenchmark()
The details for a specific benchmark.
- Returns:
- The details for a specific benchmark.
-
toBuilder
public InferenceRecommendationsJobStep.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>
-
builder
public static InferenceRecommendationsJobStep.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceRecommendationsJobStep.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-