public sealed class RuntimeConfig : IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RuntimeConfig.
Runtime configuration to run the extension.
Implements
IMessageRuntimeConfig, IEquatableRuntimeConfig, IDeepCloneableRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()
RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other |
RuntimeConfig |
Properties
CodeInterpreterRuntimeConfig
public RuntimeConfig.Types.CodeInterpreterRuntimeConfig CodeInterpreterRuntimeConfig { get; set; }
Code execution runtime configurations for code interpreter extension.
Property Value | |
---|---|
Type | Description |
RuntimeConfigTypesCodeInterpreterRuntimeConfig |
DefaultParams
public Struct DefaultParams { get; set; }
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"}.
Property Value | |
---|---|
Type | Description |
Struct |
GoogleFirstPartyExtensionConfigCase
public RuntimeConfig.GoogleFirstPartyExtensionConfigOneofCase GoogleFirstPartyExtensionConfigCase { get; }
Property Value | |
---|---|
Type | Description |
RuntimeConfigGoogleFirstPartyExtensionConfigOneofCase |
VertexAiSearchRuntimeConfig
public RuntimeConfig.Types.VertexAISearchRuntimeConfig VertexAiSearchRuntimeConfig { get; set; }
Runtime configuration for Vertex AI Search extension.
Property Value | |
---|---|
Type | Description |
RuntimeConfigTypesVertexAISearchRuntimeConfig |