Uses of Class
com.google.cloud.aiplatform.v1.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder
Packages that use FetchFeatureValuesResponse.FeatureNameValuePairList.Builder
-
Uses of FetchFeatureValuesResponse.FeatureNameValuePairList.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return FetchFeatureValuesResponse.FeatureNameValuePairList.BuilderModifier and TypeMethodDescriptionFetchFeatureValuesResponse.FeatureNameValuePairList.Builder.addAllFeatures(Iterable<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> values) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.clear()FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.clearFeatures()List of feature names and values.FetchFeatureValuesResponse.Builder.getKeyValuesBuilder()Feature values in KeyValue format.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.mergeFrom(FetchFeatureValuesResponse.FeatureNameValuePairList other) FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.mergeFrom(com.google.protobuf.Message other) FetchFeatureValuesResponse.FeatureNameValuePairList.newBuilder()FetchFeatureValuesResponse.FeatureNameValuePairList.newBuilder(FetchFeatureValuesResponse.FeatureNameValuePairList prototype) FetchFeatureValuesResponse.FeatureNameValuePairList.newBuilderForType()FetchFeatureValuesResponse.FeatureNameValuePairList.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.removeFeatures(int index) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.Builder.setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue) List of feature names and values.FetchFeatureValuesResponse.FeatureNameValuePairList.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type FetchFeatureValuesResponse.FeatureNameValuePairList.BuilderModifier and TypeMethodDescriptionFetchFeatureValuesResponse.Builder.setKeyValues(FetchFeatureValuesResponse.FeatureNameValuePairList.Builder builderForValue) Feature values in KeyValue format.