Class GoogleCloudAiplatformV1beta1RuntimeConfig
Runtime configuration to run the extension.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RuntimeConfig : IDirectResponseSchema
Properties
CodeInterpreterRuntimeConfig
Code execution runtime configurations for code interpreter extension.
Declaration
[JsonProperty("codeInterpreterRuntimeConfig")]
public virtual GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig CodeInterpreterRuntimeConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RuntimeConfigCodeInterpreterRuntimeConfig |
DefaultParams
Optional. Default parameters that will be set for all the execution of this extension. If specified, the parameter values can be overridden by values in [[ExecuteExtensionRequest.operation_params]] at request time. The struct should be in a form of map with param name as the key and actual param value as the value. E.g. If this operation requires a param "name" to be set to "abc". you can set this to something like {"name": "abc"}.
Declaration
[JsonProperty("defaultParams")]
public virtual IDictionary<string, object> DefaultParams { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VertexAiSearchRuntimeConfig
Runtime configuration for Vertex AI Search extension.
Declaration
[JsonProperty("vertexAiSearchRuntimeConfig")]
public virtual GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig VertexAiSearchRuntimeConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1RuntimeConfigVertexAISearchRuntimeConfig |