Class DefaultModelDeploymentEnvironmentConfigurationDetails
The environment configuration details object for managed container
Inheritance
DefaultModelDeploymentEnvironmentConfigurationDetails
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DefaultModelDeploymentEnvironmentConfigurationDetails : ModelDeploymentEnvironmentConfigurationDetails
Properties
EnvironmentVariables
Declaration
[JsonProperty(PropertyName = "environmentVariables")]
public Dictionary<string, string> EnvironmentVariables { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Environment variables to set for the web server container.
The size of envVars must be less than 2048 bytes.
Key should be under 32 characters.
Key should contain only letters, digits and underscore (_)
Key should start with a letter.
Key should have at least 2 characters.
Key should not end with underscore eg. |