Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb

Overview

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

Defined Under Namespace

Classes: BuildArgsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#build_args::Google::Protobuf::Map{::String => ::String}

Returns 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.



183
184
185
186
187
188
189
190
191
192
193
194
195
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 183

class ImageSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class BuildArgsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end