Uses of Class
com.google.cloud.aiplatform.v1.StopTrialRequest
-
Packages that use StopTrialRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of StopTrialRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StopTrialRequest Modifier and Type Method Description StopTrialRequest
StopTrialRequest.Builder. build()
StopTrialRequest
StopTrialRequest.Builder. buildPartial()
static StopTrialRequest
StopTrialRequest. getDefaultInstance()
StopTrialRequest
StopTrialRequest.Builder. getDefaultInstanceForType()
StopTrialRequest
StopTrialRequest. getDefaultInstanceForType()
static StopTrialRequest
StopTrialRequest. parseDelimitedFrom(InputStream input)
static StopTrialRequest
StopTrialRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopTrialRequest
StopTrialRequest. parseFrom(byte[] data)
static StopTrialRequest
StopTrialRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopTrialRequest
StopTrialRequest. parseFrom(com.google.protobuf.ByteString data)
static StopTrialRequest
StopTrialRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopTrialRequest
StopTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StopTrialRequest
StopTrialRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopTrialRequest
StopTrialRequest. parseFrom(InputStream input)
static StopTrialRequest
StopTrialRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StopTrialRequest
StopTrialRequest. parseFrom(ByteBuffer data)
static StopTrialRequest
StopTrialRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type StopTrialRequest Modifier and Type Method Description StopTrialRequest.Builder
StopTrialRequest.Builder. mergeFrom(StopTrialRequest other)
static StopTrialRequest.Builder
StopTrialRequest. newBuilder(StopTrialRequest prototype)
Trial
VizierServiceClient. stopTrial(StopTrialRequest request)
Stops a Trial.default void
VizierServiceGrpc.AsyncService. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)
Stops a Trial.Trial
VizierServiceGrpc.VizierServiceBlockingStub. stopTrial(StopTrialRequest request)
Stops a Trial.com.google.common.util.concurrent.ListenableFuture<Trial>
VizierServiceGrpc.VizierServiceFutureStub. stopTrial(StopTrialRequest request)
Stops a Trial.void
VizierServiceGrpc.VizierServiceStub. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)
Stops a Trial. -
Uses of StopTrialRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-