Uses of Class
com.google.cloud.aiplatform.v1beta1.TensorboardName
-
Packages that use TensorboardName Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of TensorboardName in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return TensorboardName Modifier and Type Method Description TensorboardName
TensorboardName.Builder. build()
static TensorboardName
TensorboardName. of(String project, String location, String tensorboard)
static TensorboardName
TensorboardName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type TensorboardName Modifier and Type Method Description static List<TensorboardName>
TensorboardName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type TensorboardName Modifier and Type Method Description BatchReadTensorboardTimeSeriesDataResponse
TensorboardServiceClient. batchReadTensorboardTimeSeriesData(TensorboardName tensorboard)
Reads multiple TensorboardTimeSeries' data.com.google.api.gax.longrunning.OperationFuture<Tensorboard,CreateTensorboardOperationMetadata>
TensorboardServiceClient. createTensorboardAsync(TensorboardName parent, Tensorboard tensorboard)
Creates a Tensorboard.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
TensorboardServiceClient. deleteTensorboardAsync(TensorboardName name)
Deletes a Tensorboard.Tensorboard
TensorboardServiceClient. getTensorboard(TensorboardName name)
Gets a Tensorboard.TensorboardServiceClient.ListTensorboardExperimentsPagedResponse
TensorboardServiceClient. listTensorboardExperiments(TensorboardName parent)
Lists TensorboardExperiments in a Location.ReadTensorboardSizeResponse
TensorboardServiceClient. readTensorboardSize(TensorboardName tensorboard)
Returns the storage size for a given TensorBoard instance.ReadTensorboardUsageResponse
TensorboardServiceClient. readTensorboardUsage(TensorboardName tensorboard)
Returns a list of monthly active users for a given TensorBoard instance.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type TensorboardName Modifier and Type Method Description static List<String>
TensorboardName. toStringList(List<TensorboardName> values)
-