public sealed class ListExecutionsResponse : IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable, IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ListExecutionsResponse.
Response for listing scheduled notebook executions
Implements
IPageResponseExecution, IEnumerableExecution, IEnumerable, IMessageListExecutionsResponse, IEquatableListExecutionsResponse, IDeepCloneableListExecutionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListExecutionsResponse()
public ListExecutionsResponse()
ListExecutionsResponse(ListExecutionsResponse)
public ListExecutionsResponse(ListExecutionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListExecutionsResponse |
Properties
Executions
public RepeatedField<Execution> Executions { get; }
A list of returned instances.
Property Value | |
---|---|
Type | Description |
RepeatedFieldExecution |
NextPageToken
public string NextPageToken { get; set; }
Page token that can be used to continue listing from the last result in the next list call.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Executions IDs that could not be reached. For example:
['projects/{project_id}/location/{location}/executions/imagenet_test1',
'projects/{project_id}/location/{location}/executions/classifier_train1']
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Execution> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorExecution |