Class: Google::Cloud::AIPlatform::V1::ListModelVersionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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