vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DiscoveryAIModelMetadata

    interface DiscoveryAIModelMetadata {
        algorithmType: DiscoveryAlgorithmType;
        classificationThreshold?: number;
        content?: string;
        description?: string;
        fullName?: string;
        label: string;
        modelFields?: DiscoveryModelField[];
        modelRuntimeType: DiscoveryModelRuntimeType;
        predictedField: string;
        predictionType: DiscoveryPredictionType;
        sourceType: DiscoveryModelSourceType;
        status: DiscoveryAIModelStatus;
        trainingMetrics?: string;
        transformations?: DiscoveryModelTransform[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    algorithmType: DiscoveryAlgorithmType
    classificationThreshold?: number
    content?: string
    description?: string
    fullName?: string
    label: string
    modelFields?: DiscoveryModelField[]
    modelRuntimeType: DiscoveryModelRuntimeType
    predictedField: string
    predictionType: DiscoveryPredictionType
    trainingMetrics?: string
    transformations?: DiscoveryModelTransform[]