public interface ReadTensorboardUsageRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTensorboard()
public abstract String getTensorboard()
Required. The name of the Tensorboard resource.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The tensorboard. |
getTensorboardBytes()
public abstract ByteString getTensorboardBytes()
Required. The name of the Tensorboard resource.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
string tensorboard = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tensorboard. |