Cloud AI Platform v1beta1 API - Class BatchCreateTensorboardRunsResponse (1.0.0-beta02)

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

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

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

Inheritance

object > BatchCreateTensorboardRunsResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

BatchCreateTensorboardRunsResponse()

public BatchCreateTensorboardRunsResponse()

BatchCreateTensorboardRunsResponse(BatchCreateTensorboardRunsResponse)

public BatchCreateTensorboardRunsResponse(BatchCreateTensorboardRunsResponse other)
Parameter
Name Description
other BatchCreateTensorboardRunsResponse

Properties

TensorboardRuns

public RepeatedField<TensorboardRun> TensorboardRuns { get; }

The created TensorboardRuns.

Property Value
Type Description
RepeatedFieldTensorboardRun