GoogleCloudAiplatformV1FeatureValueDestination class
A destination location for Feature values and format.
Constructors
- GoogleCloudAiplatformV1FeatureValueDestination({GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination, GoogleCloudAiplatformV1CsvDestination? csvDestination, GoogleCloudAiplatformV1TFRecordDestination? tfrecordDestination})
- GoogleCloudAiplatformV1FeatureValueDestination.fromJson(Map json_)
Properties
- bigqueryDestination ↔ GoogleCloudAiplatformV1BigQueryDestination?
-
Output in BigQuery format.
getter/setter pair
- csvDestination ↔ GoogleCloudAiplatformV1CsvDestination?
-
Output in CSV format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tfrecordDestination ↔ GoogleCloudAiplatformV1TFRecordDestination?
-
Output in TFRecord format.
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