public static interface RecommendationMetrics.Builder extends SdkPojo, CopyableBuilder<RecommendationMetrics.Builder,RecommendationMetrics>
| Modifier and Type | Method and Description |
|---|---|
RecommendationMetrics.Builder |
costPerHour(Float costPerHour)
Defines the cost per hour for the instance.
|
RecommendationMetrics.Builder |
costPerInference(Float costPerInference)
Defines the cost per inference for the instance .
|
RecommendationMetrics.Builder |
cpuUtilization(Float cpuUtilization)
The expected CPU utilization at maximum invocations per minute for the instance.
|
RecommendationMetrics.Builder |
maxInvocations(Integer maxInvocations)
The expected maximum number of requests per minute for the instance.
|
RecommendationMetrics.Builder |
memoryUtilization(Float memoryUtilization)
The expected memory utilization at maximum invocations per minute for the instance.
|
RecommendationMetrics.Builder |
modelLatency(Integer modelLatency)
The expected model latency at maximum invocation per minute for the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationMetrics.Builder costPerHour(Float costPerHour)
Defines the cost per hour for the instance.
costPerHour - Defines the cost per hour for the instance.RecommendationMetrics.Builder costPerInference(Float costPerInference)
Defines the cost per inference for the instance .
costPerInference - Defines the cost per inference for the instance .RecommendationMetrics.Builder maxInvocations(Integer maxInvocations)
The expected maximum number of requests per minute for the instance.
maxInvocations - The expected maximum number of requests per minute for the instance.RecommendationMetrics.Builder modelLatency(Integer modelLatency)
The expected model latency at maximum invocation per minute for the instance.
modelLatency - The expected model latency at maximum invocation per minute for the instance.RecommendationMetrics.Builder cpuUtilization(Float cpuUtilization)
The expected CPU utilization at maximum invocations per minute for the instance.
NaN indicates that the value is not available.
cpuUtilization - The expected CPU utilization at maximum invocations per minute for the instance.
NaN indicates that the value is not available.
RecommendationMetrics.Builder memoryUtilization(Float memoryUtilization)
The expected memory 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.
Copyright © 2023. All rights reserved.