Uses of Class
com.google.cloud.aiplatform.v1.CheckTrialEarlyStoppingStateResponse
-
Packages that use CheckTrialEarlyStoppingStateResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CheckTrialEarlyStoppingStateResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CheckTrialEarlyStoppingStateResponse Modifier and Type Method Description CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse.Builder. build()
CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse.Builder. buildPartial()
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. getDefaultInstance()
CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse.Builder. getDefaultInstanceForType()
CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. getDefaultInstanceForType()
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseDelimitedFrom(InputStream input)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(byte[] data)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(com.google.protobuf.ByteString data)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(InputStream input)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(ByteBuffer data)
static CheckTrialEarlyStoppingStateResponse
CheckTrialEarlyStoppingStateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CheckTrialEarlyStoppingStateResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CheckTrialEarlyStoppingStateResponse,CheckTrialEarlyStoppingStateMetatdata>
VizierServiceClient. checkTrialEarlyStoppingStateAsync(CheckTrialEarlyStoppingStateRequest request)
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.protobuf.Parser<CheckTrialEarlyStoppingStateResponse>
CheckTrialEarlyStoppingStateResponse. getParserForType()
static com.google.protobuf.Parser<CheckTrialEarlyStoppingStateResponse>
CheckTrialEarlyStoppingStateResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type CheckTrialEarlyStoppingStateResponse Modifier and Type Method Description CheckTrialEarlyStoppingStateResponse.Builder
CheckTrialEarlyStoppingStateResponse.Builder. mergeFrom(CheckTrialEarlyStoppingStateResponse other)
static CheckTrialEarlyStoppingStateResponse.Builder
CheckTrialEarlyStoppingStateResponse. newBuilder(CheckTrialEarlyStoppingStateResponse prototype)
-
Uses of CheckTrialEarlyStoppingStateResponse in com.google.cloud.aiplatform.v1.stub
-