public sealed class ListModelEvaluationsRequest : IPageRequest, IMessage<ListModelEvaluationsRequest>, IEquatable<ListModelEvaluationsRequest>, IDeepCloneable<ListModelEvaluationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ListModelEvaluationsRequest.
Request message for [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations].
Implements
IPageRequest, IMessageListModelEvaluationsRequest, IEquatableListModelEvaluationsRequest, IDeepCloneableListModelEvaluationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ListModelEvaluationsRequest()
public ListModelEvaluationsRequest()
ListModelEvaluationsRequest(ListModelEvaluationsRequest)
public ListModelEvaluationsRequest(ListModelEvaluationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListModelEvaluationsRequest |
Properties
Filter
public string Filter { get; set; }
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.
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 [ListModelEvaluationsResponse.next_page_token][google.cloud.automl.v1.ListModelEvaluationsResponse.next_page_token] of the previous [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
ParentAsModelName
public ModelName ParentAsModelName { get; set; }
Property Value | |
---|---|
Type | Description |
ModelName |