public sealed class ListNotebookRuntimesResponse : IMessage<ListNotebookRuntimesResponse>, IEquatable<ListNotebookRuntimesResponse>, IDeepCloneable<ListNotebookRuntimesResponse>, IBufferMessage, IMessage, IPageResponse<NotebookRuntime>, IEnumerable<NotebookRuntime>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListNotebookRuntimesResponse.
Response message for [NotebookService.ListNotebookRuntimes][google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimes].
Implements
IMessageListNotebookRuntimesResponse, IEquatableListNotebookRuntimesResponse, IDeepCloneableListNotebookRuntimesResponse, IBufferMessage, IMessage, IPageResponseNotebookRuntime, IEnumerableNotebookRuntime, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListNotebookRuntimesResponse()
public ListNotebookRuntimesResponse()ListNotebookRuntimesResponse(ListNotebookRuntimesResponse)
public ListNotebookRuntimesResponse(ListNotebookRuntimesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNotebookRuntimesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass to [ListNotebookRuntimesRequest.page_token][google.cloud.aiplatform.v1beta1.ListNotebookRuntimesRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NotebookRuntimes
public RepeatedField<NotebookRuntime> NotebookRuntimes { get; }List of NotebookRuntimes in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNotebookRuntime |
|
Methods
GetEnumerator()
public IEnumerator<NotebookRuntime> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNotebookRuntime |
|