AI Platform Notebooks V1 API - Class Google::Cloud::Notebooks::V1::Execution (v0.1.0)

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

The definition of a single executed notebook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — A brief description of this execution.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A brief description of this execution.
Returns
  • (::String) — A brief description of this execution.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Output only. Name used for UI purposes. Name can only contain alphanumeric characters and underscores '_'.

#execution_template

def execution_template() -> ::Google::Cloud::Notebooks::V1::ExecutionTemplate
Returns

#execution_template=

def execution_template=(value) -> ::Google::Cloud::Notebooks::V1::ExecutionTemplate
Parameter
Returns

#job_uri

def job_uri() -> ::String
Returns
  • (::String) — Output only. The URI of the external job used to execute the notebook.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/execution/{execution_id}

#output_notebook_file

def output_notebook_file() -> ::String
Returns
  • (::String) — Output notebook file generated by this execution

#output_notebook_file=

def output_notebook_file=(value) -> ::String
Parameter
  • value (::String) — Output notebook file generated by this execution
Returns
  • (::String) — Output notebook file generated by this execution

#state

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

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns