All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.vectorsearch.VectorSearchEndpointsService Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.vectorsearch;

import com.databricks.sdk.support.Generated;

/**
 * **Endpoint**: Represents the compute resources to host vector search indexes.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface VectorSearchEndpointsService { /** * Create an endpoint. * *

Create a new endpoint. */ EndpointInfo createEndpoint(CreateEndpoint createEndpoint); /** Delete an endpoint. */ void deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest); /** Get an endpoint. */ EndpointInfo getEndpoint(GetEndpointRequest getEndpointRequest); /** List all endpoints. */ ListEndpointResponse listEndpoints(ListEndpointsRequest listEndpointsRequest); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy