public sealed class ReadTensorboardUsageResponse : IMessage<ReadTensorboardUsageResponse>, IEquatable<ReadTensorboardUsageResponse>, IDeepCloneable<ReadTensorboardUsageResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReadTensorboardUsageResponse.
Response message for [TensorboardService.ReadTensorboardUsage][google.cloud.aiplatform.v1beta1.TensorboardService.ReadTensorboardUsage].
Implements
IMessageReadTensorboardUsageResponse, IEquatableReadTensorboardUsageResponse, IDeepCloneableReadTensorboardUsageResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ReadTensorboardUsageResponse()
public ReadTensorboardUsageResponse()ReadTensorboardUsageResponse(ReadTensorboardUsageResponse)
public ReadTensorboardUsageResponse(ReadTensorboardUsageResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ReadTensorboardUsageResponse |
Properties
MonthlyUsageData
public MapField<string, ReadTensorboardUsageResponse.Types.PerMonthUsageData> MonthlyUsageData { get; }Maps year-month (YYYYMM) string to per month usage data.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringReadTensorboardUsageResponseTypesPerMonthUsageData |
|