@Generated(value="software.amazon.awssdk:codegen") public final class GetScalingConfigurationRecommendationResponse extends SageMakerResponse implements ToCopyableBuilder<GetScalingConfigurationRecommendationResponse.Builder,GetScalingConfigurationRecommendationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetScalingConfigurationRecommendationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetScalingConfigurationRecommendationResponse.Builder |
builder() |
DynamicScalingConfiguration |
dynamicScalingConfiguration()
An object with the recommended values for you to specify when creating an autoscaling policy.
|
String |
endpointName()
The name of an endpoint benchmarked during a previously completed Inference Recommender job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inferenceRecommendationsJobName()
The name of a previously completed Inference Recommender job.
|
ScalingPolicyMetric |
metric()
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
|
String |
recommendationId()
The recommendation ID of a previously completed inference recommendation.
|
ScalingPolicyObjective |
scalingPolicyObjective()
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetScalingConfigurationRecommendationResponse.Builder> |
serializableBuilderClass() |
Integer |
targetCpuUtilizationPerCore()
The percentage of how much utilization you want an instance to use before autoscaling, which you specified in the
request.
|
GetScalingConfigurationRecommendationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inferenceRecommendationsJobName()
The name of a previously completed Inference Recommender job.
public final String recommendationId()
The recommendation ID of a previously completed inference recommendation.
public final String endpointName()
The name of an endpoint benchmarked during a previously completed Inference Recommender job.
public final Integer targetCpuUtilizationPerCore()
The percentage of how much utilization you want an instance to use before autoscaling, which you specified in the request. The default value is 50%.
public final ScalingPolicyObjective scalingPolicyObjective()
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
public final ScalingPolicyMetric metric()
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
public final DynamicScalingConfiguration dynamicScalingConfiguration()
An object with the recommended values for you to specify when creating an autoscaling policy.
public GetScalingConfigurationRecommendationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetScalingConfigurationRecommendationResponse.Builder,GetScalingConfigurationRecommendationResponse>toBuilder in class AwsResponsepublic static GetScalingConfigurationRecommendationResponse.Builder builder()
public static Class<? extends GetScalingConfigurationRecommendationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.