Cloud AI Platform v1beta1 API - Class RuntimeConfig.Types.CodeInterpreterRuntimeConfig (1.0.0-beta03)

public sealed class RuntimeConfig.Types.CodeInterpreterRuntimeConfig : IMessage<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IEquatable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IDeepCloneable<RuntimeConfig.Types.CodeInterpreterRuntimeConfig>, IBufferMessage, IMessage

Inheritance

object > RuntimeConfig.Types.CodeInterpreterRuntimeConfig

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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