Skip to content

Commit 4dfdf49

Browse files
PR for Building Block (blocks) and Tasks for oml (#470)
* oml blocks and tasks updated * Masked texts in images Masked tenancy names in screenshots. * Removed "proceed to next lab" * Updated oml notebooks ea file. * Updated oml-notebooks-ea.md file * Provided url to the Conda topic Provided url to the Conda interpreter topic in OMLUG. * Update oml-notebooks-ea.md * new task added New task on signing into oml from livelabs environment added * Removed advance tasks to be added to another lab * Updated notebook-ea block * oml-notebook-ea updated * Screenshot updated The Notebook Classics entry removed from left nav * SS updated * Intro edited * Visualization and Notebooks block updated Prod URL added to redirect the user to the new lab "Advanced Options in OML Notebooks" along with other edits * Update oml-notebooks-ea.md Link added to Adv OML NB lab * Update oml-nb-visualizations.md Visualization intro added * URL updated * Added new block in oml - automl * Screenshot replaced to show new UI Launchpad > Dev > Machine Learning. * New screenshot added for ADB tool Config tab Text modified accordingly * Updated OML NB block Added the Task "Create a Notebook using a Template Example". Modified SS as applicable. * Update oml-notebooks-ea.md removed duplicate content. * Update oml-notebooks-ea.md Dated updated * Modified screenshots to sync NB listings OML Notebooks lab * Update oml-notebooks-ea.md Content updated * task provision an adb updated with redwood screenshots * Task on create an OMLUSER updated with redwood UI * Screenshots updated * SS updated * oml-notebook-ea updated Since for freetier, the user already created and signed in the previous lab * Update oml-notebooks-ea.md Content updated wrt freetier setup in Lab 1 * Prov an ADB topic updated * Screenshots replaced * Screenshot replaced * Screenshots added to show Redwood themed UI * provision an adb topic edited * Content on tags updated * References to sign in topics (tasks) updated * oml-notebook lab updated * oml-notebook-ea updated * Addressed the comments by MH. * OML UI description updated * Upper case * Screenshot updated Screenshot updated to hide "console exp" banner * oml-notebooks-ea updated * oml-notebook-ea updated Minor edit * oml-monitoring.md file updated to address comments by Marcos. * Date updated to June * Rebranded Changed all instanced of Autonomous Database to Autonomous AI Database * Screenshots replaced for rebranding * Screenshot updated Rebranded * Rebranding * Changed 23ai to 26ai. Rebranding * Screenshot replaced to show 26ai * Screenshot replaced
1 parent 777fd69 commit 4dfdf49

34 files changed

+60
-56
lines changed

building-blocks/blocks/oml/oml-automl/oml-automl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This lab assumes you have:
3232

3333
## Task 1: Access Oracle Machine Learning AutoML UI
3434

35-
To access AutoML UI, you must sign into the Oracle Machine Learning User Interface, which also includes Oracle Machine Learning notebooks, on Autonomous Database:
35+
To access AutoML UI, you must sign into the Oracle Machine Learning User Interface, which also includes Oracle Machine Learning notebooks, on Autonomous AI Database:
3636

3737
1. Sign into Oracle Machine Learning user interface (following Lab1, Task 1 instructions).
3838

@@ -93,7 +93,7 @@ To create an Experiment:
9393
* **High** level gives the greatest parallelism but significantly limits the number of concurrent jobs.
9494
* **Medium** level enables some parallelism but allows greater concurrency for job processing.
9595

96-
> **Note:** Changing the database service level setting on the Always Free Tier will have no effect since there is a 1 OCPU limit. However, if you increase the OCPUs allocated to your autonomous database, then you can increase the Database Service Level to Medium or High.
96+
> **Note:** Changing the database service level setting on the Always Free Tier will have no effect since there is a 1 OCPU limit. However, if you increase the OCPUs allocated to your Autonomous AI Database, then you can increase the Database Service Level to Medium or High.
9797
9898
13. Leave the default algorithms selected.
9999

@@ -331,6 +331,6 @@ You may now **proceed to the next lab**.
331331

332332
## Acknowledgements
333333

334-
* **Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
334+
* **Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
335335
* **Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia, Senior Principal Product Manager, Machine Learning; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
336-
* **Last Updated By/Date** - Moitreyee Hazarika, June 2025
336+
* **Last Updated By/Date** - Moitreyee Hazarika, October 2025

building-blocks/blocks/oml/oml-conda/oml-conda.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ To create a Conda environment named _myrenv_ with R-4.0.5 for OML4R compatibilit
159159
![Command to view the R conda environment](images/view-myrenv.png)
160160
Note that the _myrenv_ environment is now listed along with the _mypyenv_ in the output. Note that the asterisk (*) is against the _mypyenv_, indicating that this environment is active currently.
161161

162-
## Task 3: Upload the Conda environments to an Object Storage bucket associated with the Autonomous Database
163-
In this task, you will upload the environments _mypyenv_ and _myrenv_ to the Object Storage bucket associated with the Autonomous Database instance using the `upload` command. You will provide environment descriptions and tags, one for the user name and one for the application name. You will also overwrite any environment with the same name if it exists.
162+
## Task 3: Upload the Conda environments to an Object Storage bucket associated with the Autonomous AI Database
163+
In this task, you will upload the environments _mypyenv_ and _myrenv_ to the Object Storage bucket associated with the Autonomous AI Database instance using the `upload` command. You will provide environment descriptions and tags, one for the user name and one for the application name. You will also overwrite any environment with the same name if it exists.
164164

165165
The application tag is required for use with embedded execution. For example, OML4Py embedded Python execution works with Conda environments containing the OML4PY tag.
166166

167-
>*Note:* There is one Object Storage bucket for each data center region. The Conda environment is saved to a folder in Object Storage corresponding to the tenancy and database. The folder is managed by Autonomous Database and is only available to users through OML Notebooks. There is an 8G maximum size for a single Conda environment, and no size limit on Object Storage.
167+
>*Note:* There is one Object Storage bucket for each data center region. The Conda environment is saved to a folder in Object Storage corresponding to the tenancy and database. The folder is managed by Autonomous AI Database and is only available to users through OML Notebooks. There is an 8G maximum size for a single Conda environment, and no size limit on Object Storage.
168168
169169

170170
1. Run the following command to upload the mypyenv to the Object Storage bucket associated with the ADB.
@@ -353,6 +353,6 @@ The steps in task 5 must be performed as the non-ADMIN OML user with the `OML_DE
353353

354354
## Acknowledgements
355355

356-
* **Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
356+
* **Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
357357
* **Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
358-
* **Last Updated By/Date** - Moitreyee Hazarika, June 2025
358+
* **Last Updated By/Date** - Moitreyee Hazarika, October 2025

building-blocks/blocks/oml/oml-monitoring/oml-monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ To create a data monitor:
170170
16. Click **Additional Settings** to expand this section and provide advanced settings for your data monitor:
171171
![Data monitor - additional settings](images/dm-add-settings.png)
172172
* **Drift Threshold:** Drift captures the relative change in performance between the baseline data and the new data period. Based on your specific machine learning problem, set the threshold value for your data drift detection. This may require adjusting after you see how your specific data behaves. The default is 0.7.
173-
* **Database Service Level:** This is the Autonomous Database service levels - Low, Medium, High. The default is Low. Service level Medium provides more resources to the data monitor run compared to Low. Service level High provides more resources to the data monitor run compared to Medium.
173+
* **Database Service Level:** This is the Autonomous AI Database service levels - Low, Medium, High. The default is Low. Service level Medium provides more resources to the data monitor run compared to Low. Service level High provides more resources to the data monitor run compared to Medium.
174174
* **Analysis Filter:** Enable this option if you want the data monitoring analysis for a specific time period. Move the slider to the right to enable it, and then select a date in From Date and To Date fields respectively. By default, this field is disabled.
175175
* **Maximum Number of Runs:** This is the maximum number of times the data monitor can be run according to this schedule. The default is 3.
176-
17. The **Features** grid displays the list of features to monitor. Here, you can select or deselect features to include or exclude from monitoring. By default, all features are selected. Feature statistics are provided if the selected data is a table and has RDBMS statistics automatically gathered by Autonomous Database. Oracle Machine Learning Services calculates the statistics on the first run for both, tables and views, and the computations are displayed here after the first run. The statistics are updated by subsequent runs.
176+
17. The **Features** grid displays the list of features to monitor. Here, you can select or deselect features to include or exclude from monitoring. By default, all features are selected. Feature statistics are provided if the selected data is a table and has RDBMS statistics automatically gathered by Autonomous AI Database. Oracle Machine Learning Services calculates the statistics on the first run for both, tables and views, and the computations are displayed here after the first run. The statistics are updated by subsequent runs.
177177
![Data monitor - Features](images/dm-features-grid.png)
178178
18.Now scroll up to the page and on the top right corner, click **Save.** This completes the task of creating a data monitor and takes you to the Data Monitors page.
179179
@@ -479,8 +479,8 @@ You may now **proceed to the next lab.**
479479
480480
## Acknowledgements
481481
482-
* **Author** : Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
482+
* **Author** : Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
483483
484484
* **Contributors:** Mark Hornick, Sr. Director, Data Science / Machine Learning PM; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
485485
486-
* **Last Updated By/Date**: Moitreyee Hazarika, June 2025
486+
* **Last Updated By/Date**: Moitreyee Hazarika, October 2025

building-blocks/blocks/oml/oml-nb-visualizations/oml-nb-visualizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,6 @@ A box plot provides an overview of data distributions in numeric data. It provid
464464

465465
## Acknowledgements
466466

467-
* **Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
467+
* **Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
468468
* **Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
469-
* **Last Updated By/Date** - Moitreyee Hazarika, June 2025
469+
* **Last Updated By/Date** - Moitreyee Hazarika, October 2025

building-blocks/blocks/oml/oml-notebooks-ea/oml-notebooks-ea.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This lab assumes you have:
4141

4242
<if type="freetier">
4343

44-
You can access Oracle Machine Learning User Interface from Autonomous Database. Oracle Machine Learning User Interface provides you the following functionalities:
44+
You can access Oracle Machine Learning User Interface from Autonomous AI Database. Oracle Machine Learning User Interface provides you the following functionalities:
4545

4646
* Notebooks - A web-based interface for data analysis, data discovery, data visualization, and collaboration
4747
* AutoML UI - An interface for no-code automated machine learning modeling and model deployment
@@ -51,7 +51,7 @@ You can access Oracle Machine Learning User Interface from Autonomous Database.
5151
* Jobs - An interface to create jobs to schedule your notebooks
5252

5353

54-
Sign in to Oracle Machine Learning User Interface. Follow the steps in *Task 3 Sign into Oracle Machine Learning User Interface* in the lab _Provision an Autonomous Database with OMLUSERS_
54+
Sign in to Oracle Machine Learning User Interface. Follow the steps in *Task 3 Sign into Oracle Machine Learning User Interface* in the lab _Provision an Autonomous AI Database with OMLUSERS_
5555

5656
</if>
5757

@@ -251,7 +251,7 @@ Let’s create another paragraph to call the Python interpreter and run Python s
251251

252252
This completes the task of connecting to the Python interpreter and running Python commands in your notebook.
253253
### Task 3.5: Use the R Interpreter and run R Statements
254-
Oracle Machine Learning for R (OML4R) makes the open source R scripting language and environment ready for the enterprise and big data. OML4R integrates R with Oracle Autonomous Database. It allows you to run R commands and scripts for statistical, machine learning, and visualization analyses on database tables and views using R syntax.
254+
Oracle Machine Learning for R (OML4R) makes the open source R scripting language and environment ready for the enterprise and big data. OML4R integrates R with Oracle Autonomous AI Database. It allows you to run R commands and scripts for statistical, machine learning, and visualization analyses on database tables and views using R syntax.
255255

256256
In this task, you will use the R interpreter and run R statements:
257257

@@ -528,6 +528,6 @@ You may now **proceed to the next lab**.
528528

529529
## Acknowledgements
530530

531-
* **Author** - Moitreyee Hazarika, Principal User Assistance Developer, Database User Assistance Development
531+
* **Author** - Moitreyee Hazarika, Consulting User Assistance Developer, Database User Assistance Development
532532
* **Contributors** - Mark Hornick, Senior Director, Data Science and Machine Learning; Marcos Arancibia Coddou, Product Manager, Oracle Data Science; Sherry LaMonica, Consulting Member of Tech Staff, Machine Learning
533-
* **Last Updated By/Date** - Moitreyee Hazarika, June 2025
533+
* **Last Updated By/Date** - Moitreyee Hazarika, October 2025

building-blocks/tasks/oml/access-notebook-ea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
-->
77

8-
A notebook is a web-based interface for data analysis, data discovery, data visualization, and collaboration. You create and run notebooks in Oracle Machine Learning user interface. You can access Oracle Machine Learning user interface from Autonomous Database.
8+
A notebook is a web-based interface for data analysis, data discovery, data visualization, and collaboration. You create and run notebooks in Oracle Machine Learning user interface. You can access Oracle Machine Learning user interface from Autonomous AI Database.
99

1010
1. On your Oracle ADW instance, click **Database Actions**.
1111

building-blocks/tasks/oml/create-oml-user.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ An administrator creates a new user account and user credentials for Oracle Mach
1111
1212
To create a user account:
1313

14-
1. If you are not already signed in, sign into your OCI account, click the cloud menu on the left to open the left navigation pane, and click **Oracle Database**. On the right, click **Autonomous Database**.
14+
1. If you are not already signed in, sign into your OCI account, click the cloud menu on the left to open the left navigation pane, and click **Oracle Database**. On the right, click **Autonomous AI Database**.
1515

16-
![Autonomous Database under Oracle Database](images/database-adw-rw.png " ")
16+
![Autonomous AI Database under Oracle Database](images/database-adw-rw.png " ")
1717

18-
2. The Autonomous Databases dashboard lists all the databases that are provisioned in the tenancy. Click the Oracle Autonomous Database that you have provisioned for this workshop. Here, click the instance **OMLLABS**.
18+
2. The Autonomous AI Databases dashboard lists all the databases that are provisioned in the tenancy. Click the Oracle Autonomous AI Database that you have provisioned for this workshop. Here, click the instance **OMLLABS**.
1919

2020
![Oracle Autonomous Data Warehouse](images/adw-omllabs-listed-rw.png " ")
2121

22-
3. On the Autonomous Database details page, click **Database Actions**, and then select the **Database Users** option.
22+
3. On the Autonomous AI Database details page, click **Database Actions**, and then select the **Database Users** option.
2323

2424
![Database Actions button in ADB Console](images/database-actions-dbusers-rw.png " ")
2525

57 KB
Loading
22.8 KB
Loading
37.8 KB
Loading

0 commit comments

Comments
 (0)