public static interface ReadTensorboardUsageResponse.PerUserUsageDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUsername()
User's username
string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
User's username
string username = 1; |
long |
getViewCount()
Number of times the user has read data within the Tensorboard.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUsername()
User's username
string username = 1;com.google.protobuf.ByteString getUsernameBytes()
User's username
string username = 1;long getViewCount()
Number of times the user has read data within the Tensorboard.
int64 view_count = 2;Copyright © 2024 Google LLC. All rights reserved.