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
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}"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: timeSeries.create\n\n**Full name**: projects.locations.tensorboards.experiments.runs.timeSeries.create\n\nCreates a TensorboardTimeSeries. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1``/{parent}``/timeSeries` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the TensorboardRun to create the TensorboardTimeSeries in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`\n\n### Query parameters\n\n`tensorboardTimeSeriesId` `string` \nOptional. 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}\"\n\n### Request body\n\nThe request body contains an instance of [TensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards.experiments.runs.timeSeries#TensorboardTimeSeries). \n\n### Response body\n\nIf successful, the response body contains a newly created instance of [TensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards.experiments.runs.timeSeries#TensorboardTimeSeries)."]]