public sealed class ListExecutionsResponse : IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage, IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListExecutionsResponse.
Response message for [MetadataService.ListExecutions][google.cloud.aiplatform.v1beta1.MetadataService.ListExecutions].
Implements
IMessageListExecutionsResponse, IEquatableListExecutionsResponse, IDeepCloneableListExecutionsResponse, IBufferMessage, IMessage, IPageResponseExecution, IEnumerableExecution, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListExecutionsResponse()
public ListExecutionsResponse()
ListExecutionsResponse(ListExecutionsResponse)
public ListExecutionsResponse(ListExecutionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListExecutionsResponse |
Properties
Executions
public RepeatedField<Execution> Executions { get; }
The Executions retrieved from the MetadataStore.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExecution |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExecutionsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Execution> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorExecution |