Cloud AI Platform v1 API - Class ReadTensorboardSizeResponse (2.27.0)

public sealed class ReadTensorboardSizeResponse : IMessage<ReadTensorboardSizeResponse>, IEquatable<ReadTensorboardSizeResponse>, IDeepCloneable<ReadTensorboardSizeResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ReadTensorboardSizeResponse.

Response message for [TensorboardService.ReadTensorboardSize][google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardSize].

Inheritance

object > ReadTensorboardSizeResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ReadTensorboardSizeResponse()

public ReadTensorboardSizeResponse()

ReadTensorboardSizeResponse(ReadTensorboardSizeResponse)

public ReadTensorboardSizeResponse(ReadTensorboardSizeResponse other)
Parameter
NameDescription
otherReadTensorboardSizeResponse

Properties

StorageSizeByte

public long StorageSizeByte { get; set; }

Payload storage size for the TensorBoard

Property Value
TypeDescription
long