| Package | Description |
|---|---|
| com.databricks.sdk.service.serving |
| Modifier and Type | Method and Description |
|---|---|
ServingEndpoint |
ServingEndpoint.setConfig(EndpointCoreConfigSummary config) |
ServingEndpoint |
ServingEndpoint.setCreationTimestamp(Long creationTimestamp) |
ServingEndpoint |
ServingEndpoint.setCreator(String creator) |
ServingEndpoint |
ServingEndpoint.setId(String id) |
ServingEndpoint |
ServingEndpoint.setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
ServingEndpoint |
ServingEndpoint.setName(String name) |
ServingEndpoint |
ServingEndpoint.setState(EndpointState state) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServingEndpoint> |
ListEndpointsResponse.getEndpoints() |
Iterable<ServingEndpoint> |
ServingEndpointsAPI.list()
Retrieve all serving endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse |
ListEndpointsResponse.setEndpoints(Collection<ServingEndpoint> endpoints) |
Copyright © 2023. All rights reserved.