Class: Google::Cloud::AIPlatform::V1::ListStudiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListStudiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.ListStudies.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63 class ListStudiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63 class ListStudiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 63 class ListStudiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |