v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132661,4471.5 MB
projects

Creates a Tensorboard.

post/v1/{+parent}/tensorboards

Path parameters

parentstring required

Required. The resource name of the Location to create the Tensorboard in. Format: projects/{project}/locations/{location}

Request body

satisfiesPzsboolean

Output only. Reserved for future use.

displayNamestring

Required. User provided name of this Tensorboard.

satisfiesPziboolean

Output only. Reserved for future use.

namestring

Output only. Name of the Tensorboard. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}

descriptionstring

Description of this Tensorboard.

blobStoragePathPrefixstring

Output only. Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a '/'.

updateTimestring google-datetime

Output only. Timestamp when this Tensorboard was last updated.

labelsobject

The labels with user-defined metadata to organize your Tensorboards. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Tensorboard (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

etagstring

Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

isDefaultboolean

Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.

createTimestring google-datetime

Output only. Timestamp when this Tensorboard was created.

runCountinteger

Output only. The number of Runs stored in this Tensorboard.

Response

Successful response