Uses of Class
com.google.cloud.aiplatform.v1.BatchCreateFeaturesResponse.Builder
Packages that use BatchCreateFeaturesResponse.Builder
-
Uses of BatchCreateFeaturesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchCreateFeaturesResponse.BuilderModifier and TypeMethodDescriptionBatchCreateFeaturesResponse.Builder.addAllFeatures(Iterable<? extends Feature> values) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(int index, Feature value) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(int index, Feature.Builder builderForValue) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(Feature value) The Features created.BatchCreateFeaturesResponse.Builder.addFeatures(Feature.Builder builderForValue) The Features created.BatchCreateFeaturesResponse.Builder.clear()BatchCreateFeaturesResponse.Builder.clearFeatures()The Features created.BatchCreateFeaturesResponse.Builder.mergeFrom(BatchCreateFeaturesResponse other) BatchCreateFeaturesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchCreateFeaturesResponse.Builder.mergeFrom(com.google.protobuf.Message other) BatchCreateFeaturesResponse.newBuilder()BatchCreateFeaturesResponse.newBuilder(BatchCreateFeaturesResponse prototype) BatchCreateFeaturesResponse.newBuilderForType()protected BatchCreateFeaturesResponse.BuilderBatchCreateFeaturesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchCreateFeaturesResponse.Builder.removeFeatures(int index) The Features created.BatchCreateFeaturesResponse.Builder.setFeatures(int index, Feature value) The Features created.BatchCreateFeaturesResponse.Builder.setFeatures(int index, Feature.Builder builderForValue) The Features created.BatchCreateFeaturesResponse.toBuilder()