Package | Description |
---|---|
com.databricks.sdk.service.serving |
Modifier and Type | Method and Description |
---|---|
QueryEndpointInput |
QueryEndpointInput.setDataframeRecords(Collection<Object> dataframeRecords) |
QueryEndpointInput |
QueryEndpointInput.setDataframeSplit(DataframeSplitInput dataframeSplit) |
QueryEndpointInput |
QueryEndpointInput.setInputs(Object inputs) |
QueryEndpointInput |
QueryEndpointInput.setInstances(Collection<Object> instances) |
QueryEndpointInput |
QueryEndpointInput.setName(String name) |
Modifier and Type | Method and Description |
---|---|
QueryEndpointResponse |
ServingEndpointsService.query(QueryEndpointInput queryEndpointInput)
Query a serving endpoint with provided model input.
|
QueryEndpointResponse |
ServingEndpointsAPI.query(QueryEndpointInput request)
Query a serving endpoint with provided model input.
|
Copyright © 2023. All rights reserved.