Class: Google::Cloud::Translate::V3::ListModelsRequest

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

Request message for ListModels.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}.

Returns:

  • (::String)

    Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}



388
389
390
391
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388

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

#page_size::Integer

Returns Optional. Requested page size. The server can return fewer results than requested.

Returns:

  • (::Integer)

    Optional. Requested page size. The server can return fewer results than requested.



388
389
390
391
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388

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

#page_token::String

Returns Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListModels call.

Returns:

  • (::String)

    Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListModels call.



388
389
390
391
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388

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

#parent::String

Returns Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}.

Returns:

  • (::String)

    Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}



388
389
390
391
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 388

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