Class: Google::Cloud::AIPlatform::V1::ExportTensorboardTimeSeriesDataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportTensorboardTimeSeriesDataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Response message for TensorboardService.ExportTensorboardTimeSeriesData.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as page_token to retrieve the next page.
-
#time_series_data_points ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>
The returned time series data points.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
800 801 802 803 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 800 class ExportTensorboardTimeSeriesDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series_data_points ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>
Returns The returned time series data points.
800 801 802 803 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 800 class ExportTensorboardTimeSeriesDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |