public static final class Feature.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder> implements FeatureOrBuilder
Feature Metadata information. For example, color is a feature that describes an apple.Protobuf type
google.cloud.aiplatform.v1.Feature| Modifier and Type | Method and Description |
|---|---|
Feature.Builder |
addAllMonitoringStatsAnomalies(Iterable<? extends Feature.MonitoringStatsAnomaly> values)
Output only.
|
Feature.Builder |
addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only.
|
Feature.Builder |
addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly value)
Output only.
|
Feature.Builder |
addMonitoringStatsAnomalies(int index,
Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only.
|
Feature.Builder |
addMonitoringStatsAnomalies(int index,
Feature.MonitoringStatsAnomaly value)
Output only.
|
Feature.MonitoringStatsAnomaly.Builder |
addMonitoringStatsAnomaliesBuilder()
Output only.
|
Feature.MonitoringStatsAnomaly.Builder |
addMonitoringStatsAnomaliesBuilder(int index)
Output only.
|
Feature.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature |
build() |
Feature |
buildPartial() |
Feature.Builder |
clear() |
Feature.Builder |
clearCreateTime()
Output only.
|
Feature.Builder |
clearDescription()
Description of the Feature.
|
Feature.Builder |
clearDisableMonitoring()
Optional.
|
Feature.Builder |
clearEtag()
Used to perform a consistent read-modify-write updates.
|
Feature.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Feature.Builder |
clearLabels() |
Feature.Builder |
clearMonitoringStatsAnomalies()
Output only.
|
Feature.Builder |
clearName()
Immutable.
|
Feature.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Feature.Builder |
clearPointOfContact()
Entity responsible for maintaining this feature.
|
Feature.Builder |
clearUpdateTime()
Output only.
|
Feature.Builder |
clearValueType()
Immutable.
|
Feature.Builder |
clearVersionColumnName()
Only applicable for Vertex AI Feature Store.
|
Feature.Builder |
clone() |
boolean |
containsLabels(String key)
Optional.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
Feature |
getDefaultInstanceForType() |
String |
getDescription()
Description of the Feature.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the Feature.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getDisableMonitoring()
Optional.
|
String |
getEtag()
Used to perform a consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform a consistent read-modify-write updates.
|
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.
|
Feature.MonitoringStatsAnomaly |
getMonitoringStatsAnomalies(int index)
Output only.
|
Feature.MonitoringStatsAnomaly.Builder |
getMonitoringStatsAnomaliesBuilder(int index)
Output only.
|
List<Feature.MonitoringStatsAnomaly.Builder> |
getMonitoringStatsAnomaliesBuilderList()
Output only.
|
int |
getMonitoringStatsAnomaliesCount()
Output only.
|
List<Feature.MonitoringStatsAnomaly> |
getMonitoringStatsAnomaliesList()
Output only.
|
Feature.MonitoringStatsAnomalyOrBuilder |
getMonitoringStatsAnomaliesOrBuilder(int index)
Output only.
|
List<? extends Feature.MonitoringStatsAnomalyOrBuilder> |
getMonitoringStatsAnomaliesOrBuilderList()
Output only.
|
Map<String,String> |
getMutableLabels()
Deprecated.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
String |
getPointOfContact()
Entity responsible for maintaining this feature.
|
com.google.protobuf.ByteString |
getPointOfContactBytes()
Entity responsible for maintaining this feature.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
Feature.ValueType |
getValueType()
Immutable.
|
int |
getValueTypeValue()
Immutable.
|
String |
getVersionColumnName()
Only applicable for Vertex AI Feature Store.
|
com.google.protobuf.ByteString |
getVersionColumnNameBytes()
Only applicable for Vertex AI Feature Store.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number) |
boolean |
isInitialized() |
Feature.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Feature.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Feature.Builder |
mergeFrom(Feature other) |
Feature.Builder |
mergeFrom(com.google.protobuf.Message other) |
Feature.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Feature.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Feature.Builder |
putAllLabels(Map<String,String> values)
Optional.
|
Feature.Builder |
putLabels(String key,
String value)
Optional.
|
Feature.Builder |
removeLabels(String key)
Optional.
|
Feature.Builder |
removeMonitoringStatsAnomalies(int index)
Output only.
|
Feature.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Feature.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Feature.Builder |
setDescription(String value)
Description of the Feature.
|
Feature.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
Description of the Feature.
|
Feature.Builder |
setDisableMonitoring(boolean value)
Optional.
|
Feature.Builder |
setEtag(String value)
Used to perform a consistent read-modify-write updates.
|
Feature.Builder |
setEtagBytes(com.google.protobuf.ByteString value)
Used to perform a consistent read-modify-write updates.
|
Feature.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Feature.Builder |
setMonitoringStatsAnomalies(int index,
Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only.
|
Feature.Builder |
setMonitoringStatsAnomalies(int index,
Feature.MonitoringStatsAnomaly value)
Output only.
|
Feature.Builder |
setName(String value)
Immutable.
|
Feature.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Immutable.
|
Feature.Builder |
setPointOfContact(String value)
Entity responsible for maintaining this feature.
|
Feature.Builder |
setPointOfContactBytes(com.google.protobuf.ByteString value)
Entity responsible for maintaining this feature.
|
Feature.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Feature.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Feature.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Feature.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Feature.Builder |
setValueType(Feature.ValueType value)
Immutable.
|
Feature.Builder |
setValueTypeValue(int value)
Immutable.
|
Feature.Builder |
setVersionColumnName(String value)
Only applicable for Vertex AI Feature Store.
|
Feature.Builder |
setVersionColumnNameBytes(com.google.protobuf.ByteString value)
Only applicable for Vertex AI Feature Store.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Feature build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Feature buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Feature.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Feature.Builder>public Feature.Builder mergeFrom(Feature other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public Feature.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Feature.Builder>IOExceptionpublic String getName()
Immutable. Name of the Feature.
Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`
The last part feature is assigned by the client. The feature can be up to
64 characters long and can consist only of ASCII Latin letters A-Z and a-z,
underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. Name of the Feature.
Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`
The last part feature is assigned by the client. The feature can be up to
64 characters long and can consist only of ASCII Latin letters A-Z and a-z,
underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface FeatureOrBuilderpublic Feature.Builder setName(String value)
Immutable. Name of the Feature.
Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`
The last part feature is assigned by the client. The feature can be up to
64 characters long and can consist only of ASCII Latin letters A-Z and a-z,
underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The name to set.public Feature.Builder clearName()
Immutable. Name of the Feature.
Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`
The last part feature is assigned by the client. The feature can be up to
64 characters long and can consist only of ASCII Latin letters A-Z and a-z,
underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];public Feature.Builder setNameBytes(com.google.protobuf.ByteString value)
Immutable. Name of the Feature.
Format:
`projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}/features/{feature}`
`projects/{project}/locations/{location}/featureGroups/{feature_group}/features/{feature}`
The last part feature is assigned by the client. The feature can be up to
64 characters long and can consist only of ASCII Latin letters A-Z and a-z,
underscore(_), and ASCII digits 0-9 starting with a letter. The value will
be unique given an entity type.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The bytes for name to set.public String getDescription()
Description of the Feature.
string description = 2;getDescription in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Description of the Feature.
string description = 2;getDescriptionBytes in interface FeatureOrBuilderpublic Feature.Builder setDescription(String value)
Description of the Feature.
string description = 2;value - The description to set.public Feature.Builder clearDescription()
Description of the Feature.
string description = 2;public Feature.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Description of the Feature.
string description = 2;value - The bytes for description to set.public int getValueTypeValue()
Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
.google.cloud.aiplatform.v1.Feature.ValueType value_type = 3 [(.google.api.field_behavior) = IMMUTABLE];
getValueTypeValue in interface FeatureOrBuilderpublic Feature.Builder setValueTypeValue(int value)
Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
.google.cloud.aiplatform.v1.Feature.ValueType value_type = 3 [(.google.api.field_behavior) = IMMUTABLE];
value - The enum numeric value on the wire for valueType to set.public Feature.ValueType getValueType()
Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
.google.cloud.aiplatform.v1.Feature.ValueType value_type = 3 [(.google.api.field_behavior) = IMMUTABLE];
getValueType in interface FeatureOrBuilderpublic Feature.Builder setValueType(Feature.ValueType value)
Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
.google.cloud.aiplatform.v1.Feature.ValueType value_type = 3 [(.google.api.field_behavior) = IMMUTABLE];
value - The valueType to set.public Feature.Builder clearValueType()
Immutable. Only applicable for Vertex AI Feature Store (Legacy). Type of Feature value.
.google.cloud.aiplatform.v1.Feature.ValueType value_type = 3 [(.google.api.field_behavior) = IMMUTABLE];
public boolean hasCreateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface FeatureOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface FeatureOrBuilderpublic Feature.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder clearCreateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface FeatureOrBuilderpublic boolean hasUpdateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface FeatureOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface FeatureOrBuilderpublic Feature.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder clearUpdateTime()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Only applicable for Vertex AI Feature Store (Legacy). Timestamp when this EntityType was most recently updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface FeatureOrBuilderpublic int getLabelsCount()
FeatureOrBuilderOptional. The labels with user-defined metadata to organize your Features. 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 Feature (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];getLabelsCount in interface FeatureOrBuilderpublic boolean containsLabels(String key)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];containsLabels in interface FeatureOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface FeatureOrBuilderpublic Map<String,String> getLabelsMap()
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];getLabelsMap in interface FeatureOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];getLabelsOrDefault in interface FeatureOrBuilderpublic String getLabelsOrThrow(String key)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];getLabelsOrThrow in interface FeatureOrBuilderpublic Feature.Builder clearLabels()
public Feature.Builder removeLabels(String key)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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 public Map<String,String> getMutableLabels()
public Feature.Builder putLabels(String key, String value)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];public Feature.Builder putAllLabels(Map<String,String> values)
Optional. The labels with user-defined metadata to organize your Features. 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 Feature (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];public String getEtag()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;getEtag in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;getEtagBytes in interface FeatureOrBuilderpublic Feature.Builder setEtag(String value)
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;value - The etag to set.public Feature.Builder clearEtag()
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;public Feature.Builder setEtagBytes(com.google.protobuf.ByteString value)
Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 7;value - The bytes for etag to set.public boolean getDisableMonitoring()
Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
bool disable_monitoring = 12 [(.google.api.field_behavior) = OPTIONAL];getDisableMonitoring in interface FeatureOrBuilderpublic Feature.Builder setDisableMonitoring(boolean value)
Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
bool disable_monitoring = 12 [(.google.api.field_behavior) = OPTIONAL];value - The disableMonitoring to set.public Feature.Builder clearDisableMonitoring()
Optional. Only applicable for Vertex AI Feature Store (Legacy). If not set, use the monitoring_config defined for the EntityType this Feature belongs to. Only Features with type ([Feature.ValueType][google.cloud.aiplatform.v1.Feature.ValueType]) BOOL, STRING, DOUBLE or INT64 can enable monitoring. If set to true, all types of data monitoring are disabled despite the config on EntityType.
bool disable_monitoring = 12 [(.google.api.field_behavior) = OPTIONAL];public List<Feature.MonitoringStatsAnomaly> getMonitoringStatsAnomaliesList()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMonitoringStatsAnomaliesList in interface FeatureOrBuilderpublic int getMonitoringStatsAnomaliesCount()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMonitoringStatsAnomaliesCount in interface FeatureOrBuilderpublic Feature.MonitoringStatsAnomaly getMonitoringStatsAnomalies(int index)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMonitoringStatsAnomalies in interface FeatureOrBuilderpublic Feature.Builder setMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder setMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder addMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly value)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder addMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly.Builder builderForValue)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder addAllMonitoringStatsAnomalies(Iterable<? extends Feature.MonitoringStatsAnomaly> values)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder clearMonitoringStatsAnomalies()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.Builder removeMonitoringStatsAnomalies(int index)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.MonitoringStatsAnomaly.Builder getMonitoringStatsAnomaliesBuilder(int index)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.MonitoringStatsAnomalyOrBuilder getMonitoringStatsAnomaliesOrBuilder(int index)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMonitoringStatsAnomaliesOrBuilder in interface FeatureOrBuilderpublic List<? extends Feature.MonitoringStatsAnomalyOrBuilder> getMonitoringStatsAnomaliesOrBuilderList()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getMonitoringStatsAnomaliesOrBuilderList in interface FeatureOrBuilderpublic Feature.MonitoringStatsAnomaly.Builder addMonitoringStatsAnomaliesBuilder()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Feature.MonitoringStatsAnomaly.Builder addMonitoringStatsAnomaliesBuilder(int index)
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<Feature.MonitoringStatsAnomaly.Builder> getMonitoringStatsAnomaliesBuilderList()
Output only. Only applicable for Vertex AI Feature Store (Legacy). The list of historical stats and anomalies with specified objectives.
repeated .google.cloud.aiplatform.v1.Feature.MonitoringStatsAnomaly monitoring_stats_anomalies = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
public String getVersionColumnName()
Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.
string version_column_name = 106;getVersionColumnName in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getVersionColumnNameBytes()
Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.
string version_column_name = 106;getVersionColumnNameBytes in interface FeatureOrBuilderpublic Feature.Builder setVersionColumnName(String value)
Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.
string version_column_name = 106;value - The versionColumnName to set.public Feature.Builder clearVersionColumnName()
Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.
string version_column_name = 106;public Feature.Builder setVersionColumnNameBytes(com.google.protobuf.ByteString value)
Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View column hosting data for this version. If no value is provided, will use feature_id.
string version_column_name = 106;value - The bytes for versionColumnName to set.public String getPointOfContact()
Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.
string point_of_contact = 107;getPointOfContact in interface FeatureOrBuilderpublic com.google.protobuf.ByteString getPointOfContactBytes()
Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.
string point_of_contact = 107;getPointOfContactBytes in interface FeatureOrBuilderpublic Feature.Builder setPointOfContact(String value)
Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.
string point_of_contact = 107;value - The pointOfContact to set.public Feature.Builder clearPointOfContact()
Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.
string point_of_contact = 107;public Feature.Builder setPointOfContactBytes(com.google.protobuf.ByteString value)
Entity responsible for maintaining this feature. Can be comma separated list of email addresses or URIs.
string point_of_contact = 107;value - The bytes for pointOfContact to set.public final Feature.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>public final Feature.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Feature.Builder>Copyright © 2025 Google LLC. All rights reserved.