Uses of Class
com.google.cloud.aiplatform.v1.NasJob
Packages that use NasJob
-
Uses of NasJob in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NasJobModifier and TypeMethodDescriptionNasJob.Builder.build()NasJob.Builder.buildPartial()static NasJobNasJob.getDefaultInstance()NasJob.Builder.getDefaultInstanceForType()NasJob.getDefaultInstanceForType()CreateNasJobRequest.Builder.getNasJob()Required.CreateNasJobRequest.getNasJob()Required.CreateNasJobRequestOrBuilder.getNasJob()Required.ListNasJobsResponse.Builder.getNasJobs(int index) List of NasJobs in the requested page.ListNasJobsResponse.getNasJobs(int index) List of NasJobs in the requested page.ListNasJobsResponseOrBuilder.getNasJobs(int index) List of NasJobs in the requested page.static NasJobNasJob.parseDelimitedFrom(InputStream input) static NasJobNasJob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NasJobNasJob.parseFrom(byte[] data) static NasJobNasJob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NasJobNasJob.parseFrom(com.google.protobuf.ByteString data) static NasJobNasJob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NasJobNasJob.parseFrom(com.google.protobuf.CodedInputStream input) static NasJobNasJob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NasJobNasJob.parseFrom(InputStream input) static NasJobNasJob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static NasJobNasJob.parseFrom(ByteBuffer data) static NasJobNasJob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NasJobModifier and TypeMethodDescriptionListNasJobsResponse.Builder.getNasJobsList()List of NasJobs in the requested page.ListNasJobsResponse.getNasJobsList()List of NasJobs in the requested page.ListNasJobsResponseOrBuilder.getNasJobsList()List of NasJobs in the requested page.com.google.protobuf.Parser<NasJob>NasJob.getParserForType()static com.google.protobuf.Parser<NasJob>NasJob.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type NasJobModifier and TypeMethodDescriptionListNasJobsResponse.Builder.addNasJobs(int index, NasJob value) List of NasJobs in the requested page.ListNasJobsResponse.Builder.addNasJobs(NasJob value) List of NasJobs in the requested page.CreateNasJobRequest.Builder.mergeNasJob(NasJob value) Required.static NasJob.BuilderNasJob.newBuilder(NasJob prototype) Required.ListNasJobsResponse.Builder.setNasJobs(int index, NasJob value) List of NasJobs in the requested page.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type NasJobModifier and TypeMethodDescriptionListNasJobsResponse.Builder.addAllNasJobs(Iterable<? extends NasJob> values) List of NasJobs in the requested page.