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 v1beta1 API class ListNotebookRuntimeTemplatesResponse.
Response message for [NotebookService.ListNotebookRuntimeTemplates][google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookRuntimeTemplates].
Implements
IMessageListNotebookRuntimeTemplatesResponse, IEquatableListNotebookRuntimeTemplatesResponse, IDeepCloneableListNotebookRuntimeTemplatesResponse, IBufferMessage, IMessage, IPageResponseNotebookRuntimeTemplate, IEnumerableNotebookRuntimeTemplate, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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.v1beta1.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 |