Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec

Specification for running a Python application from source.

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec
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 GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EntrypointModule

Optional. The Python module to load as the entrypoint, specified as a fully qualified module name. For example: path.to.agent. If not specified, defaults to "agent". The project root will be added to Python sys.path, allowing imports to be specified relative to the root.

Declaration
[JsonProperty("entrypointModule")]
public virtual string EntrypointModule { get; set; }
Property Value
Type Description
string

EntrypointObject

Optional. The name of the callable object within the entrypoint_module to use as the application If not specified, defaults to "root_agent".

Declaration
[JsonProperty("entrypointObject")]
public virtual string EntrypointObject { get; set; }
Property Value
Type Description
string

RequirementsFile

Optional. The path to the requirements file, relative to the source root. If not specified, defaults to "requirements.txt".

Declaration
[JsonProperty("requirementsFile")]
public virtual string RequirementsFile { get; set; }
Property Value
Type Description
string

Version

Optional. The version of Python to use. Support version includes 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, default value is 3.10.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX