Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
- 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.ReadTensorboardBlobData.
Instance Attribute Summary collapse
-
#blobs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TensorboardBlob>
Blob messages containing blob bytes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
constructor
A new instance of GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
Returns a new instance of GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse.
21326 21327 21328 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21326 def initialize(**args) update!(**args) end |
Instance Attribute Details
#blobs ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TensorboardBlob>
Blob messages containing blob bytes.
Corresponds to the JSON property blobs
21324 21325 21326 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21324 def blobs @blobs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21331 21332 21333 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 21331 def update!(**args) @blobs = args[:blobs] if args.key?(:blobs) end |