public sealed class CreateExecutionRequest : IMessage<CreateExecutionRequest>, IEquatable<CreateExecutionRequest>, IDeepCloneable<CreateExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateExecutionRequest.
Request to create notebook execution
Implements
IMessageCreateExecutionRequest, IEquatableCreateExecutionRequest, IDeepCloneableCreateExecutionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
CreateExecutionRequest()
public CreateExecutionRequest()
CreateExecutionRequest(CreateExecutionRequest)
public CreateExecutionRequest(CreateExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateExecutionRequest |
Properties
Execution
public Execution Execution { get; set; }
Required. The execution to be created.
Property Value | |
---|---|
Type | Description |
Execution |
ExecutionId
public string ExecutionId { get; set; }
Required. User-defined unique ID of this execution.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Format:
parent=projects/{project_id}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsExecutionName
public ExecutionName ParentAsExecutionName { get; set; }
ExecutionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ExecutionName |