Package | Description |
---|---|
com.databricks.sdk.service.serving |
Modifier and Type | Method and Description |
---|---|
EndpointCoreConfigInput |
CreateServingEndpoint.getConfig() |
EndpointCoreConfigInput |
EndpointCoreConfigInput.setName(String name) |
EndpointCoreConfigInput |
EndpointCoreConfigInput.setServedModels(Collection<ServedModelInput> servedModels) |
EndpointCoreConfigInput |
EndpointCoreConfigInput.setTrafficConfig(TrafficConfig trafficConfig) |
Modifier and Type | Method and Description |
---|---|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(String name,
EndpointCoreConfigInput config) |
CreateServingEndpoint |
CreateServingEndpoint.setConfig(EndpointCoreConfigInput config) |
ServingEndpointDetailed |
ServingEndpointsService.updateConfig(EndpointCoreConfigInput endpointCoreConfigInput)
Update a serving endpoint with a new config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(EndpointCoreConfigInput request)
Update a serving endpoint with a new config.
|
Copyright © 2023. All rights reserved.