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
- (::Google::Cloud::Notebooks::V1::Execution) — Required. The execution to be created.
#execution=
def execution=(value) -> ::Google::Cloud::Notebooks::V1::Execution
Parameter
- value (::Google::Cloud::Notebooks::V1::Execution) — Required. The execution to be created.
Returns
- (::Google::Cloud::Notebooks::V1::Execution) — Required. The execution to be created.
#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}