| Package | Description |
|---|---|
| com.databricks.sdk.service.serving |
| Modifier and Type | Method and Description |
|---|---|
ServingEndpointDetailed |
ServingEndpointsService.create(CreateServingEndpoint createServingEndpoint)
Create a new serving endpoint.
|
ServingEndpointDetailed |
ServingEndpointsService.createProvisionedThroughputEndpoint(CreatePtEndpointRequest createPtEndpointRequest)
Create a new PT serving endpoint.
|
ServingEndpointDetailed |
ServingEndpointsService.get(GetServingEndpointRequest getServingEndpointRequest)
Retrieves the details for a single serving endpoint.
|
ServingEndpointDetailed |
ServingEndpointsAPI.get(GetServingEndpointRequest request)
Retrieves the details for a single serving endpoint.
|
ServingEndpointDetailed |
ServingEndpointsAPI.get(String name) |
ServingEndpointDetailed |
ServingEndpointDetailed.setAiGateway(AiGatewayConfig aiGateway) |
ServingEndpointDetailed |
ServingEndpointDetailed.setBudgetPolicyId(String budgetPolicyId) |
ServingEndpointDetailed |
ServingEndpointDetailed.setConfig(EndpointCoreConfigOutput config) |
ServingEndpointDetailed |
ServingEndpointDetailed.setCreationTimestamp(Long creationTimestamp) |
ServingEndpointDetailed |
ServingEndpointDetailed.setCreator(String creator) |
ServingEndpointDetailed |
ServingEndpointDetailed.setDataPlaneInfo(ModelDataPlaneInfo dataPlaneInfo) |
ServingEndpointDetailed |
ServingEndpointDetailed.setDescription(String description) |
ServingEndpointDetailed |
ServingEndpointDetailed.setEmailNotifications(EmailNotifications emailNotifications) |
ServingEndpointDetailed |
ServingEndpointDetailed.setEndpointUrl(String endpointUrl) |
ServingEndpointDetailed |
ServingEndpointDetailed.setId(String id) |
ServingEndpointDetailed |
ServingEndpointDetailed.setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
ServingEndpointDetailed |
ServingEndpointDetailed.setName(String name) |
ServingEndpointDetailed |
ServingEndpointDetailed.setPendingConfig(EndpointPendingConfig pendingConfig) |
ServingEndpointDetailed |
ServingEndpointDetailed.setPermissionLevel(ServingEndpointDetailedPermissionLevel permissionLevel) |
ServingEndpointDetailed |
ServingEndpointDetailed.setRouteOptimized(Boolean routeOptimized) |
ServingEndpointDetailed |
ServingEndpointDetailed.setState(EndpointState state) |
ServingEndpointDetailed |
ServingEndpointDetailed.setTags(Collection<EndpointTag> tags) |
ServingEndpointDetailed |
ServingEndpointDetailed.setTask(String task) |
ServingEndpointDetailed |
ServingEndpointsService.updateConfig(EndpointCoreConfigInput endpointCoreConfigInput)
Updates any combination of the serving endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
ServingEndpointDetailed |
ServingEndpointsService.updateProvisionedThroughputEndpointConfig(UpdateProvisionedThroughputEndpointConfigRequest updateProvisionedThroughputEndpointConfigRequest)
Updates any combination of the pt endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
ServingEndpointDetailed |
ServingEndpointsAPI.waitGetServingEndpointNotUpdating(String name) |
ServingEndpointDetailed |
ServingEndpointsAPI.waitGetServingEndpointNotUpdating(String name,
Duration timeout,
Consumer<ServingEndpointDetailed> callback) |
| Modifier and Type | Method and Description |
|---|---|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(CreateServingEndpoint request)
Create a new serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(CreateServingEndpoint request)
Create a new serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.createProvisionedThroughputEndpoint(CreatePtEndpointRequest request)
Create a new PT serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.createProvisionedThroughputEndpoint(CreatePtEndpointRequest request)
Create a new PT serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(EndpointCoreConfigInput request)
Updates any combination of the serving endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(EndpointCoreConfigInput request)
Updates any combination of the serving endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateProvisionedThroughputEndpointConfig(UpdateProvisionedThroughputEndpointConfigRequest request)
Updates any combination of the pt endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateProvisionedThroughputEndpointConfig(UpdateProvisionedThroughputEndpointConfigRequest request)
Updates any combination of the pt endpoint's served entities, the compute configuration of
those served entities, and the endpoint's traffic config.
|
| Modifier and Type | Method and Description |
|---|---|
ServingEndpointDetailed |
ServingEndpointsAPI.waitGetServingEndpointNotUpdating(String name,
Duration timeout,
Consumer<ServingEndpointDetailed> callback) |
Copyright © 2026. All rights reserved.