Method: projects.locations.tensorboards.experiments.runs.timeSeries.create

Creates a TensorboardTimeSeries.

HTTP request

POST https://{service-endpoint}/v1/{parent}/timeSeries

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
parent

string

Required. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

Query parameters

Parameters
tensorboardTimeSeriesId

string

Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "[a-z0-9][a-z0-9-]{0, 127}"

Request body

The request body contains an instance of TensorboardTimeSeries.

Response body

If successful, the response body contains a newly created instance of TensorboardTimeSeries.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • aiplatform.tensorboardTimeSeries.create

For more information, see the IAM documentation.