Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse (v0.21.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse.

Response message for TensorboardService.ReadTensorboardUsage.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#monthly_usage_data

def monthly_usage_data() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData}) — Maps year-month (YYYYMM) string to per month usage data.

#monthly_usage_data=

def monthly_usage_data=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData}) — Maps year-month (YYYYMM) string to per month usage data.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ReadTensorboardUsageResponse::PerMonthUsageData}) — Maps year-month (YYYYMM) string to per month usage data.