Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1CodeExecutionResult

Result of executing the [ExecutableCode]. Only generated when using the [CodeExecution] tool, and always follows a part containing the [ExecutableCode].

Inheritance
object
GoogleCloudAiplatformV1beta1CodeExecutionResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX