public sealed class ListModelEvaluationSlicesRequest : IMessage<ListModelEvaluationSlicesRequest>, IEquatable<ListModelEvaluationSlicesRequest>, IDeepCloneable<ListModelEvaluationSlicesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListModelEvaluationSlicesRequest.
Request message for [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices].
Implements
IMessageListModelEvaluationSlicesRequest, IEquatableListModelEvaluationSlicesRequest, IDeepCloneableListModelEvaluationSlicesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListModelEvaluationSlicesRequest()
public ListModelEvaluationSlicesRequest()ListModelEvaluationSlicesRequest(ListModelEvaluationSlicesRequest)
public ListModelEvaluationSlicesRequest(ListModelEvaluationSlicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListModelEvaluationSlicesRequest |
Properties
Filter
public string Filter { get; set; }The standard list filter.
slice.dimension- for =.
| 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 [ListModelEvaluationSlicesResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListModelEvaluationSlicesResponse.next_page_token] of the previous [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the ModelEvaluation to list the
ModelEvaluationSlices from. Format:
projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsModelEvaluationName
public ModelEvaluationName ParentAsModelEvaluationName { get; set; }ModelEvaluationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ModelEvaluationName |
|
ReadMask
public FieldMask ReadMask { get; set; }Mask specifying which fields to read.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|