Class ScalingPolicyMetric
java.lang.Object
software.amazon.awssdk.services.sagemaker.model.ScalingPolicyMetric
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<ScalingPolicyMetric.Builder,ScalingPolicyMetric> 
@Generated("software.amazon.awssdk:codegen")
public final class ScalingPolicyMetric
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ScalingPolicyMetric.Builder,ScalingPolicyMetric> 
The metric for a scaling policy.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic ScalingPolicyMetric.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of invocations sent to a model, normalized byInstanceCountin each ProductionVariant.final IntegerThe interval of time taken by a model to respond as viewed from SageMaker.static Class<? extends ScalingPolicyMetric.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
invocationsPerInstance
The number of invocations sent to a model, normalized by
InstanceCountin each ProductionVariant.1/numberOfInstancesis sent as the value on each request, wherenumberOfInstancesis the number of active instances for the ProductionVariant behind the endpoint at the time of the request.- Returns:
 - The number of invocations sent to a model, normalized by 
InstanceCountin each ProductionVariant.1/numberOfInstancesis sent as the value on each request, wherenumberOfInstancesis the number of active instances for the ProductionVariant behind the endpoint at the time of the request. 
 - 
modelLatency
The interval of time taken by a model to respond as viewed from SageMaker. This interval includes the local communication times taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.
- Returns:
 - The interval of time taken by a model to respond as viewed from SageMaker. This interval includes the local communication times taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ScalingPolicyMetric.Builder,ScalingPolicyMetric> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
 - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
 - 
getValueForField
 - 
sdkFields
 - 
sdkFieldNameToField
- Specified by:
 sdkFieldNameToFieldin interfaceSdkPojo- Returns:
 - The mapping between the field name and its corresponding field.
 
 
 -