Uses of Class
com.google.cloud.aiplatform.v1.ExactMatchInput.Builder
Packages that use ExactMatchInput.Builder
-
Uses of ExactMatchInput.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExactMatchInput.BuilderModifier and TypeMethodDescriptionExactMatchInput.Builder.addAllInstances(Iterable<? extends ExactMatchInstance> values) Required.ExactMatchInput.Builder.addInstances(int index, ExactMatchInstance value) Required.ExactMatchInput.Builder.addInstances(int index, ExactMatchInstance.Builder builderForValue) Required.ExactMatchInput.Builder.addInstances(ExactMatchInstance value) Required.ExactMatchInput.Builder.addInstances(ExactMatchInstance.Builder builderForValue) Required.ExactMatchInput.Builder.clear()ExactMatchInput.Builder.clearInstances()Required.ExactMatchInput.Builder.clearMetricSpec()Required.EvaluateInstancesRequest.Builder.getExactMatchInputBuilder()Auto metric instances.ExactMatchInput.Builder.mergeFrom(ExactMatchInput other) ExactMatchInput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExactMatchInput.Builder.mergeFrom(com.google.protobuf.Message other) ExactMatchInput.Builder.mergeMetricSpec(ExactMatchSpec value) Required.static ExactMatchInput.BuilderExactMatchInput.newBuilder()static ExactMatchInput.BuilderExactMatchInput.newBuilder(ExactMatchInput prototype) ExactMatchInput.newBuilderForType()protected ExactMatchInput.BuilderExactMatchInput.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ExactMatchInput.Builder.removeInstances(int index) Required.ExactMatchInput.Builder.setInstances(int index, ExactMatchInstance value) Required.ExactMatchInput.Builder.setInstances(int index, ExactMatchInstance.Builder builderForValue) Required.ExactMatchInput.Builder.setMetricSpec(ExactMatchSpec value) Required.ExactMatchInput.Builder.setMetricSpec(ExactMatchSpec.Builder builderForValue) Required.ExactMatchInput.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExactMatchInput.BuilderModifier and TypeMethodDescriptionEvaluateInstancesRequest.Builder.setExactMatchInput(ExactMatchInput.Builder builderForValue) Auto metric instances.