Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse
- 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.BatchCreateTensorboardTimeSeries.
Instance Attribute Summary collapse
-
#tensorboard_time_series ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TensorboardTimeSeries>
The created TensorboardTimeSeries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse
constructor
A new instance of GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse
Returns a new instance of GoogleCloudAiplatformV1BatchCreateTensorboardTimeSeriesResponse.
1262 1263 1264 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1262 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tensorboard_time_series ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1TensorboardTimeSeries>
The created TensorboardTimeSeries.
Corresponds to the JSON property tensorboardTimeSeries
1260 1261 1262 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1260 def tensorboard_time_series @tensorboard_time_series end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1267 1268 1269 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1267 def update!(**args) @tensorboard_time_series = args[:tensorboard_time_series] if args.key?(:tensorboard_time_series) end |