Class: Google::Cloud::AIPlatform::V1::ListReasoningEnginesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListReasoningEnginesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb
Overview
Request message for ReasoningEngineService.ListReasoningEngines.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The standard list filter. More detail in AIP-160.
101 102 103 104 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 101 class ListReasoningEnginesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The standard list page size.
101 102 103 104 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 101 class ListReasoningEnginesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The standard list page token.
101 102 103 104 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 101 class ListReasoningEnginesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to list the ReasoningEngines
from. Format: projects/{project}/locations/{location}.
101 102 103 104 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 101 class ListReasoningEnginesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |