interface ContentLocation {
    connection?: WatsonXAI.JsonObject;
    contents: WatsonXAI.ContentInfo[];
    location?: WatsonXAI.JsonObject;
    type: string;
}

Properties

connection?: WatsonXAI.JsonObject

Connection properties.

The content information to be uploaded.

Location properties.

type: string

The data source type like connection_asset or data_asset.