@Generated public class PutAiGatewayResponse extends Object
| Constructor and Description |
|---|
PutAiGatewayResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FallbackConfig |
getFallbackConfig() |
AiGatewayGuardrails |
getGuardrails() |
AiGatewayInferenceTableConfig |
getInferenceTableConfig() |
Collection<AiGatewayRateLimit> |
getRateLimits() |
AiGatewayUsageTrackingConfig |
getUsageTrackingConfig() |
int |
hashCode() |
PutAiGatewayResponse |
setFallbackConfig(FallbackConfig fallbackConfig) |
PutAiGatewayResponse |
setGuardrails(AiGatewayGuardrails guardrails) |
PutAiGatewayResponse |
setInferenceTableConfig(AiGatewayInferenceTableConfig inferenceTableConfig) |
PutAiGatewayResponse |
setRateLimits(Collection<AiGatewayRateLimit> rateLimits) |
PutAiGatewayResponse |
setUsageTrackingConfig(AiGatewayUsageTrackingConfig usageTrackingConfig) |
String |
toString() |
public PutAiGatewayResponse setFallbackConfig(FallbackConfig fallbackConfig)
public FallbackConfig getFallbackConfig()
public PutAiGatewayResponse setGuardrails(AiGatewayGuardrails guardrails)
public AiGatewayGuardrails getGuardrails()
public PutAiGatewayResponse setInferenceTableConfig(AiGatewayInferenceTableConfig inferenceTableConfig)
public AiGatewayInferenceTableConfig getInferenceTableConfig()
public PutAiGatewayResponse setRateLimits(Collection<AiGatewayRateLimit> rateLimits)
public Collection<AiGatewayRateLimit> getRateLimits()
public PutAiGatewayResponse setUsageTrackingConfig(AiGatewayUsageTrackingConfig usageTrackingConfig)
public AiGatewayUsageTrackingConfig getUsageTrackingConfig()
Copyright © 2025. All rights reserved.