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