Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

XPSExampleSet

import type { XPSExampleSet } from "https://googleapis.deno.dev/v1/language:v2.ts";

Set of examples or input sources.

interface XPSExampleSet {
fileSpec?: XPSFileSpec;
fingerprint?: bigint;
numExamples?: bigint;
numInputSources?: bigint;
}

§Properties

§
fileSpec?: XPSFileSpec
[src]

File spec of the examples or input sources.

§
fingerprint?: bigint
[src]

Fingerprint of the example set.

§
numExamples?: bigint
[src]

Number of examples.

§
numInputSources?: bigint
[src]

Number of input sources.