Uses of Class
com.databricks.sdk.service.serving.ServedModelInput
-
Packages that use ServedModelInput Package Description com.databricks.sdk.service.serving -
-
Uses of ServedModelInput in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServedModelInput Modifier and Type Method Description ServedModelInputServedModelInput. setEnvironmentVars(Map<String,String> environmentVars)ServedModelInputServedModelInput. setModelName(String modelName)ServedModelInputServedModelInput. setModelVersion(String modelVersion)ServedModelInputServedModelInput. setName(String name)ServedModelInputServedModelInput. setScaleToZeroEnabled(Boolean scaleToZeroEnabled)ServedModelInputServedModelInput. setWorkloadSize(String workloadSize)Methods in com.databricks.sdk.service.serving that return types with arguments of type ServedModelInput Modifier and Type Method Description Collection<ServedModelInput>EndpointCoreConfigInput. getServedModels()Method parameters in com.databricks.sdk.service.serving with type arguments of type ServedModelInput Modifier and Type Method Description EndpointCoreConfigInputEndpointCoreConfigInput. setServedModels(Collection<ServedModelInput> servedModels)Wait<ServingEndpointDetailed,ServingEndpointDetailed>ServingEndpointsAPI. updateConfig(Collection<ServedModelInput> servedModels, String name)
-