GoogleCloudAiplatformV1InputDataConfig class

Specifies Vertex AI owned input data to be used for training, and possibly evaluating, the Model.

Properties

annotationSchemaUri String?
Applicable only to custom training with Datasets that have DataItems and Annotations.
getter/setter pair
annotationsFilter String?
Applicable only to Datasets that have DataItems and Annotations.
getter/setter pair
bigqueryDestination GoogleCloudAiplatformV1BigQueryDestination?
Only applicable to custom training with tabular Dataset with BigQuery source.
getter/setter pair
datasetId String?
The ID of the Dataset in the same Project and Location which data will be used to train the Model.
getter/setter pair
filterSplit GoogleCloudAiplatformV1FilterSplit?
Split based on the provided filters for each set.
getter/setter pair
fractionSplit GoogleCloudAiplatformV1FractionSplit?
Split based on fractions defining the size of each set.
getter/setter pair
gcsDestination GoogleCloudAiplatformV1GcsDestination?
The Cloud Storage location where the training data is to be written to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
persistMlUseAssignment bool?
Whether to persist the ML use assignment to data item system labels.
getter/setter pair
predefinedSplit GoogleCloudAiplatformV1PredefinedSplit?
Supported only for tabular Datasets.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedQueryId String?
Only applicable to Datasets that have SavedQueries.
getter/setter pair
stratifiedSplit GoogleCloudAiplatformV1StratifiedSplit?
Supported only for tabular Datasets.
getter/setter pair
timestampSplit GoogleCloudAiplatformV1TimestampSplit?
Supported only for tabular Datasets.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited