@vectorize-io/vectorize-client
    Preparing search index...

    Interface CreateAIPlatformConnector

    CreateAIPlatformConnector

    interface CreateAIPlatformConnector {
        config?: { [key: string]: any };
        name: string;
        type: AIPlatformType;
    }
    Index

    Properties

    Properties

    config?: { [key: string]: any }

    CreateAIPlatformConnector

    name: string

    CreateAIPlatformConnector

    CreateAIPlatformConnector