Cloud AI Platform v1 API - Class ListNotebookRuntimeTemplatesResponse (3.1.0)

public sealed class ListNotebookRuntimeTemplatesResponse : IMessage<ListNotebookRuntimeTemplatesResponse>, IEquatable<ListNotebookRuntimeTemplatesResponse>, IDeepCloneable<ListNotebookRuntimeTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<NotebookRuntimeTemplate>, IEnumerable<NotebookRuntimeTemplate>, IEnumerable

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

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

Inheritance

object > ListNotebookRuntimeTemplatesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListNotebookRuntimeTemplatesResponse()

public ListNotebookRuntimeTemplatesResponse()

ListNotebookRuntimeTemplatesResponse(ListNotebookRuntimeTemplatesResponse)

public ListNotebookRuntimeTemplatesResponse(ListNotebookRuntimeTemplatesResponse other)
Parameter
Name Description
other ListNotebookRuntimeTemplatesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass to [ListNotebookRuntimeTemplatesRequest.page_token][google.cloud.aiplatform.v1.ListNotebookRuntimeTemplatesRequest.page_token] to obtain that page.

Property Value
Type Description
string

NotebookRuntimeTemplates

public RepeatedField<NotebookRuntimeTemplate> NotebookRuntimeTemplates { get; }

List of NotebookRuntimeTemplates in the requested page.

Property Value
Type Description
RepeatedFieldNotebookRuntimeTemplate

Methods

GetEnumerator()

public IEnumerator<NotebookRuntimeTemplate> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorNotebookRuntimeTemplate