Uses of Class
com.databricks.sdk.service.serving.ServingEndpoint
-
Packages that use ServingEndpoint Package Description com.databricks.sdk.service.serving -
-
Uses of ServingEndpoint in com.databricks.sdk.service.serving
Methods in com.databricks.sdk.service.serving that return ServingEndpoint Modifier and Type Method Description ServingEndpointServingEndpoint. setConfig(EndpointCoreConfigSummary config)ServingEndpointServingEndpoint. setCreationTimestamp(Long creationTimestamp)ServingEndpointServingEndpoint. setCreator(String creator)ServingEndpointServingEndpoint. setId(String id)ServingEndpointServingEndpoint. setLastUpdatedTimestamp(Long lastUpdatedTimestamp)ServingEndpointServingEndpoint. setName(String name)ServingEndpointServingEndpoint. setState(EndpointState state)Methods in com.databricks.sdk.service.serving that return types with arguments of type ServingEndpoint Modifier and Type Method Description Collection<ServingEndpoint>ListEndpointsResponse. getEndpoints()Iterable<ServingEndpoint>ServingEndpointsAPI. list()Retrieve all serving endpoints.Method parameters in com.databricks.sdk.service.serving with type arguments of type ServingEndpoint Modifier and Type Method Description ListEndpointsResponseListEndpointsResponse. setEndpoints(Collection<ServingEndpoint> endpoints)
-