public static interface ModelMonitoringObjectiveConfig.TrainingDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigQuerySource |
getBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this
Model.
|
BigQuerySourceOrBuilder |
getBigquerySourceOrBuilder()
The BigQuery table of the unmanaged Dataset used to train this
Model.
|
String |
getDataFormat()
Data format of the dataset, only applicable if the input is from
Google Cloud Storage.
|
com.google.protobuf.ByteString |
getDataFormatBytes()
Data format of the dataset, only applicable if the input is from
Google Cloud Storage.
|
String |
getDataset()
The resource name of the Dataset used to train this Model.
|
com.google.protobuf.ByteString |
getDatasetBytes()
The resource name of the Dataset used to train this Model.
|
ModelMonitoringObjectiveConfig.TrainingDataset.DataSourceCase |
getDataSourceCase() |
GcsSource |
getGcsSource()
The Google Cloud Storage uri of the unmanaged Dataset used to train
this Model.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The Google Cloud Storage uri of the unmanaged Dataset used to train
this Model.
|
SamplingStrategy |
getLoggingSamplingStrategy()
Strategy to sample data from Training Dataset.
|
SamplingStrategyOrBuilder |
getLoggingSamplingStrategyOrBuilder()
Strategy to sample data from Training Dataset.
|
String |
getTargetField()
The target field name the model is to predict.
|
com.google.protobuf.ByteString |
getTargetFieldBytes()
The target field name the model is to predict.
|
boolean |
hasBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this
Model.
|
boolean |
hasDataset()
The resource name of the Dataset used to train this Model.
|
boolean |
hasGcsSource()
The Google Cloud Storage uri of the unmanaged Dataset used to train
this Model.
|
boolean |
hasLoggingSamplingStrategy()
Strategy to sample data from Training Dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDataset()
The resource name of the Dataset used to train this Model.
string dataset = 3 [(.google.api.resource_reference) = { ... }String getDataset()
The resource name of the Dataset used to train this Model.
string dataset = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getDatasetBytes()
The resource name of the Dataset used to train this Model.
string dataset = 3 [(.google.api.resource_reference) = { ... }boolean hasGcsSource()
The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 4;GcsSource getGcsSource()
The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 4;GcsSourceOrBuilder getGcsSourceOrBuilder()
The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.GcsSource gcs_source = 4;boolean hasBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 5;BigQuerySource getBigquerySource()
The BigQuery table of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 5;BigQuerySourceOrBuilder getBigquerySourceOrBuilder()
The BigQuery table of the unmanaged Dataset used to train this Model.
.google.cloud.aiplatform.v1.BigQuerySource bigquery_source = 5;String getDataFormat()
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.
string data_format = 2;com.google.protobuf.ByteString getDataFormatBytes()
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.
string data_format = 2;String getTargetField()
The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
string target_field = 6;com.google.protobuf.ByteString getTargetFieldBytes()
The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
string target_field = 6;boolean hasLoggingSamplingStrategy()
Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
.google.cloud.aiplatform.v1.SamplingStrategy logging_sampling_strategy = 7;SamplingStrategy getLoggingSamplingStrategy()
Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
.google.cloud.aiplatform.v1.SamplingStrategy logging_sampling_strategy = 7;SamplingStrategyOrBuilder getLoggingSamplingStrategyOrBuilder()
Strategy to sample data from Training Dataset. If not set, we process the whole dataset.
.google.cloud.aiplatform.v1.SamplingStrategy logging_sampling_strategy = 7;ModelMonitoringObjectiveConfig.TrainingDataset.DataSourceCase getDataSourceCase()
Copyright © 2025 Google LLC. All rights reserved.