Class ReadTensorboardUsageResponse (1.48.0)

ReadTensorboardUsageResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for TensorboardService.ReadTensorboardUsage.

Attribute

NameDescription
monthly_usage_data MutableMapping[str, google.cloud.aiplatform_v1.types.ReadTensorboardUsageResponse.PerMonthUsageData]
Maps year-month (YYYYMM) string to per month usage data.

Classes

MonthlyUsageDataEntry

MonthlyUsageDataEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

PerMonthUsageData

PerMonthUsageData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per month usage data

PerUserUsageData

PerUserUsageData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per user usage data.

Methods

ReadTensorboardUsageResponse

ReadTensorboardUsageResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for TensorboardService.ReadTensorboardUsage.