Class RecommendationMetrics
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RecommendationMetrics.Builder,
RecommendationMetrics>
The metrics of recommendations.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Float
Defines the cost per hour for the instance.final Float
Defines the cost per inference for the instance .final Float
The expected CPU utilization at maximum invocations per minute for the instance.final boolean
final boolean
equalsBySdkFields
(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 int
hashCode()
final Integer
The expected maximum number of requests per minute for the instance.final Float
The expected memory utilization at maximum invocations per minute for the instance.final Integer
The expected model latency at maximum invocation per minute for the instance.final Integer
The time it takes to launch new compute resources for a serverless endpoint.static Class
<? extends RecommendationMetrics.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
costPerHour
Defines the cost per hour for the instance.
- Returns:
- Defines the cost per hour for the instance.
-
costPerInference
Defines the cost per inference for the instance .
- Returns:
- Defines the cost per inference for the instance .
-
maxInvocations
The expected maximum number of requests per minute for the instance.
- Returns:
- The expected maximum number of requests per minute for the instance.
-
modelLatency
The expected model latency at maximum invocation per minute for the instance.
- Returns:
- The expected model latency at maximum invocation per minute for the instance.
-
cpuUtilization
The expected CPU utilization at maximum invocations per minute for the instance.
NaN
indicates that the value is not available.- Returns:
- The expected CPU utilization at maximum invocations per minute for the instance.
NaN
indicates that the value is not available.
-
memoryUtilization
The expected memory utilization at maximum invocations per minute for the instance.
NaN
indicates that the value is not available.- Returns:
- The expected memory utilization at maximum invocations per minute for the instance.
NaN
indicates that the value is not available.
-
modelSetupTime
The time it takes to launch new compute resources for a serverless endpoint. The time can vary depending on the model size, how long it takes to download the model, and the start-up time of the container.
NaN
indicates that the value is not available.- Returns:
- The time it takes to launch new compute resources for a serverless endpoint. The time can vary depending
on the model size, how long it takes to download the model, and the start-up time of the container.
NaN
indicates that the value is not available.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<RecommendationMetrics.Builder,
RecommendationMetrics> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in 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
-