Class: Google::Cloud::Translate::V3::ListModelsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/automl_translation.rb

Overview

Response message for ListModels.

Instance Attribute Summary collapse

Instance Attribute Details

#models::Array<::Google::Cloud::Translate::V3::Model>

Returns The models read.

Returns:



402
403
404
405
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 402

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 this token to the page_token field in the ListModelsRequest to obtain the corresponding page.

Returns:

  • (::String)

    A token to retrieve next page of results. Pass this token to the page_token field in the ListModelsRequest to obtain the corresponding page.



402
403
404
405
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 402

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