public sealed class GetNotebookExecutionJobRequest : IMessage<GetNotebookExecutionJobRequest>, IEquatable<GetNotebookExecutionJobRequest>, IDeepCloneable<GetNotebookExecutionJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetNotebookExecutionJobRequest.
Request message for [NotebookService.GetNotebookExecutionJob]
Implements
IMessageGetNotebookExecutionJobRequest, IEquatableGetNotebookExecutionJobRequest, IDeepCloneableGetNotebookExecutionJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetNotebookExecutionJobRequest()
public GetNotebookExecutionJobRequest()GetNotebookExecutionJobRequest(GetNotebookExecutionJobRequest)
public GetNotebookExecutionJobRequest(GetNotebookExecutionJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetNotebookExecutionJobRequest |
Properties
Name
public string Name { get; set; }Required. The name of the NotebookExecutionJob resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NotebookExecutionJobName
public NotebookExecutionJobName NotebookExecutionJobName { get; set; }NotebookExecutionJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NotebookExecutionJobName |
|
View
public NotebookExecutionJobView View { get; set; }Optional. The NotebookExecutionJob view. Defaults to BASIC.
| Property Value | |
|---|---|
| Type | Description |
NotebookExecutionJobView |
|