src/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py [1052:1063]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        hosting_instance_type = self.resource_manager.hosting_fleet_config.get(
            "instance_type", "local"
        )

        try:
            sagemaker_model.deploy(
                initial_instance_count=hosting_instance_count,
                instance_type=hosting_instance_type,
                endpoint_name=self.experiment_id,
                wait=wait,
            )
        except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py [1122:1132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            hosting_instance_type = self.resource_manager.hosting_fleet_config.get(
                "instance_type", "local"
            )
            try:
                sagemaker_model.deploy(
                    initial_instance_count=hosting_instance_count,
                    instance_type=hosting_instance_type,
                    endpoint_name=self.experiment_id,
                    wait=wait,
                )
            except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



