adobe-firefly-sdk
    Preparing search index...

    Type Alias TypesComposeSceneCustomModel

    type TypesComposeSceneCustomModel = {
        customModelId: string | null;
        customModelToken: string | null;
    }
    Index

    Properties

    customModelId: string | null

    ID of the custom model to be used for the generation.

    customModelToken: string | null

    Token to be used to access the custom model.