- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public static final class FeatureOnlineStore.Builder extends GeneratedMessageV3.Builder<FeatureOnlineStore.Builder> implements FeatureOnlineStoreOrBuilder
Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.
Protobuf type google.cloud.aiplatform.v1.FeatureOnlineStore
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FeatureOnlineStore.BuilderImplements
FeatureOnlineStoreOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FeatureOnlineStore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
build()
public FeatureOnlineStore build()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore |
buildPartial()
public FeatureOnlineStore buildPartial()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore |
clear()
public FeatureOnlineStore.Builder clear()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearBigtable()
public FeatureOnlineStore.Builder clearBigtable()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearCreateTime()
public FeatureOnlineStore.Builder clearCreateTime()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearDedicatedServingEndpoint()
public FeatureOnlineStore.Builder clearDedicatedServingEndpoint()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearEtag()
public FeatureOnlineStore.Builder clearEtag()
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public FeatureOnlineStore.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearLabels()
public FeatureOnlineStore.Builder clearLabels()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearName()
public FeatureOnlineStore.Builder clearName()
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public FeatureOnlineStore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearOptimized()
public FeatureOnlineStore.Builder clearOptimized()
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearState()
public FeatureOnlineStore.Builder clearState()
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
clearStorageType()
public FeatureOnlineStore.Builder clearStorageType()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clearUpdateTime()
public FeatureOnlineStore.Builder clearUpdateTime()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
clone()
public FeatureOnlineStore.Builder clone()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getBigtable()
public FeatureOnlineStore.Bigtable getBigtable()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Bigtable |
The bigtable. |
getBigtableBuilder()
public FeatureOnlineStore.Bigtable.Builder getBigtableBuilder()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Bigtable.Builder |
getBigtableOrBuilder()
public FeatureOnlineStore.BigtableOrBuilder getBigtableOrBuilder()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.BigtableOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDedicatedServingEndpoint()
public FeatureOnlineStore.DedicatedServingEndpoint getDedicatedServingEndpoint()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.DedicatedServingEndpoint |
The dedicatedServingEndpoint. |
getDedicatedServingEndpointBuilder()
public FeatureOnlineStore.DedicatedServingEndpoint.Builder getDedicatedServingEndpointBuilder()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.DedicatedServingEndpoint.Builder |
getDedicatedServingEndpointOrBuilder()
public FeatureOnlineStore.DedicatedServingEndpointOrBuilder getDedicatedServingEndpointOrBuilder()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.DedicatedServingEndpointOrBuilder |
getDefaultInstanceForType()
public FeatureOnlineStore getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEtag()
public String getEtag()
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for etag. |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOptimized()
public FeatureOnlineStore.Optimized getOptimized()
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Optimized |
The optimized. |
getOptimizedBuilder()
public FeatureOnlineStore.Optimized.Builder getOptimizedBuilder()
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Optimized.Builder |
getOptimizedOrBuilder()
public FeatureOnlineStore.OptimizedOrBuilder getOptimizedOrBuilder()
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.OptimizedOrBuilder |
getState()
public FeatureOnlineStore.State getState()
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.State |
The state. |
getStateValue()
public int getStateValue()
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getStorageTypeCase()
public FeatureOnlineStore.StorageTypeCase getStorageTypeCase()
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.StorageTypeCase |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasBigtable()
public boolean hasBigtable()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bigtable field is set. |
hasCreateTime()
public boolean hasCreateTime()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasDedicatedServingEndpoint()
public boolean hasDedicatedServingEndpoint()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dedicatedServingEndpoint field is set. |
hasOptimized()
public boolean hasOptimized()
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Returns | |
---|---|
Type | Description |
boolean |
Whether the optimized field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeBigtable(FeatureOnlineStore.Bigtable value)
public FeatureOnlineStore.Builder mergeBigtable(FeatureOnlineStore.Bigtable value)
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.Bigtable |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeCreateTime(Timestamp value)
public FeatureOnlineStore.Builder mergeCreateTime(Timestamp value)
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)
public FeatureOnlineStore.Builder mergeDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.DedicatedServingEndpoint |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeFrom(FeatureOnlineStore other)
public FeatureOnlineStore.Builder mergeFrom(FeatureOnlineStore other)
Parameter | |
---|---|
Name | Description |
other |
FeatureOnlineStore |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FeatureOnlineStore.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public FeatureOnlineStore.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeOptimized(FeatureOnlineStore.Optimized value)
public FeatureOnlineStore.Builder mergeOptimized(FeatureOnlineStore.Optimized value)
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.Optimized |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FeatureOnlineStore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
mergeUpdateTime(Timestamp value)
public FeatureOnlineStore.Builder mergeUpdateTime(Timestamp value)
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
putAllLabels(Map<String,String> values)
public FeatureOnlineStore.Builder putAllLabels(Map<String,String> values)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
putLabels(String key, String value)
public FeatureOnlineStore.Builder putLabels(String key, String value)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
removeLabels(String key)
public FeatureOnlineStore.Builder removeLabels(String key)
Optional. The labels with user-defined metadata to organize your FeatureOnlineStore.
Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed.
See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setBigtable(FeatureOnlineStore.Bigtable value)
public FeatureOnlineStore.Builder setBigtable(FeatureOnlineStore.Bigtable value)
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.Bigtable |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setBigtable(FeatureOnlineStore.Bigtable.Builder builderForValue)
public FeatureOnlineStore.Builder setBigtable(FeatureOnlineStore.Bigtable.Builder builderForValue)
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable bigtable = 8;
Parameter | |
---|---|
Name | Description |
builderForValue |
FeatureOnlineStore.Bigtable.Builder |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setCreateTime(Timestamp value)
public FeatureOnlineStore.Builder setCreateTime(Timestamp value)
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public FeatureOnlineStore.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)
public FeatureOnlineStore.Builder setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint value)
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.DedicatedServingEndpoint |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint.Builder builderForValue)
public FeatureOnlineStore.Builder setDedicatedServingEndpoint(FeatureOnlineStore.DedicatedServingEndpoint.Builder builderForValue)
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
FeatureOnlineStore.DedicatedServingEndpoint.Builder |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setEtag(String value)
public FeatureOnlineStore.Builder setEtag(String value)
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The etag to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public FeatureOnlineStore.Builder setEtagBytes(ByteString value)
Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for etag to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public FeatureOnlineStore.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setName(String value)
public FeatureOnlineStore.Builder setName(String value)
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public FeatureOnlineStore.Builder setNameBytes(ByteString value)
Identifier. Name of the FeatureOnlineStore. Format:
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setOptimized(FeatureOnlineStore.Optimized value)
public FeatureOnlineStore.Builder setOptimized(FeatureOnlineStore.Optimized value)
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.Optimized |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setOptimized(FeatureOnlineStore.Optimized.Builder builderForValue)
public FeatureOnlineStore.Builder setOptimized(FeatureOnlineStore.Optimized.Builder builderForValue)
Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1.FeatureOnlineStore.Optimized optimized = 12;
Parameter | |
---|---|
Name | Description |
builderForValue |
FeatureOnlineStore.Optimized.Builder |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FeatureOnlineStore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setState(FeatureOnlineStore.State value)
public FeatureOnlineStore.Builder setState(FeatureOnlineStore.State value)
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
FeatureOnlineStore.State The state to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setStateValue(int value)
public FeatureOnlineStore.Builder setStateValue(int value)
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final FeatureOnlineStore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setUpdateTime(Timestamp value)
public FeatureOnlineStore.Builder setUpdateTime(Timestamp value)
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public FeatureOnlineStore.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
FeatureOnlineStore.Builder |