Uses of Class
com.google.cloud.aiplatform.v1beta1.CreateNasJobRequest
-
Packages that use CreateNasJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CreateNasJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CreateNasJobRequest Modifier and Type Method Description CreateNasJobRequestCreateNasJobRequest.Builder. build()CreateNasJobRequestCreateNasJobRequest.Builder. buildPartial()static CreateNasJobRequestCreateNasJobRequest. getDefaultInstance()CreateNasJobRequestCreateNasJobRequest.Builder. getDefaultInstanceForType()CreateNasJobRequestCreateNasJobRequest. getDefaultInstanceForType()static CreateNasJobRequestCreateNasJobRequest. parseDelimitedFrom(InputStream input)static CreateNasJobRequestCreateNasJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNasJobRequestCreateNasJobRequest. parseFrom(byte[] data)static CreateNasJobRequestCreateNasJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNasJobRequestCreateNasJobRequest. parseFrom(com.google.protobuf.ByteString data)static CreateNasJobRequestCreateNasJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNasJobRequestCreateNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateNasJobRequestCreateNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNasJobRequestCreateNasJobRequest. parseFrom(InputStream input)static CreateNasJobRequestCreateNasJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNasJobRequestCreateNasJobRequest. parseFrom(ByteBuffer data)static CreateNasJobRequestCreateNasJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CreateNasJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>JobServiceClient. createNasJobCallable()Creates a NasJobcom.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNasJobRequest,NasJob>JobServiceSettings.Builder. createNasJobSettings()Returns the builder for the settings used for calls to createNasJob.com.google.api.gax.rpc.UnaryCallSettings<CreateNasJobRequest,NasJob>JobServiceSettings. createNasJobSettings()Returns the object with the settings used for calls to createNasJob.static io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob>JobServiceGrpc. getCreateNasJobMethod()com.google.protobuf.Parser<CreateNasJobRequest>CreateNasJobRequest. getParserForType()static com.google.protobuf.Parser<CreateNasJobRequest>CreateNasJobRequest. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CreateNasJobRequest Modifier and Type Method Description NasJobJobServiceClient. createNasJob(CreateNasJobRequest request)Creates a NasJobdefault voidJobServiceGrpc.AsyncService. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)Creates a NasJobNasJobJobServiceGrpc.JobServiceBlockingStub. createNasJob(CreateNasJobRequest request)Creates a NasJobcom.google.common.util.concurrent.ListenableFuture<NasJob>JobServiceGrpc.JobServiceFutureStub. createNasJob(CreateNasJobRequest request)Creates a NasJobvoidJobServiceGrpc.JobServiceStub. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)Creates a NasJobCreateNasJobRequest.BuilderCreateNasJobRequest.Builder. mergeFrom(CreateNasJobRequest other)static CreateNasJobRequest.BuilderCreateNasJobRequest. newBuilder(CreateNasJobRequest prototype) -
Uses of CreateNasJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CreateNasJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>GrpcJobServiceStub. createNasJobCallable()com.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>JobServiceStub. createNasJobCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNasJobRequest,NasJob>JobServiceStubSettings.Builder. createNasJobSettings()Returns the builder for the settings used for calls to createNasJob.com.google.api.gax.rpc.UnaryCallSettings<CreateNasJobRequest,NasJob>JobServiceStubSettings. createNasJobSettings()Returns the object with the settings used for calls to createNasJob.
-