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.
1287 1288 1289 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1287 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
1285 1286 1287 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1285 def tensorboard_time_series @tensorboard_time_series end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1292 1293 1294 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1292 def update!(**args) @tensorboard_time_series = args[:tensorboard_time_series] if args.key?(:tensorboard_time_series) end |