Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec

User provided package spec like pickled object and package requirements.

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX