ImportFeatureValuesRequest_FeatureSpec class final
Defines the Feature value(s) to import.
- Inheritance
-
- Object
- ProtoMessage
- ImportFeatureValuesRequest_FeatureSpec
Constructors
- ImportFeatureValuesRequest_FeatureSpec({required String id, String sourceField = ''})
- ImportFeatureValuesRequest_FeatureSpec.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Required. ID of the Feature to import values of. This Feature must exist
in the target EntityType, or the request will fail.
final
- 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
- sourceField → String
-
Source column to get the Feature values from. If not set, uses the column
with the same name as the Feature ID.
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