FeatureValueDestination class final
A destination location for Feature values and format.
- Inheritance
-
- Object
- ProtoMessage
- FeatureValueDestination
Constructors
- FeatureValueDestination({BigQueryDestination? bigqueryDestination, TfrecordDestination? tfrecordDestination, CsvDestination? csvDestination})
-
FeatureValueDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bigqueryDestination → BigQueryDestination?
-
Output in BigQuery format.
BigQueryDestination.output_uriinFeatureValueDestination.bigquery_destinationmust refer to a table.final - csvDestination → CsvDestination?
-
Output in CSV format. Array Feature value types are not allowed in CSV
format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tfrecordDestination → TfrecordDestination?
-
Output in TFRecord format.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String