Uses of Class
com.google.cloud.aiplatform.v1beta1.UpdateModelRequest
-
Packages that use UpdateModelRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of UpdateModelRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequestUpdateModelRequest.Builder. build()UpdateModelRequestUpdateModelRequest.Builder. buildPartial()static UpdateModelRequestUpdateModelRequest. getDefaultInstance()UpdateModelRequestUpdateModelRequest.Builder. getDefaultInstanceForType()UpdateModelRequestUpdateModelRequest. getDefaultInstanceForType()static UpdateModelRequestUpdateModelRequest. parseDelimitedFrom(InputStream input)static UpdateModelRequestUpdateModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateModelRequestUpdateModelRequest. parseFrom(byte[] data)static UpdateModelRequestUpdateModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateModelRequestUpdateModelRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateModelRequestUpdateModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateModelRequestUpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateModelRequestUpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateModelRequestUpdateModelRequest. parseFrom(InputStream input)static UpdateModelRequestUpdateModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateModelRequestUpdateModelRequest. parseFrom(ByteBuffer data)static UpdateModelRequestUpdateModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type UpdateModelRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateModelRequest>UpdateModelRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateModelRequest,Model>ModelServiceGrpc. getUpdateModelMethod()static com.google.protobuf.Parser<UpdateModelRequest>UpdateModelRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>ModelServiceClient. updateModelCallable()Updates a Model.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelRequest,Model>ModelServiceSettings.Builder. updateModelSettings()Returns the builder for the settings used for calls to updateModel.com.google.api.gax.rpc.UnaryCallSettings<UpdateModelRequest,Model>ModelServiceSettings. updateModelSettings()Returns the object with the settings used for calls to updateModel.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelRequest.BuilderUpdateModelRequest.Builder. mergeFrom(UpdateModelRequest other)static UpdateModelRequest.BuilderUpdateModelRequest. newBuilder(UpdateModelRequest prototype)ModelModelServiceClient. updateModel(UpdateModelRequest request)Updates a Model.default voidModelServiceGrpc.AsyncService. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)Updates a Model.ModelModelServiceGrpc.ModelServiceBlockingStub. updateModel(UpdateModelRequest request)Updates a Model.com.google.common.util.concurrent.ListenableFuture<Model>ModelServiceGrpc.ModelServiceFutureStub. updateModel(UpdateModelRequest request)Updates a Model.voidModelServiceGrpc.ModelServiceStub. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)Updates a Model. -
Uses of UpdateModelRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type UpdateModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>GrpcModelServiceStub. updateModelCallable()com.google.api.gax.rpc.UnaryCallable<UpdateModelRequest,Model>ModelServiceStub. updateModelCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateModelRequest,Model>ModelServiceStubSettings.Builder. updateModelSettings()Returns the builder for the settings used for calls to updateModel.com.google.api.gax.rpc.UnaryCallSettings<UpdateModelRequest,Model>ModelServiceStubSettings. updateModelSettings()Returns the object with the settings used for calls to updateModel.
-