Class: Google::Cloud::AIPlatform::V1::ListStudiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListStudiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Response message for VizierService.ListStudies.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Passes this token as the
page_token
field of the request for a subsequent call. -
#studies ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Study>
The studies associated with the project.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Passes this token as the page_token
field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 78 class ListStudiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#studies ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Study>
Returns The studies associated with the project.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 78 class ListStudiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |