public sealed class CodeExecutionResult : IMessage<CodeExecutionResult>, IEquatable<CodeExecutionResult>, IDeepCloneable<CodeExecutionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CodeExecutionResult.
Result of executing the [ExecutableCode].
Always follows a part
containing the [ExecutableCode].
Implements
IMessageCodeExecutionResult, IEquatableCodeExecutionResult, IDeepCloneableCodeExecutionResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CodeExecutionResult()
public CodeExecutionResult()
CodeExecutionResult(CodeExecutionResult)
public CodeExecutionResult(CodeExecutionResult other)
Parameter | |
---|---|
Name | Description |
other |
CodeExecutionResult |
Properties
Outcome
public CodeExecutionResult.Types.Outcome Outcome { get; set; }
Required. Outcome of the code execution.
Property Value | |
---|---|
Type | Description |
CodeExecutionResultTypesOutcome |
Output
public string Output { get; set; }
Optional. Contains stdout when code execution is successful, stderr or other description otherwise.
Property Value | |
---|---|
Type | Description |
string |