Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CodeExecutionResult (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CodeExecutionResult.

Result of executing the [ExecutableCode].

Always follows a part containing the [ExecutableCode].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#outcome

def outcome() -> ::Google::Cloud::AIPlatform::V1::CodeExecutionResult::Outcome
Returns

#outcome=

def outcome=(value) -> ::Google::Cloud::AIPlatform::V1::CodeExecutionResult::Outcome
Parameter
Returns

#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.