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

GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingDataset

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

Training Dataset information.

interface GoogleCloudAiplatformV1ModelMonitoringObjectiveConfigTrainingDataset {
dataFormat?: string;
dataset?: string;
loggingSamplingStrategy?: GoogleCloudAiplatformV1SamplingStrategy;
targetField?: string;
}

§Properties

§

The BigQuery table of the unmanaged Dataset used to train this Model.

§
dataFormat?: string
[src]

Data format of the dataset, only applicable if the input is from Google Cloud Storage. The possible formats are: "tf-record" The source file is a TFRecord file. "csv" The source file is a CSV file. "jsonl" The source file is a JSONL file.

§
dataset?: string
[src]

The resource name of the Dataset used to train this Model.

§

The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.

§

Strategy to sample data from Training Dataset. If not set, we process the whole dataset.

§
targetField?: string
[src]

The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.