Interface protos.google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ITrainingDataset (1.11.0)

Properties of a TrainingDataset.

Package

@google-cloud/aiplatform

Properties

bigquerySource

bigquerySource?: (google.cloud.aiplatform.v1.IBigQuerySource|null);

TrainingDataset bigquerySource

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IBigQuerySource|null)

dataFormat

dataFormat?: (string|null);

TrainingDataset dataFormat

Property Value
TypeDescription
(string|null)

dataset

dataset?: (string|null);

TrainingDataset dataset

Property Value
TypeDescription
(string|null)

gcsSource

gcsSource?: (google.cloud.aiplatform.v1.IGcsSource|null);

TrainingDataset gcsSource

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IGcsSource|null)

loggingSamplingStrategy

loggingSamplingStrategy?: (google.cloud.aiplatform.v1.ISamplingStrategy|null);

TrainingDataset loggingSamplingStrategy

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ISamplingStrategy|null)

targetField

targetField?: (string|null);

TrainingDataset targetField

Property Value
TypeDescription
(string|null)