@cpod/sdk - v0.2.7
    Preparing search index...

    Interface CreateModelRegistryRequest

    Create model registry request

    interface CreateModelRegistryRequest {
        name: string;
        provider: string;
        model_id: string;
        configuration?: Record<string, unknown>;
    }
    Index

    Properties

    name: string
    provider: string
    model_id: string
    configuration?: Record<string, unknown>