@Generated(value="software.amazon.awssdk:codegen") public final class InferenceRecommendationsJobStep extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>
A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceRecommendationsJobStep.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceRecommendationsJobStep.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RecommendationJobInferenceBenchmark |
inferenceBenchmark()
The details for a specific benchmark.
|
String |
jobName()
The name of the Inference Recommender job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceRecommendationsJobStep.Builder> |
serializableBuilderClass() |
RecommendationJobStatus |
status()
The current status of the benchmark.
|
String |
statusAsString()
The current status of the benchmark.
|
RecommendationStepType |
stepType()
The type of the subtask.
|
String |
stepTypeAsString()
The type of the subtask.
|
InferenceRecommendationsJobStep.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, 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()
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, 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 jobName()
The name of the Inference Recommender job.
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, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic 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, status will
return RecommendationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
RecommendationJobStatuspublic final RecommendationJobInferenceBenchmark inferenceBenchmark()
The details for a specific benchmark.
public InferenceRecommendationsJobStep.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceRecommendationsJobStep.Builder,InferenceRecommendationsJobStep>public static InferenceRecommendationsJobStep.Builder builder()
public static Class<? extends InferenceRecommendationsJobStep.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.