public sealed class ReasoningEngineSpec.Types.PackageSpec : IMessage<ReasoningEngineSpec.Types.PackageSpec>, IEquatable<ReasoningEngineSpec.Types.PackageSpec>, IDeepCloneable<ReasoningEngineSpec.Types.PackageSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ReasoningEngineSpec.Types.PackageSpec.
User-provided package specification, containing pickled object and package requirements.
Implements
IMessageReasoningEngineSpecTypesPackageSpec, IEquatableReasoningEngineSpecTypesPackageSpec, IDeepCloneableReasoningEngineSpecTypesPackageSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PackageSpec()
public PackageSpec()PackageSpec(PackageSpec)
public PackageSpec(ReasoningEngineSpec.Types.PackageSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngineSpecTypesPackageSpec |
Properties
DependencyFilesGcsUri
public string DependencyFilesGcsUri { get; set; }Optional. The Cloud Storage URI of the dependency files in tar.gz format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PickleObjectGcsUri
public string PickleObjectGcsUri { get; set; }Optional. The Cloud Storage URI of the pickled python object.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PythonVersion
public string PythonVersion { get; set; }Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RequirementsGcsUri
public string RequirementsGcsUri { get; set; }Optional. The Cloud Storage URI of the requirements.txt file
| Property Value | |
|---|---|
| Type | Description |
string |
|