Uses of Class
com.google.cloud.aiplatform.v1.stub.ModelGardenServiceStubSettings
-
Packages that use ModelGardenServiceStubSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of ModelGardenServiceStubSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 with parameters of type ModelGardenServiceStubSettings Modifier and Type Method Description static ModelGardenServiceSettings
ModelGardenServiceSettings. create(ModelGardenServiceStubSettings stub)
-
Uses of ModelGardenServiceStubSettings in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return ModelGardenServiceStubSettings Modifier and Type Method Description ModelGardenServiceStubSettings
ModelGardenServiceStubSettings.Builder. build()
Methods in com.google.cloud.aiplatform.v1.stub with parameters of type ModelGardenServiceStubSettings Modifier and Type Method Description static GrpcModelGardenServiceStub
GrpcModelGardenServiceStub. create(ModelGardenServiceStubSettings settings)
Constructors in com.google.cloud.aiplatform.v1.stub with parameters of type ModelGardenServiceStubSettings Constructor Description Builder(ModelGardenServiceStubSettings settings)
GrpcModelGardenServiceStub(ModelGardenServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcModelGardenServiceStub, using the given settings.GrpcModelGardenServiceStub(ModelGardenServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcModelGardenServiceStub, using the given settings.
-