GetFeatureRequest class final

Request message for FeaturestoreService.GetFeature. Request message for FeatureRegistryService.GetFeature.

Inheritance
  • Object
  • ProtoMessage
  • GetFeatureRequest

Constructors

GetFeatureRequest({required String name, FeatureStatsAndAnomalySpec? featureStatsAndAnomalySpec})
GetFeatureRequest.fromJson(Object? j)
factory

Properties

featureStatsAndAnomalySpec FeatureStatsAndAnomalySpec?
Optional. Only applicable for Vertex AI Feature Store. If set, retrieves FeatureStatsAndAnomaly generated by FeatureMonitors based on this spec.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Required. The name of the Feature resource. Format for entity_type as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type} Format for feature_group as parent: projects/{project}/locations/{location}/featureGroups/{feature_group}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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