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

    Interface UpdateAIPlatformConnectorOperationRequest

    interface UpdateAIPlatformConnectorOperationRequest {
        aiPlatformConnectorId: string;
        organizationId: string;
        updateAIPlatformConnectorRequest: UpdateAIPlatformConnectorRequest;
    }
    Index

    Properties

    aiPlatformConnectorId: string
    organizationId: string
    updateAIPlatformConnectorRequest: UpdateAIPlatformConnectorRequest