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 |
maxInvocations(Integer 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.
|
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.Copyright © 2022. All rights reserved.