Uses of Class
com.google.cloud.aiplatform.v1.FeatureGroup.Builder
Packages that use FeatureGroup.Builder
-
Uses of FeatureGroup.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FeatureGroup.BuilderModifier and TypeMethodDescriptionListFeatureGroupsResponse.Builder.addFeatureGroupsBuilder()The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroupsBuilder(int index) The FeatureGroups matching the request.FeatureGroup.Builder.clear()FeatureGroup.Builder.clearBigQuery()Indicates that features for this group come from BigQuery Table/View.FeatureGroup.Builder.clearCreateTime()Output only.FeatureGroup.Builder.clearDescription()Optional.FeatureGroup.Builder.clearEtag()Optional.FeatureGroup.Builder.clearLabels()FeatureGroup.Builder.clearName()Identifier.FeatureGroup.Builder.clearSource()FeatureGroup.Builder.clearUpdateTime()Output only.CreateFeatureGroupRequest.Builder.getFeatureGroupBuilder()Required.UpdateFeatureGroupRequest.Builder.getFeatureGroupBuilder()Required.ListFeatureGroupsResponse.Builder.getFeatureGroupsBuilder(int index) The FeatureGroups matching the request.FeatureGroup.Builder.mergeBigQuery(FeatureGroup.BigQuery value) Indicates that features for this group come from BigQuery Table/View.FeatureGroup.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.FeatureGroup.Builder.mergeFrom(FeatureGroup other) FeatureGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FeatureGroup.Builder.mergeFrom(com.google.protobuf.Message other) FeatureGroup.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static FeatureGroup.BuilderFeatureGroup.newBuilder()static FeatureGroup.BuilderFeatureGroup.newBuilder(FeatureGroup prototype) FeatureGroup.newBuilderForType()protected FeatureGroup.BuilderFeatureGroup.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FeatureGroup.Builder.putAllLabels(Map<String, String> values) Optional.Optional.FeatureGroup.Builder.removeLabels(String key) Optional.FeatureGroup.Builder.setBigQuery(FeatureGroup.BigQuery value) Indicates that features for this group come from BigQuery Table/View.FeatureGroup.Builder.setBigQuery(FeatureGroup.BigQuery.Builder builderForValue) Indicates that features for this group come from BigQuery Table/View.FeatureGroup.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.FeatureGroup.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.FeatureGroup.Builder.setDescription(String value) Optional.FeatureGroup.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Optional.Optional.FeatureGroup.Builder.setEtagBytes(com.google.protobuf.ByteString value) Optional.Identifier.FeatureGroup.Builder.setNameBytes(com.google.protobuf.ByteString value) Identifier.FeatureGroup.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.FeatureGroup.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.FeatureGroup.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type FeatureGroup.BuilderModifier and TypeMethodDescriptionListFeatureGroupsResponse.Builder.getFeatureGroupsBuilderList()The FeatureGroups matching the request.Methods in com.google.cloud.aiplatform.v1 with parameters of type FeatureGroup.BuilderModifier and TypeMethodDescriptionListFeatureGroupsResponse.Builder.addFeatureGroups(int index, FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.ListFeatureGroupsResponse.Builder.addFeatureGroups(FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.CreateFeatureGroupRequest.Builder.setFeatureGroup(FeatureGroup.Builder builderForValue) Required.UpdateFeatureGroupRequest.Builder.setFeatureGroup(FeatureGroup.Builder builderForValue) Required.ListFeatureGroupsResponse.Builder.setFeatureGroups(int index, FeatureGroup.Builder builderForValue) The FeatureGroups matching the request.