@@ -16,7 +16,7 @@ For example:
1616 .with_shape_name("VM.Standard.E3.Flex")
1717 # Shape config details are applicable only for the flexible shapes.
1818 .with_shape_config_details(memory_in_gbs=16, ocpus=1)
19- # Minimum block storage size is 50
19+ # Minimum block storage size is 50 (GB)
2020 .with_block_storage_size(50)
2121 .with_log_group_id("<log_group_ocid>")
2222 .with_log_id("<log_ocid>")
@@ -65,7 +65,7 @@ The :py:class:`~ads.jobs.DataScienceJob` class provides two static methods to ob
6565
6666* You can get a list of currently supported compute shapes by calling
6767 :py:meth: `~ads.jobs.DataScienceJob.instance_shapes `.
68- * can get a list of shapes are available for fast launch by calling
68+ * can get a list of shapes that are available for fast launch by calling
6969 :py:meth: `~ads.jobs.DataScienceJob.fast_launch_shapes `.
7070 Specifying a fast launch shape will allow your job to start as fast as possible.
7171
@@ -86,7 +86,7 @@ Logging
8686=======
8787
8888Logging is not required to create the job.
89- However, it is highly recommended to enable logging for debugging and monitoring purpose .
89+ However, it is highly recommended to enable logging for debugging and monitoring.
9090
9191In the preceding example, both the log OCID and corresponding log group OCID are specified
9292with the :py:class: `~ads.jobs.DataScienceJob ` instance.
0 commit comments