Uses of Class
com.google.cloud.aiplatform.v1beta1.TrajectoryRecallInstance
Packages that use TrajectoryRecallInstance
-
Uses of TrajectoryRecallInstance in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TrajectoryRecallInstanceModifier and TypeMethodDescriptionTrajectoryRecallInstance.Builder.build()TrajectoryRecallInstance.Builder.buildPartial()static TrajectoryRecallInstanceTrajectoryRecallInstance.getDefaultInstance()TrajectoryRecallInstance.Builder.getDefaultInstanceForType()TrajectoryRecallInstance.getDefaultInstanceForType()TrajectoryRecallInput.Builder.getInstances(int index) Required.TrajectoryRecallInput.getInstances(int index) Required.TrajectoryRecallInputOrBuilder.getInstances(int index) Required.static TrajectoryRecallInstanceTrajectoryRecallInstance.parseDelimitedFrom(InputStream input) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(byte[] data) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(com.google.protobuf.ByteString data) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(com.google.protobuf.CodedInputStream input) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(InputStream input) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(ByteBuffer data) static TrajectoryRecallInstanceTrajectoryRecallInstance.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type TrajectoryRecallInstanceModifier and TypeMethodDescriptionTrajectoryRecallInput.Builder.getInstancesList()Required.TrajectoryRecallInput.getInstancesList()Required.TrajectoryRecallInputOrBuilder.getInstancesList()Required.com.google.protobuf.Parser<TrajectoryRecallInstance>TrajectoryRecallInstance.getParserForType()static com.google.protobuf.Parser<TrajectoryRecallInstance>TrajectoryRecallInstance.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type TrajectoryRecallInstanceModifier and TypeMethodDescriptionTrajectoryRecallInput.Builder.addInstances(int index, TrajectoryRecallInstance value) Required.TrajectoryRecallInput.Builder.addInstances(TrajectoryRecallInstance value) Required.TrajectoryRecallInstance.Builder.mergeFrom(TrajectoryRecallInstance other) TrajectoryRecallInstance.newBuilder(TrajectoryRecallInstance prototype) TrajectoryRecallInput.Builder.setInstances(int index, TrajectoryRecallInstance value) Required.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type TrajectoryRecallInstanceModifier and TypeMethodDescriptionTrajectoryRecallInput.Builder.addAllInstances(Iterable<? extends TrajectoryRecallInstance> values) Required.