Uses of Class
com.google.cloud.aiplatform.v1.TensorboardServiceSettings
-
Packages that use TensorboardServiceSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of TensorboardServiceSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TensorboardServiceSettings Modifier and Type Method Description TensorboardServiceSettings
TensorboardServiceSettings.Builder. build()
static TensorboardServiceSettings
TensorboardServiceSettings. create(TensorboardServiceStubSettings stub)
TensorboardServiceSettings
TensorboardServiceClient. getSettings()
Methods in com.google.cloud.aiplatform.v1 with parameters of type TensorboardServiceSettings Modifier and Type Method Description static TensorboardServiceClient
TensorboardServiceClient. create(TensorboardServiceSettings settings)
Constructs an instance of TensorboardServiceClient, using the given settings.Constructors in com.google.cloud.aiplatform.v1 with parameters of type TensorboardServiceSettings Constructor Description Builder(TensorboardServiceSettings settings)
TensorboardServiceClient(TensorboardServiceSettings settings)
Constructs an instance of TensorboardServiceClient, using the given settings.
-