public sealed class CreateNotebookExecutionJobRequest : IMessage<CreateNotebookExecutionJobRequest>, IEquatable<CreateNotebookExecutionJobRequest>, IDeepCloneable<CreateNotebookExecutionJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateNotebookExecutionJobRequest.
Request message for [NotebookService.CreateNotebookExecutionJob]
Implements
IMessageCreateNotebookExecutionJobRequest, IEquatableCreateNotebookExecutionJobRequest, IDeepCloneableCreateNotebookExecutionJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateNotebookExecutionJobRequest()
public CreateNotebookExecutionJobRequest()CreateNotebookExecutionJobRequest(CreateNotebookExecutionJobRequest)
public CreateNotebookExecutionJobRequest(CreateNotebookExecutionJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateNotebookExecutionJobRequest |
Properties
NotebookExecutionJob
public NotebookExecutionJob NotebookExecutionJob { get; set; }Required. The NotebookExecutionJob to create.
| Property Value | |
|---|---|
| Type | Description |
NotebookExecutionJob |
|
NotebookExecutionJobId
public string NotebookExecutionJobId { get; set; }Optional. User specified ID for the NotebookExecutionJob.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to create the
NotebookExecutionJob. 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 |
|