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].
Implements
IMessageBatchCreateTensorboardRunsResponse, IEquatableBatchCreateTensorboardRunsResponse, IDeepCloneableBatchCreateTensorboardRunsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |