Class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
Software Runtime Configuration to run Analyze.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex .v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageVersion
Required. Dataplex Image version.
Declaration
[JsonProperty("imageVersion")]
public virtual string ImageVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
JavaLibraries
Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
Declaration
[JsonProperty("javaLibraries")]
public virtual IList<string> JavaLibraries { get; set; }
Property Value
Properties
Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".
Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, string> Properties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
PythonPackages
Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz
Declaration
[JsonProperty("pythonPackages")]
public virtual IList<string> PythonPackages { get; set; }