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].
Implements
IPageRequest, IMessageListModelsRequest, IEquatableListModelsRequest, IDeepCloneableListModelsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ListModelsRequest()
public ListModelsRequest()
ListModelsRequest(ListModelsRequest)
public ListModelsRequest(ListModelsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListModelsRequest |
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 hasimage_classification_model_metadata
.dataset_id=5
--> The model was created from a dataset with ID 5.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Requested page size.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Resource name of the project, from which to list the models.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |