Class: Google::Cloud::AIPlatform::V1::ListModelVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message for ModelService.ListModelVersions
Instance Attribute Summary collapse
-
#models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Model>
List of Model versions in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#models ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Model>
Returns List of Model versions in the requested page. In the returned Model name field, version ID instead of regvision tag will be included.
238 239 240 241 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 238 class ListModelVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListModelVersionsRequest.page_token to obtain that page.
238 239 240 241 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 238 class ListModelVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |