Class: Google::Cloud::AIPlatform::V1::ListTensorboardTimeSeriesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::AIPlatform::V1::ListTensorboardTimeSeriesResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
 
Overview
Response message for TensorboardService.ListTensorboardTimeSeries.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token, which can be sent as ListTensorboardTimeSeriesRequest.page_token to retrieve the next page.
 - 
  
    
      #tensorboard_time_series  ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The TensorboardTimeSeries mathching the request.
 
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListTensorboardTimeSeriesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
      608 609 610 611  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 608 class ListTensorboardTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#tensorboard_time_series ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries>
Returns The TensorboardTimeSeries mathching the request.
      608 609 610 611  | 
    
      # File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 608 class ListTensorboardTimeSeriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |