Uses of Class
com.google.cloud.automl.v1.GetModelRequest
-
Packages that use GetModelRequest Package Description com.google.cloud.automl.v1 A client to Cloud AutoML APIcom.google.cloud.automl.v1.stub -
-
Uses of GetModelRequest in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return GetModelRequest Modifier and Type Method Description GetModelRequest
GetModelRequest.Builder. build()
GetModelRequest
GetModelRequest.Builder. buildPartial()
static GetModelRequest
GetModelRequest. getDefaultInstance()
GetModelRequest
GetModelRequest.Builder. getDefaultInstanceForType()
GetModelRequest
GetModelRequest. getDefaultInstanceForType()
static GetModelRequest
GetModelRequest. parseDelimitedFrom(InputStream input)
static GetModelRequest
GetModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetModelRequest
GetModelRequest. parseFrom(byte[] data)
static GetModelRequest
GetModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetModelRequest
GetModelRequest. parseFrom(com.google.protobuf.ByteString data)
static GetModelRequest
GetModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetModelRequest
GetModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetModelRequest
GetModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetModelRequest
GetModelRequest. parseFrom(InputStream input)
static GetModelRequest
GetModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetModelRequest
GetModelRequest. parseFrom(ByteBuffer data)
static GetModelRequest
GetModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1 that return types with arguments of type GetModelRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetModelRequest,Model>
AutoMlGrpc. getGetModelMethod()
com.google.api.gax.rpc.UnaryCallable<GetModelRequest,Model>
AutoMlClient. getModelCallable()
Gets a model.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelRequest,Model>
AutoMlSettings.Builder. getModelSettings()
Returns the builder for the settings used for calls to getModel.com.google.api.gax.rpc.UnaryCallSettings<GetModelRequest,Model>
AutoMlSettings. 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.automl.v1 with parameters of type GetModelRequest Modifier and Type Method Description Model
AutoMlClient. getModel(GetModelRequest request)
Gets a model.default void
AutoMlGrpc.AsyncService. getModel(GetModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Gets a model.Model
AutoMlGrpc.AutoMlBlockingStub. getModel(GetModelRequest request)
Gets a model.com.google.common.util.concurrent.ListenableFuture<Model>
AutoMlGrpc.AutoMlFutureStub. getModel(GetModelRequest request)
Gets a model.void
AutoMlGrpc.AutoMlStub. getModel(GetModelRequest request, io.grpc.stub.StreamObserver<Model> responseObserver)
Gets a model.GetModelRequest.Builder
GetModelRequest.Builder. mergeFrom(GetModelRequest other)
static GetModelRequest.Builder
GetModelRequest. newBuilder(GetModelRequest prototype)
-
Uses of GetModelRequest in com.google.cloud.automl.v1.stub
Methods in com.google.cloud.automl.v1.stub that return types with arguments of type GetModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetModelRequest,Model>
AutoMlStub. getModelCallable()
com.google.api.gax.rpc.UnaryCallable<GetModelRequest,Model>
GrpcAutoMlStub. getModelCallable()
com.google.api.gax.rpc.UnaryCallable<GetModelRequest,Model>
HttpJsonAutoMlStub. getModelCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetModelRequest,Model>
AutoMlStubSettings.Builder. getModelSettings()
Returns the builder for the settings used for calls to getModel.com.google.api.gax.rpc.UnaryCallSettings<GetModelRequest,Model>
AutoMlStubSettings. getModelSettings()
Returns the object with the settings used for calls to getModel.
-