Required. The resource name of the TensorboardExperiment to create the TensorboardRun in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
Query parameters
tensorboardRunId
string
Required. The id to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name.
This value should be 1-128 characters, and valid characters are /[a-z][0-9]-/.
Request body
The request body contains an instance of TensorboardRun.
Response body
If successful, the response body contains a newly created instance of TensorboardRun.
[[["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: runs.create\n\n**Full name**: projects.locations.tensorboards.experiments.runs.create\n\nCreates a TensorboardRun. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/runs` \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 TensorboardExperiment to create the TensorboardRun in. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`\n\n### Query parameters\n\n`tensorboardRunId` `string` \nRequired. The id to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name.\n\nThis value should be 1-128 characters, and valid characters are `/[a-z][0-9]-/`.\n\n### Request body\n\nThe request body contains an instance of [TensorboardRun](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs#TensorboardRun). \n\n### Response body\n\nIf successful, the response body contains a newly created instance of [TensorboardRun](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs#TensorboardRun)."]]