Class GoogleCloudAiplatformV1beta1ExecutableCode
Code generated by the model that is meant to be executed, and the result returned to the model. Generated when
using the CodeExecution tool, in which the code will be automatically executed, and a corresponding
CodeExecutionResult will also be generated.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExecutableCode : IDirectResponseSchema
Properties
Code
Required. The code to be executed.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Language
Required. Programming language of the code.
Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| string |