Uses of Class
com.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.Builder
Packages that use FetchFeatureValuesResponse.Builder
-
Uses of FetchFeatureValuesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FetchFeatureValuesResponse.BuilderModifier and TypeMethodDescriptionFetchFeatureValuesResponse.Builder.clear()FetchFeatureValuesResponse.Builder.clearDataKey()The data key associated with this response.FetchFeatureValuesResponse.Builder.clearFormat()FetchFeatureValuesResponse.Builder.clearKeyValues()Feature values in KeyValue format.FetchFeatureValuesResponse.Builder.clearProtoStruct()Feature values in proto Struct format.NearestNeighbors.Neighbor.Builder.getEntityKeyValuesBuilder()The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.FetchFeatureValuesResponse.Builder.mergeDataKey(FeatureViewDataKey value) The data key associated with this response.FetchFeatureValuesResponse.Builder.mergeFrom(FetchFeatureValuesResponse other) FetchFeatureValuesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FetchFeatureValuesResponse.Builder.mergeFrom(com.google.protobuf.Message other) FetchFeatureValuesResponse.Builder.mergeKeyValues(FetchFeatureValuesResponse.FeatureNameValuePairList value) Feature values in KeyValue format.FetchFeatureValuesResponse.Builder.mergeProtoStruct(com.google.protobuf.Struct value) Feature values in proto Struct format.FetchFeatureValuesResponse.newBuilder()FetchFeatureValuesResponse.newBuilder(FetchFeatureValuesResponse prototype) FetchFeatureValuesResponse.newBuilderForType()protected FetchFeatureValuesResponse.BuilderFetchFeatureValuesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FetchFeatureValuesResponse.Builder.setDataKey(FeatureViewDataKey value) The data key associated with this response.FetchFeatureValuesResponse.Builder.setDataKey(FeatureViewDataKey.Builder builderForValue) The data key associated with this response.FetchFeatureValuesResponse.Builder.setKeyValues(FetchFeatureValuesResponse.FeatureNameValuePairList value) Feature values in KeyValue format.FetchFeatureValuesResponse.Builder.setKeyValues(FetchFeatureValuesResponse.FeatureNameValuePairList.Builder builderForValue) Feature values in KeyValue format.FetchFeatureValuesResponse.Builder.setProtoStruct(com.google.protobuf.Struct value) Feature values in proto Struct format.FetchFeatureValuesResponse.Builder.setProtoStruct(com.google.protobuf.Struct.Builder builderForValue) Feature values in proto Struct format.FetchFeatureValuesResponse.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type FetchFeatureValuesResponse.BuilderModifier and TypeMethodDescriptionNearestNeighbors.Neighbor.Builder.setEntityKeyValues(FetchFeatureValuesResponse.Builder builderForValue) The attributes of the neighbor, e.g. filters, crowding and metadata Note that full entities are returned only when "return_full_entity" is set to true.