Parameters for the createSyntheticDataGeneration operation.

interface CreateSyntheticDataGenerationParams {
    dataReference?: SyntheticDataGenerationDataReference;
    headers?: OutgoingHttpHeaders;
    name: string;
    projectId?: string;
    resultsReference?: WatsonXAI.ObjectLocation;
    spaceId?: string;
}

Properties

A reference to data.

headers?: OutgoingHttpHeaders
name: string

The name of the data.

projectId?: string

The project that contains the resource. Either space_id or project_id has to be given.

resultsReference?: WatsonXAI.ObjectLocation

A reference to data.

spaceId?: string

The space that contains the resource. Either space_id or project_id has to be given.