Uses of Class
com.google.cloud.aiplatform.v1.TuningJob
Packages that use TuningJob
-
Uses of TuningJob in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TuningJobModifier and TypeMethodDescriptionTuningJob.Builder.build()TuningJob.Builder.buildPartial()static TuningJobTuningJob.getDefaultInstance()TuningJob.Builder.getDefaultInstanceForType()TuningJob.getDefaultInstanceForType()CreateTuningJobRequest.Builder.getTuningJob()Required.CreateTuningJobRequest.getTuningJob()Required.CreateTuningJobRequestOrBuilder.getTuningJob()Required.RebaseTunedModelRequest.Builder.getTuningJob()Optional.RebaseTunedModelRequest.getTuningJob()Optional.RebaseTunedModelRequestOrBuilder.getTuningJob()Optional.ListTuningJobsResponse.Builder.getTuningJobs(int index) List of TuningJobs in the requested page.ListTuningJobsResponse.getTuningJobs(int index) List of TuningJobs in the requested page.ListTuningJobsResponseOrBuilder.getTuningJobs(int index) List of TuningJobs in the requested page.static TuningJobTuningJob.parseDelimitedFrom(InputStream input) static TuningJobTuningJob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TuningJobTuningJob.parseFrom(byte[] data) static TuningJobTuningJob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TuningJobTuningJob.parseFrom(com.google.protobuf.ByteString data) static TuningJobTuningJob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TuningJobTuningJob.parseFrom(com.google.protobuf.CodedInputStream input) static TuningJobTuningJob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TuningJobTuningJob.parseFrom(InputStream input) static TuningJobTuningJob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TuningJobTuningJob.parseFrom(ByteBuffer data) static TuningJobTuningJob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TuningJobModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TuningJob>TuningJob.getParserForType()ListTuningJobsResponse.Builder.getTuningJobsList()List of TuningJobs in the requested page.ListTuningJobsResponse.getTuningJobsList()List of TuningJobs in the requested page.ListTuningJobsResponseOrBuilder.getTuningJobsList()List of TuningJobs in the requested page.static com.google.protobuf.Parser<TuningJob>TuningJob.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type TuningJobModifier and TypeMethodDescriptionListTuningJobsResponse.Builder.addTuningJobs(int index, TuningJob value) List of TuningJobs in the requested page.ListTuningJobsResponse.Builder.addTuningJobs(TuningJob value) List of TuningJobs in the requested page.CreateTuningJobRequest.Builder.mergeTuningJob(TuningJob value) Required.RebaseTunedModelRequest.Builder.mergeTuningJob(TuningJob value) Optional.static TuningJob.BuilderTuningJob.newBuilder(TuningJob prototype) CreateTuningJobRequest.Builder.setTuningJob(TuningJob value) Required.RebaseTunedModelRequest.Builder.setTuningJob(TuningJob value) Optional.ListTuningJobsResponse.Builder.setTuningJobs(int index, TuningJob value) List of TuningJobs in the requested page.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type TuningJobModifier and TypeMethodDescriptionListTuningJobsResponse.Builder.addAllTuningJobs(Iterable<? extends TuningJob> values) List of TuningJobs in the requested page.