A reference to data.

interface ObjectLocation {
    connection?: WatsonXAI.DataConnection;
    id?: string;
    location: WatsonXAI.JsonObject;
    type: string;
}

Properties

Contains a set of fields specific to each connection. See here for details about specifying connections.

id?: string

Item identification inside a collection.

Contains a set of fields that describe the location of the data with respect to the connection.

type: string

The data source type like connection_asset or data_asset.