FeatureView_OptimizedConfig class final
Configuration for FeatureViews created in Optimized FeatureOnlineStore.
- Inheritance
-
- Object
- ProtoMessage
- FeatureView_OptimizedConfig
Constructors
- FeatureView_OptimizedConfig({AutomaticResources? automaticResources})
- FeatureView_OptimizedConfig.fromJson(Object? j)
-
factory
Properties
- automaticResources → AutomaticResources?
-
Optional. A description of resources that the FeatureView uses, which to
large degree are decided by Vertex AI, and optionally allows only a
modest additional configuration. If min_replica_count is not set, the
default value is 2. If max_replica_count is not set, the default value
is 6. The max allowed replica count is 1000.
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
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