Class BatchCreateTensorboardRunsResponse (1.1.0)

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

Response message for [TensorboardService.BatchCreateTensorboardRuns][google.cloud.aiplatform.v1.TensorboardService.BatchCreateTensorboardRuns].

Inheritance

Object > BatchCreateTensorboardRunsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchCreateTensorboardRunsResponse()

public BatchCreateTensorboardRunsResponse()

BatchCreateTensorboardRunsResponse(BatchCreateTensorboardRunsResponse)

public BatchCreateTensorboardRunsResponse(BatchCreateTensorboardRunsResponse other)
Parameter
NameDescription
otherBatchCreateTensorboardRunsResponse

Properties

TensorboardRuns

public RepeatedField<TensorboardRun> TensorboardRuns { get; }

The created TensorboardRuns.

Property Value
TypeDescription
RepeatedField<TensorboardRun>