adobe-firefly-sdk
    Preparing search index...

    Type Alias BaseModel

    BaseModel

    type BaseModel = {
        name?: string;
        version?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the base model.

    version?: string

    The version of the base model.