Uses of Class
com.databricks.sdk.service.serving.ServedModelOutput
-
Packages that use ServedModelOutput Package Description com.databricks.sdk.service.serving -
-
Uses of ServedModelOutput in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServedModelOutput Modifier and Type Method Description ServedModelOutput
ServedModelOutput. setCreationTimestamp(Long creationTimestamp)
ServedModelOutput
ServedModelOutput. setCreator(String creator)
ServedModelOutput
ServedModelOutput. setModelName(String modelName)
ServedModelOutput
ServedModelOutput. setModelVersion(String modelVersion)
ServedModelOutput
ServedModelOutput. setName(String name)
ServedModelOutput
ServedModelOutput. setScaleToZeroEnabled(Boolean scaleToZeroEnabled)
ServedModelOutput
ServedModelOutput. setState(ServedModelState state)
ServedModelOutput
ServedModelOutput. setWorkloadSize(String workloadSize)
Methods in com.databricks.sdk.service.serving that return types with arguments of type ServedModelOutput Modifier and Type Method Description Collection<ServedModelOutput>
EndpointCoreConfigOutput. getServedModels()
Collection<ServedModelOutput>
EndpointPendingConfig. getServedModels()
Method parameters in com.databricks.sdk.service.serving with type arguments of type ServedModelOutput Modifier and Type Method Description EndpointCoreConfigOutput
EndpointCoreConfigOutput. setServedModels(Collection<ServedModelOutput> servedModels)
EndpointPendingConfig
EndpointPendingConfig. setServedModels(Collection<ServedModelOutput> servedModels)
-