Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#build_args
def build_args() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Build arguments to be used. They will be passed through --build-arg flags.
#build_args=
def build_args=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. Build arguments to be used. They will be passed through --build-arg flags.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Build arguments to be used. They will be passed through --build-arg flags.