public interface FeatureOnlineStoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Optional.
|
FeatureOnlineStore.Bigtable |
getBigtable()
Contains settings for the Cloud Bigtable instance that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
FeatureOnlineStore.BigtableOrBuilder |
getBigtableOrBuilder()
Contains settings for the Cloud Bigtable instance that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
FeatureOnlineStore.DedicatedServingEndpoint |
getDedicatedServingEndpoint()
Optional.
|
FeatureOnlineStore.DedicatedServingEndpointOrBuilder |
getDedicatedServingEndpointOrBuilder()
Optional.
|
FeatureOnlineStore.EmbeddingManagement |
getEmbeddingManagement()
Deprecated.
google.cloud.aiplatform.v1beta1.FeatureOnlineStore.embedding_management is
deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store.proto;l=175
|
FeatureOnlineStore.EmbeddingManagementOrBuilder |
getEmbeddingManagementOrBuilder()
Deprecated.
|
EncryptionSpec |
getEncryptionSpec()
Optional.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Optional.
|
String |
getEtag()
Optional.
|
com.google.protobuf.ByteString |
getEtagBytes()
Optional.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
FeatureOnlineStore.Optimized |
getOptimized()
Contains settings for the Optimized store that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
FeatureOnlineStore.OptimizedOrBuilder |
getOptimizedOrBuilder()
Contains settings for the Optimized store that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
FeatureOnlineStore.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
FeatureOnlineStore.StorageTypeCase |
getStorageTypeCase() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBigtable()
Contains settings for the Cloud Bigtable instance that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDedicatedServingEndpoint()
Optional.
|
boolean |
hasEmbeddingManagement()
Deprecated.
google.cloud.aiplatform.v1beta1.FeatureOnlineStore.embedding_management is
deprecated. See google/cloud/aiplatform/v1beta1/feature_online_store.proto;l=175
|
boolean |
hasEncryptionSpec()
Optional.
|
boolean |
hasOptimized()
Contains settings for the Optimized store that will be created
to serve featureValues for all FeatureViews under this
FeatureOnlineStore.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBigtable()
Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;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.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;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.v1beta1.FeatureOnlineStore.Bigtable bigtable = 8;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][google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig.enable_private_service_connect] to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;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][google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig.enable_private_service_connect] to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;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][google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig.enable_private_service_connect] to use private endpoint. Otherwise will use public endpoint by default.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.Optimized optimized = 12;String getName()
Identifier. Name of the FeatureOnlineStore. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. Name of the FeatureOnlineStore. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasCreateTime()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this FeatureOnlineStore was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this FeatureOnlineStore was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];com.google.protobuf.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];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];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];@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.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];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];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];int getStateValue()
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeatureOnlineStore.State getState()
Output only. State of the featureOnlineStore.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasDedicatedServingEndpoint()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
FeatureOnlineStore.DedicatedServingEndpoint getDedicatedServingEndpoint()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
FeatureOnlineStore.DedicatedServingEndpointOrBuilder getDedicatedServingEndpointOrBuilder()
Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.DedicatedServingEndpoint dedicated_serving_endpoint = 10 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated boolean hasEmbeddingManagement()
Optional. Deprecated: This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated FeatureOnlineStore.EmbeddingManagement getEmbeddingManagement()
Optional. Deprecated: This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
@Deprecated FeatureOnlineStore.EmbeddingManagementOrBuilder getEmbeddingManagementOrBuilder()
Optional. Deprecated: This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type.
.google.cloud.aiplatform.v1beta1.FeatureOnlineStore.EmbeddingManagement embedding_management = 11 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
boolean hasEncryptionSpec()
Optional. Customer-managed encryption key spec for data storage. If set, online store will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 13 [(.google.api.field_behavior) = OPTIONAL];
EncryptionSpec getEncryptionSpec()
Optional. Customer-managed encryption key spec for data storage. If set, online store will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 13 [(.google.api.field_behavior) = OPTIONAL];
EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Optional. Customer-managed encryption key spec for data storage. If set, online store will be secured by this key.
.google.cloud.aiplatform.v1beta1.EncryptionSpec encryption_spec = 13 [(.google.api.field_behavior) = OPTIONAL];
FeatureOnlineStore.StorageTypeCase getStorageTypeCase()
Copyright © 2024 Google LLC. All rights reserved.