Uses of Class
com.google.cloud.aiplatform.v1.Feature.Builder
Packages that use Feature.Builder
-
Uses of Feature.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Feature.BuilderModifier and TypeMethodDescriptionFeature.Builder.addAllMonitoringStatsAnomalies(Iterable<? extends Feature.MonitoringStatsAnomaly> values) Output only.BatchCreateFeaturesResponse.Builder.addFeaturesBuilder()The Features created.BatchCreateFeaturesResponse.Builder.addFeaturesBuilder(int index) The Features created.ListFeaturesResponse.Builder.addFeaturesBuilder()The Features matching the request.ListFeaturesResponse.Builder.addFeaturesBuilder(int index) The Features matching the request.SearchFeaturesResponse.Builder.addFeaturesBuilder()The Features matching the request.SearchFeaturesResponse.Builder.addFeaturesBuilder(int index) The Features matching the request.Feature.Builder.addMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly value) Output only.Feature.Builder.addMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly.Builder builderForValue) Output only.Feature.Builder.addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly value) Output only.Feature.Builder.addMonitoringStatsAnomalies(Feature.MonitoringStatsAnomaly.Builder builderForValue) Output only.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.clearLabels()Feature.Builder.clearMonitoringStatsAnomalies()Output only.Feature.Builder.clearName()Immutable.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.CreateFeatureRequest.Builder.getFeatureBuilder()Required.UpdateFeatureRequest.Builder.getFeatureBuilder()Required.BatchCreateFeaturesResponse.Builder.getFeaturesBuilder(int index) The Features created.ListFeaturesResponse.Builder.getFeaturesBuilder(int index) The Features matching the request.SearchFeaturesResponse.Builder.getFeaturesBuilder(int index) The Features matching the request.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(com.google.protobuf.Message other) Feature.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Feature.BuilderFeature.newBuilder()static Feature.BuilderFeature.newBuilder(Feature prototype) Feature.newBuilderForType()protected Feature.BuilderFeature.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Feature.Builder.putAllLabels(Map<String, String> values) Optional.Optional.Feature.Builder.removeLabels(String key) Optional.Feature.Builder.removeMonitoringStatsAnomalies(int index) Output only.Feature.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Feature.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) 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.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.setMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly value) Output only.Feature.Builder.setMonitoringStatsAnomalies(int index, Feature.MonitoringStatsAnomaly.Builder builderForValue) Output only.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.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Feature.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) 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.Feature.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Feature.BuilderModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.getFeaturesBuilderList()The Features created.ListFeaturesResponse.Builder.getFeaturesBuilderList()The Features matching the request.SearchFeaturesResponse.Builder.getFeaturesBuilderList()The Features matching the request.Methods in com.google.cloud.aiplatform.v1 with parameters of type Feature.BuilderModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.addFeatures(int index, Feature.Builder builderForValue) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(Feature.Builder builderForValue) The Features created.ListFeaturesResponse.Builder.addFeatures(int index, Feature.Builder builderForValue) The Features matching the request.ListFeaturesResponse.Builder.addFeatures(Feature.Builder builderForValue) The Features matching the request.SearchFeaturesResponse.Builder.addFeatures(int index, Feature.Builder builderForValue) The Features matching the request.SearchFeaturesResponse.Builder.addFeatures(Feature.Builder builderForValue) The Features matching the request.CreateFeatureRequest.Builder.setFeature(Feature.Builder builderForValue) Required.UpdateFeatureRequest.Builder.setFeature(Feature.Builder builderForValue) Required.BatchCreateFeaturesResponse.Builder.setFeatures(int index, Feature.Builder builderForValue) The Features created.ListFeaturesResponse.Builder.setFeatures(int index, Feature.Builder builderForValue) The Features matching the request.SearchFeaturesResponse.Builder.setFeatures(int index, Feature.Builder builderForValue) The Features matching the request.