Cloud AI Platform v1beta1 API - Class ReasoningEngineSpec.Types.PackageSpec (1.0.0-beta03)

public sealed class ReasoningEngineSpec.Types.PackageSpec : IMessage<ReasoningEngineSpec.Types.PackageSpec>, IEquatable<ReasoningEngineSpec.Types.PackageSpec>, IDeepCloneable<ReasoningEngineSpec.Types.PackageSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ReasoningEngineSpec.Types.PackageSpec.

User provided package spec like pickled object and package requirements.

Inheritance

object > ReasoningEngineSpec.Types.PackageSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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