Class: Google::Cloud::AIPlatform::V1::ListDatasetVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDatasetVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/dataset_service.rb
Overview
Response message for DatasetService.ListDatasetVersions.
Instance Attribute Summary collapse
-
#dataset_versions ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DatasetVersion>
A list of DatasetVersions that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#dataset_versions ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DatasetVersion>
Returns A list of DatasetVersions that matches the specified filter in the request.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 339 class ListDatasetVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 339 class ListDatasetVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |