@Generated(value="software.amazon.awssdk:codegen") public final class InferenceRecommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceRecommendation.Builder,InferenceRecommendation>
A list of recommendations made by Amazon SageMaker Inference Recommender.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InferenceRecommendation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InferenceRecommendation.Builder |
builder() |
EndpointOutputConfiguration |
endpointConfiguration()
Defines the endpoint configuration parameters.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
invocationEndTime()
A timestamp that shows when the benchmark completed.
|
Instant |
invocationStartTime()
A timestamp that shows when the benchmark started.
|
RecommendationMetrics |
metrics()
The metrics used to decide what recommendation to make.
|
ModelConfiguration |
modelConfiguration()
Defines the model configuration.
|
String |
recommendationId()
The recommendation ID which uniquely identifies each recommendation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InferenceRecommendation.Builder> |
serializableBuilderClass() |
InferenceRecommendation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RecommendationMetrics metrics()
The metrics used to decide what recommendation to make.
public final EndpointOutputConfiguration endpointConfiguration()
Defines the endpoint configuration parameters.
public final ModelConfiguration modelConfiguration()
Defines the model configuration.
public final String recommendationId()
The recommendation ID which uniquely identifies each recommendation.
public final Instant invocationEndTime()
A timestamp that shows when the benchmark completed.
public final Instant invocationStartTime()
A timestamp that shows when the benchmark started.
public InferenceRecommendation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InferenceRecommendation.Builder,InferenceRecommendation>public static InferenceRecommendation.Builder builder()
public static Class<? extends InferenceRecommendation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.