azure_ml_sdk.utils.env_variable =============================== .. py:module:: azure_ml_sdk.utils.env_variable Classes ------- .. autoapisummary:: azure_ml_sdk.utils.env_variable.Env Module Contents --------------- .. py:class:: Env Environment variables Data class. Loads all environment variables into a predefined set of properties .. py:attribute:: workspace_name :type: Optional[str] .. py:attribute:: resource_group :type: Optional[str] .. py:attribute:: subscription_id :type: Optional[str] .. py:attribute:: tenant_id :type: Optional[str] .. py:attribute:: app_id :type: Optional[str] .. py:attribute:: app_secret :type: Optional[str] .. py:attribute:: experiment_name :type: Optional[str] .. py:attribute:: rebuild_env :type: Optional[bool] .. py:attribute:: rebuild_compute :type: Optional[bool] .. py:attribute:: cpu_cluster :type: Optional[str] .. py:attribute:: gpu_cluster :type: Optional[str] .. py:attribute:: preprocess_pipeline_name :type: Optional[str] .. py:attribute:: preprocess_pipeline_description :type: Optional[str] .. py:attribute:: preprocess_input_dataset :type: Optional[str] .. py:attribute:: preprocess_input_dataset_version :type: Optional[str] .. py:attribute:: preprocess_output_dataset :type: Optional[str] .. py:attribute:: preprocess_output_dataset_description :type: Optional[str] .. py:attribute:: train_pipeline_name :type: Optional[str] .. py:attribute:: train_pipeline_description :type: Optional[str] .. py:attribute:: train_dataset :type: Optional[str] .. py:attribute:: train_dataset_version :type: Optional[str] .. py:attribute:: model_name :type: Optional[str]