Class GoogleCloudAiplatformV1beta1CodeExecutionResult
Result of executing the [ExecutableCode]. Always follows a part
containing the [ExecutableCode].
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1CodeExecutionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Outcome
Required. Outcome of the code execution.
Declaration
[JsonProperty("outcome")]
public virtual string Outcome { get; set; }
Property Value
Type | Description |
---|---|
string |
Output
Optional. Contains stdout when code execution is successful, stderr or other description otherwise.
Declaration
[JsonProperty("output")]
public virtual string Output { get; set; }
Property Value
Type | Description |
---|---|
string |