MDAA TS Docs
    Preparing search index...

    Interface MdaaSageMakerBluePrintParameterProps

    interface MdaaSageMakerBluePrintParameterProps {
        defaultValue?: string;
        description?: string;
        fieldType: string;
        isEditable?: boolean;
        isOptional?: boolean;
        isUpdateSupported?: boolean;
    }
    Index

    Properties

    defaultValue?: string
    description?: string
    fieldType: string
    isEditable?: boolean
    isOptional?: boolean
    isUpdateSupported?: boolean