Class TrainingDataset (1.6.2)

TrainingDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Training Dataset information.

Attributes

NameDescription
dataset str
The resource name of the Dataset used to train this Model.
gcs_source google.cloud.aiplatform_v1.types.GcsSource
The Google Cloud Storage uri of the unmanaged Dataset used to train this Model.
bigquery_source google.cloud.aiplatform_v1.types.BigQuerySource
The BigQuery table of the unmanaged Dataset used to train this Model.
data_format str
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.
target_field str
The target field name the model is to predict. This field will be excluded when doing Predict and (or) Explain for the training data.
logging_sampling_strategy google.cloud.aiplatform_v1.types.SamplingStrategy
Strategy to sample data from Training Dataset. If not set, we process the whole dataset.

Inheritance

builtins.object > proto.message.Message > TrainingDataset