Uses of Class
com.google.cloud.aiplatform.v1beta1.PublisherModel
-
Packages that use PublisherModel Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of PublisherModel in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return PublisherModel Modifier and Type Method Description PublisherModel
PublisherModel.Builder. build()
PublisherModel
PublisherModel.Builder. buildPartial()
static PublisherModel
PublisherModel. getDefaultInstance()
PublisherModel
PublisherModel.Builder. getDefaultInstanceForType()
PublisherModel
PublisherModel. getDefaultInstanceForType()
PublisherModel
ModelGardenServiceClient. getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.PublisherModel
ModelGardenServiceClient. getPublisherModel(PublisherModelName name)
Gets a Model Garden publisher model.PublisherModel
ModelGardenServiceClient. getPublisherModel(String name)
Gets a Model Garden publisher model.PublisherModel
ModelGardenServiceGrpc.ModelGardenServiceBlockingStub. getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.static PublisherModel
PublisherModel. parseDelimitedFrom(InputStream input)
static PublisherModel
PublisherModel. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel
PublisherModel. parseFrom(byte[] data)
static PublisherModel
PublisherModel. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel
PublisherModel. parseFrom(com.google.protobuf.ByteString data)
static PublisherModel
PublisherModel. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel
PublisherModel. parseFrom(com.google.protobuf.CodedInputStream input)
static PublisherModel
PublisherModel. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel
PublisherModel. parseFrom(InputStream input)
static PublisherModel
PublisherModel. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PublisherModel
PublisherModel. parseFrom(ByteBuffer data)
static PublisherModel
PublisherModel. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type PublisherModel Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceGrpc. getGetPublisherModelMethod()
com.google.protobuf.Parser<PublisherModel>
PublisherModel. getParserForType()
com.google.common.util.concurrent.ListenableFuture<PublisherModel>
ModelGardenServiceGrpc.ModelGardenServiceFutureStub. getPublisherModel(GetPublisherModelRequest request)
Gets a Model Garden publisher model.com.google.api.gax.rpc.UnaryCallable<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceClient. getPublisherModelCallable()
Gets a Model Garden publisher model.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceSettings.Builder. getPublisherModelSettings()
Returns the builder for the settings used for calls to getPublisherModel.com.google.api.gax.rpc.UnaryCallSettings<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceSettings. getPublisherModelSettings()
Returns the object with the settings used for calls to getPublisherModel.static com.google.protobuf.Parser<PublisherModel>
PublisherModel. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type PublisherModel Modifier and Type Method Description PublisherModel.Builder
PublisherModel.Builder. mergeFrom(PublisherModel other)
static PublisherModel.Builder
PublisherModel. newBuilder(PublisherModel prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type PublisherModel Modifier and Type Method Description default void
ModelGardenServiceGrpc.AsyncService. getPublisherModel(GetPublisherModelRequest request, io.grpc.stub.StreamObserver<PublisherModel> responseObserver)
Gets a Model Garden publisher model.void
ModelGardenServiceGrpc.ModelGardenServiceStub. getPublisherModel(GetPublisherModelRequest request, io.grpc.stub.StreamObserver<PublisherModel> responseObserver)
Gets a Model Garden publisher model. -
Uses of PublisherModel in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type PublisherModel Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPublisherModelRequest,PublisherModel>
GrpcModelGardenServiceStub. getPublisherModelCallable()
com.google.api.gax.rpc.UnaryCallable<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceStub. getPublisherModelCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceStubSettings.Builder. getPublisherModelSettings()
Returns the builder for the settings used for calls to getPublisherModel.com.google.api.gax.rpc.UnaryCallSettings<GetPublisherModelRequest,PublisherModel>
ModelGardenServiceStubSettings. getPublisherModelSettings()
Returns the object with the settings used for calls to getPublisherModel.
-