@musallam/firefly-client
    Preparing search index...

    Interface CustomModelFF3pInfo

    Custom Model info.

    interface CustomModelFF3pInfo {
        assetId?: string;
        assetName?: string;
        baseModel?: BaseModel;
        conceptId?: string;
        createdDate?: string;
        displayName?: string;
        etag?: string;
        mediaType?: string;
        modifiedDate?: string;
        publishedState?: FireflyApiClient.CustomModelFF3pInfoPublishedState;
        samplePrompt?: string;
        size?: number;
        trainingMode?: FireflyApiClient.CustomModelFF3pInfoTrainingMode;
        version?: string;
    }
    Index

    Properties

    assetId?: string

    A unique identifier for the asset.

    assetName?: string

    Custom Model name.

    baseModel?: BaseModel

    The underlying GenAI model used to train the Custom Model.

    conceptId?: string

    When 'trainingMode' is 'subject', this string specifies the subject for the prompt.

    createdDate?: string
    displayName?: string

    The asset name provided by the user, mapped from the name of the training set library.

    etag?: string

    An identifier for the specific version of the asset.

    mediaType?: string

    The media type specific to the asset.

    modifiedDate?: string

    Status for the asset. The 'unpublished' value applies when an asset is published and then subsequently revoked.

    samplePrompt?: string

    Example string provided by the custom model's trainer.

    size?: number

    The storage amount used.

    The training mode of the model. When this is 'subject', the 'conceptId' must be mentioned in the prompt.

    version?: string

    Custom Model version.