Class: Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Per month usage data
Instance Attribute Summary collapse
-
#user_usage_data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerUserUsageData>
Usage data for each user in the given month.
Instance Attribute Details
#user_usage_data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerUserUsageData>
Returns Usage data for each user in the given month.
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 171 class PerMonthUsageData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |