Class GoogleCloudAiplatformV1CreateTensorboardRunRequest
Request message for TensorboardService.CreateTensorboardRun.
Implements
Inherited Members
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 |