Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DefaultModelDeploymentEnvironmentConfigurationDetails

The environment configuration details object for managed container

Properties

Const environmentConfigurationType

environmentConfigurationType: string = "DEFAULT"

Optional environmentVariables

environmentVariables: undefined | object

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. {@code TEST} Key if added cannot be empty. Value can be empty. No specific size limits on individual Values. But overall environment variables is limited to 2048 bytes. Key can't be reserved Model Deployment environment variables.

Methods

getDeserializedJsonObj

getJsonObj