Uses of Class
com.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInput.Builder
Packages that use TrajectoryExactMatchInput.Builder
-
Uses of TrajectoryExactMatchInput.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TrajectoryExactMatchInput.BuilderModifier and TypeMethodDescriptionTrajectoryExactMatchInput.Builder.addAllInstances(Iterable<? extends TrajectoryExactMatchInstance> values) Required.TrajectoryExactMatchInput.Builder.addInstances(int index, TrajectoryExactMatchInstance value) Required.TrajectoryExactMatchInput.Builder.addInstances(int index, TrajectoryExactMatchInstance.Builder builderForValue) Required.TrajectoryExactMatchInput.Builder.addInstances(TrajectoryExactMatchInstance value) Required.TrajectoryExactMatchInput.Builder.addInstances(TrajectoryExactMatchInstance.Builder builderForValue) Required.TrajectoryExactMatchInput.Builder.clear()TrajectoryExactMatchInput.Builder.clearInstances()Required.TrajectoryExactMatchInput.Builder.clearMetricSpec()Required.EvaluateInstancesRequest.Builder.getTrajectoryExactMatchInputBuilder()Input for trajectory exact match metric.TrajectoryExactMatchInput.Builder.mergeFrom(TrajectoryExactMatchInput other) TrajectoryExactMatchInput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TrajectoryExactMatchInput.Builder.mergeFrom(com.google.protobuf.Message other) TrajectoryExactMatchInput.Builder.mergeMetricSpec(TrajectoryExactMatchSpec value) Required.TrajectoryExactMatchInput.newBuilder()TrajectoryExactMatchInput.newBuilder(TrajectoryExactMatchInput prototype) TrajectoryExactMatchInput.newBuilderForType()protected TrajectoryExactMatchInput.BuilderTrajectoryExactMatchInput.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TrajectoryExactMatchInput.Builder.removeInstances(int index) Required.TrajectoryExactMatchInput.Builder.setInstances(int index, TrajectoryExactMatchInstance value) Required.TrajectoryExactMatchInput.Builder.setInstances(int index, TrajectoryExactMatchInstance.Builder builderForValue) Required.TrajectoryExactMatchInput.Builder.setMetricSpec(TrajectoryExactMatchSpec value) Required.TrajectoryExactMatchInput.Builder.setMetricSpec(TrajectoryExactMatchSpec.Builder builderForValue) Required.TrajectoryExactMatchInput.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type TrajectoryExactMatchInput.BuilderModifier and TypeMethodDescriptionEvaluateInstancesRequest.Builder.setTrajectoryExactMatchInput(TrajectoryExactMatchInput.Builder builderForValue) Input for trajectory exact match metric.