Class GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerMonthUsageData
Per month usage data
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerMonthUsageData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserUsageData
Usage data for each user in the given month.
Declaration
[JsonProperty("userUsageData")]
public virtual IList<GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerUserUsageData> UserUsageData { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerUserUsageData> |