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