Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CreateTensorboardRunRequest

Request message for TensorboardService.CreateTensorboardRun.

Inheritance
object
GoogleCloudAiplatformV1CreateTensorboardRunRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CreateTensorboardRunRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

TensorboardRun

Required. The TensorboardRun to create.

Declaration
[JsonProperty("tensorboardRun")]
public virtual GoogleCloudAiplatformV1TensorboardRun TensorboardRun { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TensorboardRun

TensorboardRunId

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-/.

Declaration
[JsonProperty("tensorboardRunId")]
public virtual string TensorboardRunId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX