Class ListModelsRequest (0.5.0)

Request message for AutoMl.ListModels.

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.

    A token identifying a page of results for the server to return Typically obtained via [ListModelsResponse.next_page_token][ google.cloud.automl.v1beta1.ListModelsResponse.next_page_tok en] of the previous [AutoMl.ListModels][google.cloud.automl.v1 beta1.AutoMl.ListModels] call.