v1

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

Creates a TensorboardExperiment.

post/v1/{+parent}/experiments

Path parameters

parentstring required

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

Query parameters

tensorboardExperimentIdstring

Required. The ID to use for the Tensorboard experiment, which becomes the final component of the Tensorboard experiment's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.

Request body

sourcestring

Immutable. Source of the TensorboardExperiment. Example: a custom training job.

etagstring

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

namestring

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

descriptionstring

Description of this TensorboardExperiment.

createTimestring google-datetime

Output only. Timestamp when this TensorboardExperiment was created.

updateTimestring google-datetime

Output only. Timestamp when this TensorboardExperiment was last updated.

displayNamestring

User provided name of this TensorboardExperiment.

labelsobject

The labels with user-defined metadata to organize your TensorboardExperiment. Label keys and values cannot be 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 Dataset (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. The following system labels exist for each Dataset: * aiplatform.googleapis.com/dataset_metadata_schema: output only. Its value is the metadata_schema's title.

Response

Successful response