public sealed class ListNotebookExecutionJobsRequest : IMessage<ListNotebookExecutionJobsRequest>, IEquatable<ListNotebookExecutionJobsRequest>, IDeepCloneable<ListNotebookExecutionJobsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Vertex AI v1beta1 API class ListNotebookExecutionJobsRequest.
Request message for [NotebookService.ListNotebookExecutionJobs]
Implements
IMessageListNotebookExecutionJobsRequest, IEquatableListNotebookExecutionJobsRequest, IDeepCloneableListNotebookExecutionJobsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListNotebookExecutionJobsRequest()
public ListNotebookExecutionJobsRequest()ListNotebookExecutionJobsRequest(ListNotebookExecutionJobsRequest)
public ListNotebookExecutionJobsRequest(ListNotebookExecutionJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNotebookExecutionJobsRequest |
Properties
Filter
public string Filter { get; set; }Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
notebookExecutionJobsupports = and !=.notebookExecutionJobrepresents the NotebookExecutionJob ID.displayNamesupports = and != and regex.schedulesupports = and != and regex.
Some examples:
notebookExecutionJob="123"notebookExecutionJob="my-execution-job"displayName="myDisplayName"anddisplayName=~"myDisplayNameRegex"
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:
display_namecreate_timeupdate_time
Example: display_name, create_time desc.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The standard list page size.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The standard list page token. Typically obtained via [ListNotebookExecutionJobsResponse.next_page_token][google.cloud.aiplatform.v1beta1.ListNotebookExecutionJobsResponse.next_page_token] of the previous [NotebookService.ListNotebookExecutionJobs][google.cloud.aiplatform.v1beta1.NotebookService.ListNotebookExecutionJobs] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location from which to list the
NotebookExecutionJobs.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
View
public NotebookExecutionJobView View { get; set; }Optional. The NotebookExecutionJob view. Defaults to BASIC.
| Property Value | |
|---|---|
| Type | Description |
NotebookExecutionJobView |
|