Class Featurestore.OnlineServingConfig (3.77.0)
public static final class Featurestore.OnlineServingConfig extends GeneratedMessageV3 implements Featurestore.OnlineServingConfigOrBuilder
OnlineServingConfig specifies the details for provisioning online serving
resources.
Protobuf type google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int FIXED_NODE_COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SCALING_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static Featurestore.OnlineServingConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Featurestore.OnlineServingConfig.Builder newBuilder()
public static Featurestore.OnlineServingConfig.Builder newBuilder(Featurestore.OnlineServingConfig prototype)
public static Featurestore.OnlineServingConfig parseDelimitedFrom(InputStream input)
public static Featurestore.OnlineServingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Featurestore.OnlineServingConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static Featurestore.OnlineServingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Featurestore.OnlineServingConfig parseFrom(ByteString data)
public static Featurestore.OnlineServingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Featurestore.OnlineServingConfig parseFrom(CodedInputStream input)
public static Featurestore.OnlineServingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Featurestore.OnlineServingConfig parseFrom(InputStream input)
public static Featurestore.OnlineServingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Featurestore.OnlineServingConfig parseFrom(ByteBuffer data)
public static Featurestore.OnlineServingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Featurestore.OnlineServingConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public Featurestore.OnlineServingConfig getDefaultInstanceForType()
public int getFixedNodeCount()
The number of nodes for the online store. The number of nodes doesn't
scale automatically, but you can manually update the number of
nodes. If set to 0, the featurestore will not have an
online store and cannot be used for online serving.
int32 fixed_node_count = 2;
Returns |
Type |
Description |
int |
The fixedNodeCount.
|
public Parser<Featurestore.OnlineServingConfig> getParserForType()
Overrides
public Featurestore.OnlineServingConfig.Scaling getScaling()
Online serving scaling configuration.
Only one of fixed_node_count
and scaling
can be set. Setting one will
reset the other.
.google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling scaling = 4;
public Featurestore.OnlineServingConfig.ScalingOrBuilder getScalingOrBuilder()
Online serving scaling configuration.
Only one of fixed_node_count
and scaling
can be set. Setting one will
reset the other.
.google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling scaling = 4;
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public boolean hasScaling()
Online serving scaling configuration.
Only one of fixed_node_count
and scaling
can be set. Setting one will
reset the other.
.google.cloud.aiplatform.v1.Featurestore.OnlineServingConfig.Scaling scaling = 4;
Returns |
Type |
Description |
boolean |
Whether the scaling field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Featurestore.OnlineServingConfig.Builder newBuilderForType()
protected Featurestore.OnlineServingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public Featurestore.OnlineServingConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]