AI Platform Notebooks v1 API - Class CreateExecutionRequest (2.0.0)

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

Inheritance

Object > CreateExecutionRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

CreateExecutionRequest()

public CreateExecutionRequest()

CreateExecutionRequest(CreateExecutionRequest)

public CreateExecutionRequest(CreateExecutionRequest other)
Parameter
NameDescription
otherCreateExecutionRequest

Properties

Execution

public Execution Execution { get; set; }

Required. The execution to be created.

Property Value
TypeDescription
Execution

ExecutionId

public string ExecutionId { get; set; }

Required. User-defined unique ID of this execution.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
TypeDescription
String

ParentAsExecutionName

public ExecutionName ParentAsExecutionName { get; set; }

ExecutionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ExecutionName