Uses of Class
com.google.cloud.aiplatform.v1beta1.StopTrialRequest
-
Packages that use StopTrialRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of StopTrialRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StopTrialRequest Modifier and Type Method Description StopTrialRequestStopTrialRequest.Builder. build()StopTrialRequestStopTrialRequest.Builder. buildPartial()static StopTrialRequestStopTrialRequest. getDefaultInstance()StopTrialRequestStopTrialRequest.Builder. getDefaultInstanceForType()StopTrialRequestStopTrialRequest. getDefaultInstanceForType()static StopTrialRequestStopTrialRequest. parseDelimitedFrom(InputStream input)static StopTrialRequestStopTrialRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopTrialRequestStopTrialRequest. parseFrom(byte[] data)static StopTrialRequestStopTrialRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopTrialRequestStopTrialRequest. parseFrom(com.google.protobuf.ByteString data)static StopTrialRequestStopTrialRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopTrialRequestStopTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StopTrialRequestStopTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopTrialRequestStopTrialRequest. parseFrom(InputStream input)static StopTrialRequestStopTrialRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StopTrialRequestStopTrialRequest. parseFrom(ByteBuffer data)static StopTrialRequestStopTrialRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type StopTrialRequest Modifier and Type Method Description com.google.protobuf.Parser<StopTrialRequest>StopTrialRequest. getParserForType()static io.grpc.MethodDescriptor<StopTrialRequest,Trial>VizierServiceGrpc. getStopTrialMethod()static com.google.protobuf.Parser<StopTrialRequest>StopTrialRequest. parser()com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial>VizierServiceClient. stopTrialCallable()Stops a Trial.com.google.api.gax.rpc.UnaryCallSettings.Builder<StopTrialRequest,Trial>VizierServiceSettings.Builder. stopTrialSettings()Returns the builder for the settings used for calls to stopTrial.com.google.api.gax.rpc.UnaryCallSettings<StopTrialRequest,Trial>VizierServiceSettings. stopTrialSettings()Returns the object with the settings used for calls to stopTrial.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StopTrialRequest Modifier and Type Method Description StopTrialRequest.BuilderStopTrialRequest.Builder. mergeFrom(StopTrialRequest other)static StopTrialRequest.BuilderStopTrialRequest. newBuilder(StopTrialRequest prototype)TrialVizierServiceClient. stopTrial(StopTrialRequest request)Stops a Trial.default voidVizierServiceGrpc.AsyncService. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Stops a Trial.TrialVizierServiceGrpc.VizierServiceBlockingStub. stopTrial(StopTrialRequest request)Stops a Trial.com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. stopTrial(StopTrialRequest request)Stops a Trial.voidVizierServiceGrpc.VizierServiceStub. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Stops a Trial. -
Uses of StopTrialRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type StopTrialRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial>GrpcVizierServiceStub. stopTrialCallable()com.google.api.gax.rpc.UnaryCallable<StopTrialRequest,Trial>VizierServiceStub. stopTrialCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<StopTrialRequest,Trial>VizierServiceStubSettings.Builder. stopTrialSettings()Returns the builder for the settings used for calls to stopTrial.com.google.api.gax.rpc.UnaryCallSettings<StopTrialRequest,Trial>VizierServiceStubSettings. stopTrialSettings()Returns the object with the settings used for calls to stopTrial.
-