DefaultModelDeploymentEnvironmentConfigurationDetails¶
-
class
oci.data_science.models.
DefaultModelDeploymentEnvironmentConfigurationDetails
(**kwargs)¶ Bases:
oci.data_science.models.model_deployment_environment_configuration_details.ModelDeploymentEnvironmentConfigurationDetails
The environment configuration details object for managed container
Attributes
ENVIRONMENT_CONFIGURATION_TYPE_DEFAULT
str(object=’’) -> str ENVIRONMENT_CONFIGURATION_TYPE_OCIR_CONTAINER
str(object=’’) -> str environment_configuration_type
[Required] Gets the environment_configuration_type of this ModelDeploymentEnvironmentConfigurationDetails. environment_variables
Gets the environment_variables of this DefaultModelDeploymentEnvironmentConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new DefaultModelDeploymentEnvironmentConfigurationDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ENVIRONMENT_CONFIGURATION_TYPE_DEFAULT
= 'DEFAULT'¶
-
ENVIRONMENT_CONFIGURATION_TYPE_OCIR_CONTAINER
= 'OCIR_CONTAINER'¶
-
__init__
(**kwargs)¶ Initializes a new DefaultModelDeploymentEnvironmentConfigurationDetails object with values from keyword arguments. The default value of the
environment_configuration_type
attribute of this class isDEFAULT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - environment_configuration_type (str) – The value to assign to the environment_configuration_type property of this DefaultModelDeploymentEnvironmentConfigurationDetails. Allowed values for this property are: “DEFAULT”, “OCIR_CONTAINER”
- environment_variables (dict(str, str)) – The value to assign to the environment_variables property of this DefaultModelDeploymentEnvironmentConfigurationDetails.
-
environment_configuration_type
¶ [Required] Gets the environment_configuration_type of this ModelDeploymentEnvironmentConfigurationDetails. The environment configuration type
Allowed values for this property are: “DEFAULT”, “OCIR_CONTAINER”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The environment_configuration_type of this ModelDeploymentEnvironmentConfigurationDetails. Return type: str
-
environment_variables
¶ Gets the environment_variables of this DefaultModelDeploymentEnvironmentConfigurationDetails. 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. 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.
Returns: The environment_variables of this DefaultModelDeploymentEnvironmentConfigurationDetails. Return type: dict(str, str)
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-