Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Specifies source code provided as a byte stream.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource

Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecInlineSource.



39508
39509
39510
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39508

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#source_archiveString

Required. Input only. The application source code archive. It must be a compressed tarball (.tar.gz) file. Corresponds to the JSON property sourceArchive NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


39506
39507
39508
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39506

def source_archive
  @source_archive
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39513
39514
39515
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39513

def update!(**args)
  @source_archive = args[:source_archive] if args.key?(:source_archive)
end