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

GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket

import type { GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Dataset bucket used to create a histogram for the distribution given a population of values.

interface GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket {
readonly count?: number;
readonly left?: number;
readonly right?: number;
}

§Properties

§
readonly count?: number
[src]

Output only. Number of values in the bucket.

§
readonly left?: number
[src]

Output only. Left bound of the bucket.