Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class InlineSource.
Specifies source code provided as a byte stream.
Generated from protobuf message google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.InlineSource
Namespace
Google \ Cloud \ AIPlatform \ V1 \ ReasoningEngineSpec \ SourceCodeSpecMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_archive |
string
Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file. |
getSourceArchive
Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSourceArchive
Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|