Interface GcsSource

The Google Cloud Storage location for the input content. This data type is not supported in Gemini API.

interface GcsSource {
    uris?: string[];
}

Properties

Properties

uris?: string[]

Required. Google Cloud Storage URI(-s) to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.