Cloud AI Platform v1 API - Class ListModelEvaluationsRequest (2.27.0)

public sealed class ListModelEvaluationsRequest : IMessage<ListModelEvaluationsRequest>, IEquatable<ListModelEvaluationsRequest>, IDeepCloneable<ListModelEvaluationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud AI Platform v1 API class ListModelEvaluationsRequest.

Request message for [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1.ModelService.ListModelEvaluations].

Inheritance

object > ListModelEvaluationsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListModelEvaluationsRequest()

public ListModelEvaluationsRequest()

ListModelEvaluationsRequest(ListModelEvaluationsRequest)

public ListModelEvaluationsRequest(ListModelEvaluationsRequest other)
Parameter
NameDescription
otherListModelEvaluationsRequest

Properties

Filter

public string Filter { get; set; }

The standard list filter.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token. Typically obtained via [ListModelEvaluationsResponse.next_page_token][google.cloud.aiplatform.v1.ListModelEvaluationsResponse.next_page_token] of the previous [ModelService.ListModelEvaluations][google.cloud.aiplatform.v1.ModelService.ListModelEvaluations] call.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsModelName

public ModelName ParentAsModelName { get; set; }

ModelName-typed view over the Parent resource name property.

Property Value
TypeDescription
ModelName

ReadMask

public FieldMask ReadMask { get; set; }

Mask specifying which fields to read.

Property Value
TypeDescription
FieldMask