Class ListModelsRequest
Request message for [AutoMl.ListModels][google.cloud.automl.v1.AutoMl.ListModels].
Inheritance
System.Object
ListModelsRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ListModelsRequest : IPageRequest, IMessage<ListModelsRequest>, IEquatable<ListModelsRequest>, IDeepCloneable<ListModelsRequest>, IBufferMessage, IMessage
Constructors
ListModelsRequest()
Declaration
public ListModelsRequest()
ListModelsRequest(ListModelsRequest)
Declaration
public ListModelsRequest(ListModelsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListModelsRequest | other |
Properties
Filter
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.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageSize
Requested page size.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
PageToken
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.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Parent
Required. Resource name of the project, from which to list the models.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAsLocationName
LocationName-typed view over the Parent resource name property.
Declaration
public LocationName ParentAsLocationName { get; set; }
Property Value
Type | Description |
---|---|
LocationName |