Uses of Class
com.google.cloud.aiplatform.v1beta1.CheckTrialEarlyStoppingStateRequest
-
Packages that use CheckTrialEarlyStoppingStateRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CheckTrialEarlyStoppingStateRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CheckTrialEarlyStoppingStateRequest Modifier and Type Method Description CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest.Builder. build()
CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest.Builder. buildPartial()
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. getDefaultInstance()
CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest.Builder. getDefaultInstanceForType()
CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. getDefaultInstanceForType()
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseDelimitedFrom(InputStream input)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(byte[] data)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(com.google.protobuf.ByteString data)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(InputStream input)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(ByteBuffer data)
static CheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CheckTrialEarlyStoppingStateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceClient. checkTrialEarlyStoppingStateCallable()
Checks whether a Trial should stop or not.com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceClient. checkTrialEarlyStoppingStateOperationCallable()
Checks whether a Trial should stop or not.com.google.api.gax.rpc.OperationCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceSettings.Builder. checkTrialEarlyStoppingStateOperationSettings()
Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.OperationCallSettings<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceSettings. checkTrialEarlyStoppingStateOperationSettings()
Returns the object with the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceSettings.Builder. checkTrialEarlyStoppingStateSettings()
Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.UnaryCallSettings<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceSettings. checkTrialEarlyStoppingStateSettings()
Returns the object with the settings used for calls to checkTrialEarlyStoppingState.static io.grpc.MethodDescriptor<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceGrpc. getCheckTrialEarlyStoppingStateMethod()
com.google.protobuf.Parser<CheckTrialEarlyStoppingStateRequest>
CheckTrialEarlyStoppingStateRequest. getParserForType()
static com.google.protobuf.Parser<CheckTrialEarlyStoppingStateRequest>
CheckTrialEarlyStoppingStateRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CheckTrialEarlyStoppingStateRequest Modifier and Type Method Description default void
VizierServiceGrpc.AsyncService. checkTrialEarlyStoppingState(CheckTrialEarlyStoppingStateRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Checks whether a Trial should stop or not.com.google.longrunning.Operation
VizierServiceGrpc.VizierServiceBlockingStub. checkTrialEarlyStoppingState(CheckTrialEarlyStoppingStateRequest request)
Checks whether a Trial should stop or not.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
VizierServiceGrpc.VizierServiceFutureStub. checkTrialEarlyStoppingState(CheckTrialEarlyStoppingStateRequest request)
Checks whether a Trial should stop or not.void
VizierServiceGrpc.VizierServiceStub. checkTrialEarlyStoppingState(CheckTrialEarlyStoppingStateRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Checks whether a Trial should stop or not.com.google.api.gax.longrunning.OperationFuture<CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceClient. checkTrialEarlyStoppingStateAsync(CheckTrialEarlyStoppingStateRequest request)
Checks whether a Trial should stop or not.CheckTrialEarlyStoppingStateRequest.Builder
CheckTrialEarlyStoppingStateRequest.Builder. mergeFrom(CheckTrialEarlyStoppingStateRequest other)
static CheckTrialEarlyStoppingStateRequest.Builder
CheckTrialEarlyStoppingStateRequest. newBuilder(CheckTrialEarlyStoppingStateRequest prototype)
-
Uses of CheckTrialEarlyStoppingStateRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CheckTrialEarlyStoppingStateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
GrpcVizierServiceStub. checkTrialEarlyStoppingStateCallable()
com.google.api.gax.rpc.UnaryCallable<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceStub. checkTrialEarlyStoppingStateCallable()
com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
GrpcVizierServiceStub. checkTrialEarlyStoppingStateOperationCallable()
com.google.api.gax.rpc.OperationCallable<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceStub. checkTrialEarlyStoppingStateOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceStubSettings.Builder. checkTrialEarlyStoppingStateOperationSettings()
Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.OperationCallSettings<CheckTrialEarlyStoppingStateRequest,CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceStubSettings. checkTrialEarlyStoppingStateOperationSettings()
Returns the object with the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceStubSettings.Builder. checkTrialEarlyStoppingStateSettings()
Returns the builder for the settings used for calls to checkTrialEarlyStoppingState.com.google.api.gax.rpc.UnaryCallSettings<CheckTrialEarlyStoppingStateRequest,com.google.longrunning.Operation>
VizierServiceStubSettings. checkTrialEarlyStoppingStateSettings()
Returns the object with the settings used for calls to checkTrialEarlyStoppingState.
-