Google AutoML v1 API - Class ListModelEvaluationsResponse (3.3.0)

public sealed class ListModelEvaluationsResponse : IPageResponse<ModelEvaluation>, IEnumerable<ModelEvaluation>, IEnumerable, IMessage<ListModelEvaluationsResponse>, IEquatable<ListModelEvaluationsResponse>, IDeepCloneable<ListModelEvaluationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google AutoML v1 API class ListModelEvaluationsResponse.

Response message for [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations].

Inheritance

object > ListModelEvaluationsResponse

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ListModelEvaluationsResponse()

public ListModelEvaluationsResponse()

ListModelEvaluationsResponse(ListModelEvaluationsResponse)

public ListModelEvaluationsResponse(ListModelEvaluationsResponse other)
Parameter
NameDescription
otherListModelEvaluationsResponse

Properties

ModelEvaluation

public RepeatedField<ModelEvaluation> ModelEvaluation { get; }

List of model evaluations in the requested page.

Property Value
TypeDescription
RepeatedFieldModelEvaluation

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to the [ListModelEvaluationsRequest.page_token][google.cloud.automl.v1.ListModelEvaluationsRequest.page_token] field of a new [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] request to obtain that page.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ModelEvaluation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorModelEvaluation