Databricks SDK for JavaScript
    Preparing search index...

    Interface ListInferenceEndpointsResponse

    interface ListInferenceEndpointsResponse {
        endpoints?: InferenceEndpoint[];
    }
    Index

    Properties

    Properties

    endpoints?: InferenceEndpoint[]

    The list of endpoints.