ADK for TypeScript: API Reference
    Preparing search index...

    Interface ArtifactVersion

    Metadata for a file artifact version.

    interface ArtifactVersion {
        canonicalUri?: string;
        customMetadata?: Record<string, unknown>;
        mimeType?: string;
        version: number;
    }

    Properties

    canonicalUri?: string

    The canonical URI of the artifact.

    customMetadata?: Record<string, unknown>

    Custom metadata associated with the artifact.

    mimeType?: string

    The MIME type of the artifact.

    version: number

    The version number.