public sealed class RuntimeConfig.Types.CodeInterpreterRuntimeConfig : IMessage<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IEquatable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IDeepCloneable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IBufferMessage, IMessage
Implements
IMessageRuntimeConfigTypesCodeInterpreterRuntimeConfig, IEquatableRuntimeConfigTypesCodeInterpreterRuntimeConfig, IDeepCloneableRuntimeConfigTypesCodeInterpreterRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CodeInterpreterRuntimeConfig()
public CodeInterpreterRuntimeConfig()
CodeInterpreterRuntimeConfig(CodeInterpreterRuntimeConfig)
public CodeInterpreterRuntimeConfig(RuntimeConfig.Types.CodeInterpreterRuntimeConfig other)
Parameter | |
---|---|
Name | Description |
other |
RuntimeConfigTypesCodeInterpreterRuntimeConfig |
Properties
FileInputGcsBucket
public string FileInputGcsBucket { get; set; }
Optional. The Cloud Storage bucket for file input of this Extension. If specified, support input from the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file reader to this bucket. If not specified, the extension will only accept file contents from request body and reject Cloud Storage file inputs.
Property Value | |
---|---|
Type | Description |
string |
FileOutputGcsBucket
public string FileOutputGcsBucket { get; set; }
Optional. The Cloud Storage bucket for file output of this Extension. If specified, write all output files to the Cloud Storage bucket. Vertex Extension Custom Code Service Agent should be granted file writer to this bucket. If not specified, the file content will be output in response body.
Property Value | |
---|---|
Type | Description |
string |