A reference to data.

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

Properties

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

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.