Uses of Class
com.google.cloud.aiplatform.v1beta1.Trial
-
Packages that use Trial Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of Trial in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Trial Modifier and Type Method Description TrialVizierServiceClient. addTrialMeasurement(AddTrialMeasurementRequest request)Adds a measurement of the objective metrics to a Trial.TrialVizierServiceGrpc.VizierServiceBlockingStub. addTrialMeasurement(AddTrialMeasurementRequest request)Adds a measurement of the objective metrics to a Trial.TrialTrial.Builder. build()TrialTrial.Builder. buildPartial()TrialVizierServiceClient. completeTrial(CompleteTrialRequest request)Marks a Trial as complete.TrialVizierServiceGrpc.VizierServiceBlockingStub. completeTrial(CompleteTrialRequest request)Marks a Trial as complete.TrialVizierServiceClient. createTrial(CreateTrialRequest request)Adds a user provided Trial to a Study.TrialVizierServiceClient. createTrial(StudyName parent, Trial trial)Adds a user provided Trial to a Study.TrialVizierServiceClient. createTrial(String parent, Trial trial)Adds a user provided Trial to a Study.TrialVizierServiceGrpc.VizierServiceBlockingStub. createTrial(CreateTrialRequest request)Adds a user provided Trial to a Study.static TrialTrial. getDefaultInstance()TrialTrial.Builder. getDefaultInstanceForType()TrialTrial. getDefaultInstanceForType()TrialListOptimalTrialsResponse.Builder. getOptimalTrials(int index)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialListOptimalTrialsResponse. getOptimalTrials(int index)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialListOptimalTrialsResponseOrBuilder. getOptimalTrials(int index)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.TrialCreateTrialRequest.Builder. getTrial()Required.TrialCreateTrialRequest. getTrial()Required.TrialCreateTrialRequestOrBuilder. getTrial()Required.TrialVizierServiceClient. getTrial(GetTrialRequest request)Gets a Trial.TrialVizierServiceClient. getTrial(TrialName name)Gets a Trial.TrialVizierServiceClient. getTrial(String name)Gets a Trial.TrialVizierServiceGrpc.VizierServiceBlockingStub. getTrial(GetTrialRequest request)Gets a Trial.TrialHyperparameterTuningJob.Builder. getTrials(int index)Output only.TrialHyperparameterTuningJob. getTrials(int index)Output only.TrialHyperparameterTuningJobOrBuilder. getTrials(int index)Output only.TrialListTrialsResponse.Builder. getTrials(int index)The Trials associated with the Study.TrialListTrialsResponse. getTrials(int index)The Trials associated with the Study.TrialListTrialsResponseOrBuilder. getTrials(int index)The Trials associated with the Study.TrialSuggestTrialsResponse.Builder. getTrials(int index)A list of Trials.TrialSuggestTrialsResponse. getTrials(int index)A list of Trials.TrialSuggestTrialsResponseOrBuilder. getTrials(int index)A list of Trials.static TrialTrial. parseDelimitedFrom(InputStream input)static TrialTrial. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrialTrial. parseFrom(byte[] data)static TrialTrial. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrialTrial. parseFrom(com.google.protobuf.ByteString data)static TrialTrial. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrialTrial. parseFrom(com.google.protobuf.CodedInputStream input)static TrialTrial. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrialTrial. parseFrom(InputStream input)static TrialTrial. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrialTrial. parseFrom(ByteBuffer data)static TrialTrial. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TrialVizierServiceClient. stopTrial(StopTrialRequest request)Stops a Trial.TrialVizierServiceGrpc.VizierServiceBlockingStub. stopTrial(StopTrialRequest request)Stops a Trial.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Trial Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. addTrialMeasurement(AddTrialMeasurementRequest request)Adds a measurement of the objective metrics to a Trial.com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial>VizierServiceClient. addTrialMeasurementCallable()Adds a measurement of the objective metrics to a Trial.com.google.api.gax.rpc.UnaryCallSettings<AddTrialMeasurementRequest,Trial>VizierServiceSettings. addTrialMeasurementSettings()Returns the object with the settings used for calls to addTrialMeasurement.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddTrialMeasurementRequest,Trial>VizierServiceSettings.Builder. addTrialMeasurementSettings()Returns the builder for the settings used for calls to addTrialMeasurement.com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. completeTrial(CompleteTrialRequest request)Marks a Trial as complete.com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial>VizierServiceClient. completeTrialCallable()Marks a Trial as complete.com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteTrialRequest,Trial>VizierServiceSettings.Builder. completeTrialSettings()Returns the builder for the settings used for calls to completeTrial.com.google.api.gax.rpc.UnaryCallSettings<CompleteTrialRequest,Trial>VizierServiceSettings. completeTrialSettings()Returns the object with the settings used for calls to completeTrial.com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. createTrial(CreateTrialRequest request)Adds a user provided Trial to a Study.com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial>VizierServiceClient. createTrialCallable()Adds a user provided Trial to a Study.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTrialRequest,Trial>VizierServiceSettings.Builder. createTrialSettings()Returns the builder for the settings used for calls to createTrial.com.google.api.gax.rpc.UnaryCallSettings<CreateTrialRequest,Trial>VizierServiceSettings. createTrialSettings()Returns the object with the settings used for calls to createTrial.static io.grpc.MethodDescriptor<AddTrialMeasurementRequest,Trial>VizierServiceGrpc. getAddTrialMeasurementMethod()static io.grpc.MethodDescriptor<CompleteTrialRequest,Trial>VizierServiceGrpc. getCompleteTrialMethod()static io.grpc.MethodDescriptor<CreateTrialRequest,Trial>VizierServiceGrpc. getCreateTrialMethod()static io.grpc.MethodDescriptor<GetTrialRequest,Trial>VizierServiceGrpc. getGetTrialMethod()List<Trial>ListOptimalTrialsResponse.Builder. getOptimalTrialsList()The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<Trial>ListOptimalTrialsResponse. getOptimalTrialsList()The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.List<Trial>ListOptimalTrialsResponseOrBuilder. getOptimalTrialsList()The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.com.google.protobuf.Parser<Trial>Trial. getParserForType()static io.grpc.MethodDescriptor<StopTrialRequest,Trial>VizierServiceGrpc. getStopTrialMethod()com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. getTrial(GetTrialRequest request)Gets a Trial.com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>VizierServiceClient. getTrialCallable()Gets a Trial.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrialRequest,Trial>VizierServiceSettings.Builder. getTrialSettings()Returns the builder for the settings used for calls to getTrial.com.google.api.gax.rpc.UnaryCallSettings<GetTrialRequest,Trial>VizierServiceSettings. getTrialSettings()Returns the object with the settings used for calls to getTrial.List<Trial>HyperparameterTuningJob.Builder. getTrialsList()Output only.List<Trial>HyperparameterTuningJob. getTrialsList()Output only.List<Trial>HyperparameterTuningJobOrBuilder. getTrialsList()Output only.List<Trial>ListTrialsResponse.Builder. getTrialsList()The Trials associated with the Study.List<Trial>ListTrialsResponse. getTrialsList()The Trials associated with the Study.List<Trial>ListTrialsResponseOrBuilder. getTrialsList()The Trials associated with the Study.List<Trial>SuggestTrialsResponse.Builder. getTrialsList()A list of Trials.List<Trial>SuggestTrialsResponse. getTrialsList()A list of Trials.List<Trial>SuggestTrialsResponseOrBuilder. getTrialsList()A list of Trials.static com.google.protobuf.Parser<Trial>Trial. parser()com.google.common.util.concurrent.ListenableFuture<Trial>VizierServiceGrpc.VizierServiceFutureStub. stopTrial(StopTrialRequest request)Stops a Trial.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 Trial Modifier and Type Method Description ListOptimalTrialsResponse.BuilderListOptimalTrialsResponse.Builder. addOptimalTrials(int index, Trial value)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.ListOptimalTrialsResponse.BuilderListOptimalTrialsResponse.Builder. addOptimalTrials(Trial value)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.HyperparameterTuningJob.BuilderHyperparameterTuningJob.Builder. addTrials(int index, Trial value)Output only.HyperparameterTuningJob.BuilderHyperparameterTuningJob.Builder. addTrials(Trial value)Output only.ListTrialsResponse.BuilderListTrialsResponse.Builder. addTrials(int index, Trial value)The Trials associated with the Study.ListTrialsResponse.BuilderListTrialsResponse.Builder. addTrials(Trial value)The Trials associated with the Study.SuggestTrialsResponse.BuilderSuggestTrialsResponse.Builder. addTrials(int index, Trial value)A list of Trials.SuggestTrialsResponse.BuilderSuggestTrialsResponse.Builder. addTrials(Trial value)A list of Trials.TrialVizierServiceClient. createTrial(StudyName parent, Trial trial)Adds a user provided Trial to a Study.TrialVizierServiceClient. createTrial(String parent, Trial trial)Adds a user provided Trial to a Study.Trial.BuilderTrial.Builder. mergeFrom(Trial other)CreateTrialRequest.BuilderCreateTrialRequest.Builder. mergeTrial(Trial value)Required.static Trial.BuilderTrial. newBuilder(Trial prototype)ListOptimalTrialsResponse.BuilderListOptimalTrialsResponse.Builder. setOptimalTrials(int index, Trial value)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.CreateTrialRequest.BuilderCreateTrialRequest.Builder. setTrial(Trial value)Required.HyperparameterTuningJob.BuilderHyperparameterTuningJob.Builder. setTrials(int index, Trial value)Output only.ListTrialsResponse.BuilderListTrialsResponse.Builder. setTrials(int index, Trial value)The Trials associated with the Study.SuggestTrialsResponse.BuilderSuggestTrialsResponse.Builder. setTrials(int index, Trial value)A list of Trials.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Trial Modifier and Type Method Description ListOptimalTrialsResponse.BuilderListOptimalTrialsResponse.Builder. addAllOptimalTrials(Iterable<? extends Trial> values)The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study.HyperparameterTuningJob.BuilderHyperparameterTuningJob.Builder. addAllTrials(Iterable<? extends Trial> values)Output only.ListTrialsResponse.BuilderListTrialsResponse.Builder. addAllTrials(Iterable<? extends Trial> values)The Trials associated with the Study.SuggestTrialsResponse.BuilderSuggestTrialsResponse.Builder. addAllTrials(Iterable<? extends Trial> values)A list of Trials.default voidVizierServiceGrpc.AsyncService. addTrialMeasurement(AddTrialMeasurementRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Adds a measurement of the objective metrics to a Trial.voidVizierServiceGrpc.VizierServiceStub. addTrialMeasurement(AddTrialMeasurementRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Adds a measurement of the objective metrics to a Trial.default voidVizierServiceGrpc.AsyncService. completeTrial(CompleteTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Marks a Trial as complete.voidVizierServiceGrpc.VizierServiceStub. completeTrial(CompleteTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Marks a Trial as complete.static com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPagedResponse>VizierServiceClient.ListTrialsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)protected VizierServiceClient.ListTrialsPageVizierServiceClient.ListTrialsPage. createPage(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, ListTrialsResponse response)com.google.api.core.ApiFuture<VizierServiceClient.ListTrialsPage>VizierServiceClient.ListTrialsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTrialsRequest,ListTrialsResponse,Trial> context, com.google.api.core.ApiFuture<ListTrialsResponse> futureResponse)default voidVizierServiceGrpc.AsyncService. createTrial(CreateTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Adds a user provided Trial to a Study.voidVizierServiceGrpc.VizierServiceStub. createTrial(CreateTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Adds a user provided Trial to a Study.default voidVizierServiceGrpc.AsyncService. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Gets a Trial.voidVizierServiceGrpc.VizierServiceStub. getTrial(GetTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Gets a Trial.default voidVizierServiceGrpc.AsyncService. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Stops a Trial.voidVizierServiceGrpc.VizierServiceStub. stopTrial(StopTrialRequest request, io.grpc.stub.StreamObserver<Trial> responseObserver)Stops a Trial. -
Uses of Trial in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type Trial Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial>GrpcVizierServiceStub. addTrialMeasurementCallable()com.google.api.gax.rpc.UnaryCallable<AddTrialMeasurementRequest,Trial>VizierServiceStub. addTrialMeasurementCallable()com.google.api.gax.rpc.UnaryCallSettings<AddTrialMeasurementRequest,Trial>VizierServiceStubSettings. addTrialMeasurementSettings()Returns the object with the settings used for calls to addTrialMeasurement.com.google.api.gax.rpc.UnaryCallSettings.Builder<AddTrialMeasurementRequest,Trial>VizierServiceStubSettings.Builder. addTrialMeasurementSettings()Returns the builder for the settings used for calls to addTrialMeasurement.com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial>GrpcVizierServiceStub. completeTrialCallable()com.google.api.gax.rpc.UnaryCallable<CompleteTrialRequest,Trial>VizierServiceStub. completeTrialCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CompleteTrialRequest,Trial>VizierServiceStubSettings.Builder. completeTrialSettings()Returns the builder for the settings used for calls to completeTrial.com.google.api.gax.rpc.UnaryCallSettings<CompleteTrialRequest,Trial>VizierServiceStubSettings. completeTrialSettings()Returns the object with the settings used for calls to completeTrial.com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial>GrpcVizierServiceStub. createTrialCallable()com.google.api.gax.rpc.UnaryCallable<CreateTrialRequest,Trial>VizierServiceStub. createTrialCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTrialRequest,Trial>VizierServiceStubSettings.Builder. createTrialSettings()Returns the builder for the settings used for calls to createTrial.com.google.api.gax.rpc.UnaryCallSettings<CreateTrialRequest,Trial>VizierServiceStubSettings. createTrialSettings()Returns the object with the settings used for calls to createTrial.com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>GrpcVizierServiceStub. getTrialCallable()com.google.api.gax.rpc.UnaryCallable<GetTrialRequest,Trial>VizierServiceStub. getTrialCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTrialRequest,Trial>VizierServiceStubSettings.Builder. getTrialSettings()Returns the builder for the settings used for calls to getTrial.com.google.api.gax.rpc.UnaryCallSettings<GetTrialRequest,Trial>VizierServiceStubSettings. getTrialSettings()Returns the object with the settings used for calls to getTrial.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.
-