GcsSource

@Serializable
data class GcsSource(val uris: List<String>? = null)

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

Constructors

Link copied to clipboard
constructor(uris: List<String>? = null)

Properties

Link copied to clipboard
val uris: List<String>? = null

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.