Uses of Class
com.google.cloud.aiplatform.v1.BatchCreateFeaturesRequest.Builder
Packages that use BatchCreateFeaturesRequest.Builder
-
Uses of BatchCreateFeaturesRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return BatchCreateFeaturesRequest.BuilderModifier and TypeMethodDescriptionBatchCreateFeaturesRequest.Builder.addAllRequests(Iterable<? extends CreateFeatureRequest> values) Required.BatchCreateFeaturesRequest.Builder.addRequests(int index, CreateFeatureRequest value) Required.BatchCreateFeaturesRequest.Builder.addRequests(int index, CreateFeatureRequest.Builder builderForValue) Required.BatchCreateFeaturesRequest.Builder.addRequests(CreateFeatureRequest value) Required.BatchCreateFeaturesRequest.Builder.addRequests(CreateFeatureRequest.Builder builderForValue) Required.BatchCreateFeaturesRequest.Builder.clear()BatchCreateFeaturesRequest.Builder.clearParent()Required.BatchCreateFeaturesRequest.Builder.clearRequests()Required.BatchCreateFeaturesRequest.Builder.mergeFrom(BatchCreateFeaturesRequest other) BatchCreateFeaturesRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchCreateFeaturesRequest.Builder.mergeFrom(com.google.protobuf.Message other) BatchCreateFeaturesRequest.newBuilder()BatchCreateFeaturesRequest.newBuilder(BatchCreateFeaturesRequest prototype) BatchCreateFeaturesRequest.newBuilderForType()protected BatchCreateFeaturesRequest.BuilderBatchCreateFeaturesRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchCreateFeaturesRequest.Builder.removeRequests(int index) Required.Required.BatchCreateFeaturesRequest.Builder.setParentBytes(com.google.protobuf.ByteString value) Required.BatchCreateFeaturesRequest.Builder.setRequests(int index, CreateFeatureRequest value) Required.BatchCreateFeaturesRequest.Builder.setRequests(int index, CreateFeatureRequest.Builder builderForValue) Required.BatchCreateFeaturesRequest.toBuilder()