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, IMessageReference documentation and code samples for the Vertex AI v1beta1 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.
Implements
IMessageReasoningEngineSpecTypesSourceCodeSpecTypesImageSpec, IEquatableReasoningEngineSpecTypesSourceCodeSpecTypesImageSpec, IDeepCloneableReasoningEngineSpecTypesSourceCodeSpecTypesImageSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|