public sealed class ListModelEvaluationsRequest : IMessage<ListModelEvaluationsRequest>, IEquatable<ListModelEvaluationsRequest>, IDeepCloneable<ListModelEvaluationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListModelEvaluationsRequest.
Request message for [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluations].
Implements
IMessageListModelEvaluationsRequest, IEquatableListModelEvaluationsRequest, IDeepCloneableListModelEvaluationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListModelEvaluationsRequest()
public ListModelEvaluationsRequest()
ListModelEvaluationsRequest(ListModelEvaluationsRequest)
public ListModelEvaluationsRequest(ListModelEvaluationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListModelEvaluationsRequest |
Properties
Filter
public string Filter { get; set; }
The standard list filter.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The standard list page token. Typically obtained via [ListModelEvaluationsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListModelEvaluationsResponse.next_page_token] of the previous [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluations] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Model to list the ModelEvaluations from.
Format: projects/{project}/locations/{location}/models/{model}
Property Value | |
---|---|
Type | Description |
string |
ParentAsModelName
public ModelName ParentAsModelName { get; set; }
Property Value | |
---|---|
Type | Description |
ModelName |
ReadMask
public FieldMask ReadMask { get; set; }
Mask specifying which fields to read.
Property Value | |
---|---|
Type | Description |
FieldMask |