Interface ReadTensorboardUsageRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTensorboard()
      Required.
      com.google.protobuf.ByteString getTensorboardBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTensorboard

        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:
        The tensorboard.
      • getTensorboardBytes

        com.google.protobuf.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:
        The bytes for tensorboard.