Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadTensorboardSizeResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadTensorboardSizeResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Response message for TensorboardService.ReadTensorboardSize.
Instance Attribute Summary collapse
-
#storage_size_byte ⇒ Fixnum
Payload storage size for the TensorBoard Corresponds to the JSON property
storageSizeByte.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadTensorboardSizeResponse
constructor
A new instance of GoogleCloudAiplatformV1ReadTensorboardSizeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadTensorboardSizeResponse
Returns a new instance of GoogleCloudAiplatformV1ReadTensorboardSizeResponse.
15800 15801 15802 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15800 def initialize(**args) update!(**args) end |
Instance Attribute Details
#storage_size_byte ⇒ Fixnum
Payload storage size for the TensorBoard
Corresponds to the JSON property storageSizeByte
15798 15799 15800 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15798 def storage_size_byte @storage_size_byte end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15805 15806 15807 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15805 def update!(**args) @storage_size_byte = args[:storage_size_byte] if args.key?(:storage_size_byte) end |