Class WriteTensorboardExperimentDataRequest (1.4.0)

public sealed class WriteTensorboardExperimentDataRequest : IMessage<WriteTensorboardExperimentDataRequest>, IEquatable<WriteTensorboardExperimentDataRequest>, IDeepCloneable<WriteTensorboardExperimentDataRequest>, IBufferMessage, IMessage

Request message for [TensorboardService.WriteTensorboardExperimentData][google.cloud.aiplatform.v1.TensorboardService.WriteTensorboardExperimentData].

Inheritance

Object > WriteTensorboardExperimentDataRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

WriteTensorboardExperimentDataRequest()

public WriteTensorboardExperimentDataRequest()

WriteTensorboardExperimentDataRequest(WriteTensorboardExperimentDataRequest)

public WriteTensorboardExperimentDataRequest(WriteTensorboardExperimentDataRequest other)
Parameter
NameDescription
otherWriteTensorboardExperimentDataRequest

Properties

TensorboardExperiment

public string TensorboardExperiment { get; set; }

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

Property Value
TypeDescription
String

TensorboardExperimentAsTensorboardExperimentName

public TensorboardExperimentName TensorboardExperimentAsTensorboardExperimentName { get; set; }

TensorboardExperimentName-typed view over the TensorboardExperiment resource name property.

Property Value
TypeDescription
TensorboardExperimentName

WriteRunDataRequests

public RepeatedField<WriteTensorboardRunDataRequest> WriteRunDataRequests { get; }

Required. Requests containing per-run TensorboardTimeSeries data to write.

Property Value
TypeDescription
RepeatedField<WriteTensorboardRunDataRequest>