Package | Description |
---|---|
com.databricks.sdk.service.serving |
Modifier and Type | Method and Description |
---|---|
ServedModelInput |
ServedModelInput.setEnvironmentVars(Map<String,String> environmentVars) |
ServedModelInput |
ServedModelInput.setInstanceProfileArn(String instanceProfileArn) |
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) |
ServedModelInput |
ServedModelInput.setWorkloadType(String workloadType) |
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(String name,
Collection<ServedModelInput> servedModels) |
Copyright © 2023. All rights reserved.