Class ListModelEvaluationsRequest
Request message for [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations].
Inheritance
System.Object
ListModelEvaluationsRequest
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 ListModelEvaluationsRequest : IPageRequest, IMessage<ListModelEvaluationsRequest>, IEquatable<ListModelEvaluationsRequest>, IDeepCloneable<ListModelEvaluationsRequest>, IBufferMessage, IMessage
Constructors
ListModelEvaluationsRequest()
Declaration
public ListModelEvaluationsRequest()
ListModelEvaluationsRequest(ListModelEvaluationsRequest)
Declaration
public ListModelEvaluationsRequest(ListModelEvaluationsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListModelEvaluationsRequest | other |
Properties
Filter
Required. An expression for filtering the results of the request.
annotation_spec_id
- for =, != or existence. See example below for the last.
Some examples of using the filter are:
annotation_spec_id!=4
--> The model evaluation was done for annotation spec with ID different than 4.NOT annotation_spec_id:*
--> The model evaluation was done for aggregate of all annotation specs.
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 [ListModelEvaluationsResponse.next_page_token][google.cloud.automl.v1.ListModelEvaluationsResponse.next_page_token] of the previous [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] call.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Parent
Required. Resource name of the model to list the model evaluations for. If modelId is set as "-", this will list model evaluations from across all models of the parent location.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAsModelName
Declaration
public ModelName ParentAsModelName { get; set; }
Property Value
Type | Description |
---|---|
ModelName |