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

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

Per user usage data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#username

def username() -> ::String
Returns
  • (::String) — User's username

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — User's username
Returns
  • (::String) — User's username

#view_count

def view_count() -> ::Integer
Returns
  • (::Integer) — Number of times the user has read data within the Tensorboard.

#view_count=

def view_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of times the user has read data within the Tensorboard.
Returns
  • (::Integer) — Number of times the user has read data within the Tensorboard.