Google AutoML v1 API - Class ListModelsRequest (3.2.0)

public sealed class ListModelsRequest : IPageRequest, IMessage<ListModelsRequest>, IEquatable<ListModelsRequest>, IDeepCloneable<ListModelsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google AutoML v1 API class ListModelsRequest.

Request message for [AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels].

Inheritance

object > ListModelsRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ListModelsRequest()

public ListModelsRequest()

ListModelsRequest(ListModelsRequest)

public ListModelsRequest(ListModelsRequest other)
Parameter
NameDescription
otherListModelsRequest

Properties

Filter

public string Filter { get; set; }

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.
Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Requested page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName