Uses of Class
com.google.cloud.aiplatform.v1.UpdateModelRequest
-
Packages that use UpdateModelRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UpdateModelRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UpdateModelRequest Modifier and Type Method Description UpdateModelRequest
UpdateModelRequest.Builder. build()
UpdateModelRequest
UpdateModelRequest.Builder. buildPartial()
static UpdateModelRequest
UpdateModelRequest. getDefaultInstance()
UpdateModelRequest
UpdateModelRequest.Builder. getDefaultInstanceForType()
UpdateModelRequest
UpdateModelRequest. getDefaultInstanceForType()
static UpdateModelRequest
UpdateModelRequest. parseDelimitedFrom(InputStream input)
static UpdateModelRequest
UpdateModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(byte[] data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateModelRequest
UpdateModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(InputStream input)
static UpdateModelRequest
UpdateModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateModelRequest
UpdateModelRequest. parseFrom(ByteBuffer data)
static UpdateModelRequest
UpdateModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type UpdateModelRequest Modifier and Type Method Description UpdateModelRequest.Builder
UpdateModelRequest.Builder. mergeFrom(UpdateModelRequest other)
static UpdateModelRequest.Builder
UpdateModelRequest. newBuilder(UpdateModelRequest prototype)
Model
ModelServiceClient. updateModel(UpdateModelRequest request)
Updates a Model.default void
ModelServiceGrpc.AsyncService. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Updates a Model.Model
ModelServiceGrpc.ModelServiceBlockingStub. updateModel(UpdateModelRequest request)
Updates a Model.com.google.common.util.concurrent.ListenableFuture<Model>
ModelServiceGrpc.ModelServiceFutureStub. updateModel(UpdateModelRequest request)
Updates a Model.void
ModelServiceGrpc.ModelServiceStub. updateModel(UpdateModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Updates a Model. -
Uses of UpdateModelRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.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.
-