Interface StringList

User provided string values assigned to a single metadata key. This data type is not supported in Vertex AI.

interface StringList {
    values?: string[];
}

Properties

Properties

values?: string[]

The string values of the metadata to store.