@Generated public class EndpointPendingConfig extends Object
Constructor and Description |
---|
EndpointPendingConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getConfigVersion() |
Collection<ServedModelOutput> |
getServedModels() |
Long |
getStartTime() |
TrafficConfig |
getTrafficConfig() |
int |
hashCode() |
EndpointPendingConfig |
setConfigVersion(Long configVersion) |
EndpointPendingConfig |
setServedModels(Collection<ServedModelOutput> servedModels) |
EndpointPendingConfig |
setStartTime(Long startTime) |
EndpointPendingConfig |
setTrafficConfig(TrafficConfig trafficConfig) |
String |
toString() |
public EndpointPendingConfig setConfigVersion(Long configVersion)
public Long getConfigVersion()
public EndpointPendingConfig setServedModels(Collection<ServedModelOutput> servedModels)
public Collection<ServedModelOutput> getServedModels()
public EndpointPendingConfig setStartTime(Long startTime)
public Long getStartTime()
public EndpointPendingConfig setTrafficConfig(TrafficConfig trafficConfig)
public TrafficConfig getTrafficConfig()
Copyright © 2023. All rights reserved.