Class: Google::Cloud::AutoML::V1beta1::ListModelsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/service.rb

Overview

Request message for AutoMl.ListModels.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns An expression for filtering the results of the request.

  • model_metadata - for existence of the case (e.g. video_classification_model_metadata:*).
  • dataset_id - for = or !=. Some examples of using the filter are:

  • image_classification_model_metadata:* --> The model has image_classification_model_metadata.

  • dataset_id=5 --> The model was created from a dataset with ID 5.

Returns:

  • (::String)

    An expression for filtering the results of the request.

    • model_metadata - for existence of the case (e.g. video_classification_model_metadata:*).
    • dataset_id - for = or !=. Some examples of using the filter are:

    • image_classification_model_metadata:* --> The model has image_classification_model_metadata.

    • dataset_id=5 --> The model was created from a dataset with ID 5.



311
312
313
314
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 311

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

#page_size::Integer

Returns Requested page size.

Returns:

  • (::Integer)

    Requested page size.



311
312
313
314
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 311

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

#page_token::String

Returns A token identifying a page of results for the server to return Typically obtained via ListModelsResponse.next_page_token of the previous AutoMl.ListModels call.

Returns:



311
312
313
314
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 311

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

#parent::String

Returns Required. Resource name of the project, from which to list the models.

Returns:

  • (::String)

    Required. Resource name of the project, from which to list the models.



311
312
313
314
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 311

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