Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::ListModelsRequest (v0.5.1)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ListModelsRequest.

Request message for AutoMl.ListModels.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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.

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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Requested page size.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Requested page size.
Returns
  • (::Integer) — Requested page size.

#page_token

def page_token() -> ::String
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the project, from which to list the models.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.