public interface CodeExecutionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CodeExecutionResult.Outcome |
getOutcome()
Required.
|
int |
getOutcomeValue()
Required.
|
String |
getOutput()
Optional.
|
com.google.protobuf.ByteString |
getOutputBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOutcomeValue()
Required. Outcome of the code execution.
.google.cloud.aiplatform.v1beta1.CodeExecutionResult.Outcome outcome = 1 [(.google.api.field_behavior) = REQUIRED];
CodeExecutionResult.Outcome getOutcome()
Required. Outcome of the code execution.
.google.cloud.aiplatform.v1beta1.CodeExecutionResult.Outcome outcome = 1 [(.google.api.field_behavior) = REQUIRED];
String getOutput()
Optional. Contains stdout when code execution is successful, stderr or other description otherwise.
string output = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOutputBytes()
Optional. Contains stdout when code execution is successful, stderr or other description otherwise.
string output = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.