Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::CodeExecutionResult (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::CodeExecutionResult.

Result of executing ExecutableCode.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#outcome

def outcome() -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::CodeExecutionResult::Outcome

#outcome=

def outcome=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantContent::CodeExecutionResult::Outcome
Parameter

#output

def output() -> ::String
Returns
  • (::String) — Optional. Contains stdout when code execution is successful, stderr or other description otherwise.

#output=

def output=(value) -> ::String
Parameter
  • value (::String) — Optional. Contains stdout when code execution is successful, stderr or other description otherwise.
Returns
  • (::String) — Optional. Contains stdout when code execution is successful, stderr or other description otherwise.