Cloud AI Platform v1 API - Class ListNotebookRuntimesResponse (3.0.0)

public sealed class ListNotebookRuntimesResponse : IMessage<ListNotebookRuntimesResponse>, IEquatable<ListNotebookRuntimesResponse>, IDeepCloneable<ListNotebookRuntimesResponse>, IBufferMessage, IMessage, IPageResponse<NotebookRuntime>, IEnumerable<NotebookRuntime>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class ListNotebookRuntimesResponse.

Response message for [NotebookService.ListNotebookRuntimes][google.cloud.aiplatform.v1.NotebookService.ListNotebookRuntimes].

Inheritance

object > ListNotebookRuntimesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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.v1.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