Class GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec
User provided package spec like pickled object and package requirements.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec : IDirectResponseSchema
Properties
DependencyFilesGcsUri
Optional. The Cloud Storage URI of the dependency files in tar.gz format.
Declaration
[JsonProperty("dependencyFilesGcsUri")]
public virtual string DependencyFilesGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PickleObjectGcsUri
Optional. The Cloud Storage URI of the pickled python object.
Declaration
[JsonProperty("pickleObjectGcsUri")]
public virtual string PickleObjectGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |
PythonVersion
Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
Declaration
[JsonProperty("pythonVersion")]
public virtual string PythonVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
RequirementsGcsUri
Optional. The Cloud Storage URI of the requirements.txt
file
Declaration
[JsonProperty("requirementsGcsUri")]
public virtual string RequirementsGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |