Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest

Request message for TensorboardService.CreateTensorboardTimeSeries.

Inheritance
object
GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest
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 GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest : 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 TensorboardRun to create the TensorboardTimeSeries in. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

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

TensorboardTimeSeries

Required. The TensorboardTimeSeries to create.

Declaration
[JsonProperty("tensorboardTimeSeries")]
public virtual GoogleCloudAiplatformV1TensorboardTimeSeries TensorboardTimeSeries { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TensorboardTimeSeries

TensorboardTimeSeriesId

Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "a-z0-9{0, 127}"

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX