Class: Google::Cloud::AIPlatform::V1::ListReasoningEnginesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListReasoningEnginesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb
Overview
Response message for ReasoningEngineService.ListReasoningEngines
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#reasoning_engines ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReasoningEngine>
List of ReasoningEngines in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListReasoningEnginesRequest.page_token to obtain that page.
117 118 119 120 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 117 class ListReasoningEnginesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reasoning_engines ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReasoningEngine>
Returns List of ReasoningEngines in the requested page.
117 118 119 120 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 117 class ListReasoningEnginesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |