This data source provides the list of Job Shapes in Oracle Cloud Infrastructure Data Science service.
List job shapes available in the specified compartment.
data "oci_datascience_job_shapes" "test_job_shapes" {
#Required
compartment_id = var.compartment_id
}
The following arguments are supported:
compartment_id
- (Required) Filter results by the OCID of the compartment.The following attributes are exported:
job_shapes
- The list of job_shapes.The following attributes are exported:
core_count
- The number of cores associated with this job run shape. memory_in_gbs
- The number of cores associated with this job shape. name
- The name of the job shape. shape_series
- The family that the compute shape belongs to.