| Package | Description |
|---|---|
| com.databricks.sdk.service.serving |
| Modifier and Type | Method and Description |
|---|---|
ServedModelInput |
ServedModelInput.setEnvironmentVars(Map<String,String> environmentVars) |
ServedModelInput |
ServedModelInput.setModelName(String modelName) |
ServedModelInput |
ServedModelInput.setModelVersion(String modelVersion) |
ServedModelInput |
ServedModelInput.setName(String name) |
ServedModelInput |
ServedModelInput.setScaleToZeroEnabled(Boolean scaleToZeroEnabled) |
ServedModelInput |
ServedModelInput.setWorkloadSize(String workloadSize) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServedModelInput> |
EndpointCoreConfigInput.getServedModels() |
| Modifier and Type | Method and Description |
|---|---|
EndpointCoreConfigInput |
EndpointCoreConfigInput.setServedModels(Collection<ServedModelInput> servedModels) |
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(Collection<ServedModelInput> servedModels,
String name) |
Copyright © 2023. All rights reserved.