Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Response message for TensorboardService.ReadTensorboardSize.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse

Returns a new instance of GoogleCloudAiplatformV1beta1ReadTensorboardSizeResponse.



16086
16087
16088
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16086

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#storage_size_byteFixnum

Payload storage size for the TensorBoard Corresponds to the JSON property storageSizeByte

Returns:

  • (Fixnum)


16084
16085
16086
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16084

def storage_size_byte
  @storage_size_byte
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16091
16092
16093
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16091

def update!(**args)
  @storage_size_byte = args[:storage_size_byte] if args.key?(:storage_size_byte)
end