AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::CreateExecutionRequest (v0.9.0)

Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::CreateExecutionRequest.

Request to create notebook execution

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#execution

def execution() -> ::Google::Cloud::Notebooks::V1::Execution
Returns

#execution=

def execution=(value) -> ::Google::Cloud::Notebooks::V1::Execution
Parameter
Returns

#execution_id

def execution_id() -> ::String
Returns
  • (::String) — Required. User-defined unique ID of this execution.

#execution_id=

def execution_id=(value) -> ::String
Parameter
  • value (::String) — Required. User-defined unique ID of this execution.
Returns
  • (::String) — Required. User-defined unique ID of this execution.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Format: parent=projects/{project_id}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Format: parent=projects/{project_id}/locations/{location}
Returns
  • (::String) — Required. Format: parent=projects/{project_id}/locations/{location}