Class: Google::Cloud::AIPlatform::V1::ListModelsResponse

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.ListModels

Instance Attribute Summary collapse

Instance Attribute Details

#models::Array<::Google::Cloud::AIPlatform::V1::Model>

Returns List of Models in the requested page.

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 173

class ListModelsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token to retrieve next page of results. Pass to ListModelsRequest.page_token to obtain that page.

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 173

class ListModelsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end