ProjectsLocationsTensorboards
class ProjectsLocationsTensorboards extends Resource (View source)
The "tensorboards" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$tensorboards = $aiplatformService->projects_locations_tensorboards;
Methods
Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. (tensorboards.batchRead)
Creates a Tensorboard. (tensorboards.create)
Deletes a Tensorboard. (tensorboards.delete)
Gets a Tensorboard. (tensorboards.get)
Lists Tensorboards in a Location.
Updates a Tensorboard. (tensorboards.patch)
Returns the storage size for a given TensorBoard instance.
Returns a list of monthly active users for a given TensorBoard instance.
Details
GoogleCloudAiplatformV1BatchReadTensorboardTimeSeriesDataResponse
batchRead(string $tensorboard, array $optParams = [])
Reads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned. (tensorboards.batchRead)
GoogleLongrunningOperation
create(string $parent, GoogleCloudAiplatformV1Tensorboard $postBody, array $optParams = [])
Creates a Tensorboard. (tensorboards.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a Tensorboard. (tensorboards.delete)
GoogleCloudAiplatformV1Tensorboard
get(string $name, array $optParams = [])
Gets a Tensorboard. (tensorboards.get)
GoogleCloudAiplatformV1ListTensorboardsResponse
listProjectsLocationsTensorboards(string $parent, array $optParams = [])
Lists Tensorboards in a Location.
(tensorboards.listProjectsLocationsTensorboards)
GoogleLongrunningOperation
patch(string $name, GoogleCloudAiplatformV1Tensorboard $postBody, array $optParams = [])
Updates a Tensorboard. (tensorboards.patch)
GoogleCloudAiplatformV1ReadTensorboardSizeResponse
readSize(string $tensorboard, array $optParams = [])
Returns the storage size for a given TensorBoard instance.
(tensorboards.readSize)
GoogleCloudAiplatformV1ReadTensorboardUsageResponse
readUsage(string $tensorboard, array $optParams = [])
Returns a list of monthly active users for a given TensorBoard instance.
(tensorboards.readUsage)