Grounding Chunk Custom Metadata
@Serializable
User provided metadata about the GroundingFact. This data type is not supported in Vertex AI.
Constructors
Link copied to clipboard
constructor(key: String? = null, numericValue: Double? = null, stringListValue: GroundingChunkStringList? = null, stringValue: String? = null)