Vertex AI v1 API - Class ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec (3.66.0)

public sealed class ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec : IMessage<ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec>, IEquatable<ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec>, IDeepCloneable<ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec.

The image spec for building an image (within a single build step), based on the config file (i.e. Dockerfile) in the source directory.

Inheritance

object > ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ImageSpec()

public ImageSpec()

ImageSpec(ImageSpec)

public ImageSpec(ReasoningEngineSpec.Types.SourceCodeSpec.Types.ImageSpec other)
Parameter
Name Description
other ReasoningEngineSpecTypesSourceCodeSpecTypesImageSpec

Properties

BuildArgs

public MapField<string, string> BuildArgs { get; }

Optional. Build arguments to be used. They will be passed through --build-arg flags.

Property Value
Type Description
MapFieldstringstring