Cloud AI Platform v1 API - Class BatchCreateTensorboardRunsResponse (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchCreateTensorboardRunsResponse.

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
RepeatedFieldTensorboardRun