Class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource
Specifies source code provided as a byte stream.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceArchive
Required. Input only. The application source code archive, provided as a compressed tarball (.tar.gz) file.
Declaration
[JsonProperty("sourceArchive")]
public virtual string SourceArchive { get; set; }
Property Value
| Type | Description |
|---|---|
| string |