@oneblink/sdk
    Preparing search index...

    Interface AISystemConfiguration

    interface AISystemConfiguration {
        configuration: ClaudeBedrockAISystemConfiguration & {
            shouldParseIncompleteResource?: boolean;
        };
        createdAt: string;
        id: number;
        isEnabled: boolean;
        lastUsedAt?: string;
        name: string;
        type: AISystemConfigurationType;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    configuration: ClaudeBedrockAISystemConfiguration & {
        shouldParseIncompleteResource?: boolean;
    }
    createdAt: string

    The date and time (in ISO format) the resource was created

    id: number

    The id the resource

    isEnabled: boolean
    lastUsedAt?: string
    name: string
    updatedAt: string

    The date and time (in ISO format) the resource was last updated