Class ListModelEvaluationsResponse
Response message for [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations].
Inheritance
System.Object
ListModelEvaluationsResponse
Implements
System.Collections.Generic.IEnumerable<ModelEvaluation>
System.Collections.IEnumerable
System.IEquatable<ListModelEvaluationsResponse>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ListModelEvaluationsResponse : IPageResponse<ModelEvaluation>, IEnumerable<ModelEvaluation>, IEnumerable, IMessage<ListModelEvaluationsResponse>, IEquatable<ListModelEvaluationsResponse>, IDeepCloneable<ListModelEvaluationsResponse>, IBufferMessage, IMessage
Constructors
ListModelEvaluationsResponse()
Declaration
public ListModelEvaluationsResponse()
ListModelEvaluationsResponse(ListModelEvaluationsResponse)
Declaration
public ListModelEvaluationsResponse(ListModelEvaluationsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListModelEvaluationsResponse | other |
Properties
ModelEvaluation
List of model evaluations in the requested page.
Declaration
public RepeatedField<ModelEvaluation> ModelEvaluation { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ModelEvaluation> |
NextPageToken
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.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<ModelEvaluation> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<ModelEvaluation> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()