ModelDeploymentShapeSummary¶
-
class
oci.data_science.models.
ModelDeploymentShapeSummary
(**kwargs)¶ Bases:
object
The compute shape used to launch a model deployment compute instance.
Methods
__init__
(**kwargs)Initializes a new ModelDeploymentShapeSummary object with values from keyword arguments. Attributes
core_count
[Required] Gets the core_count of this ModelDeploymentShapeSummary. memory_in_gbs
[Required] Gets the memory_in_gbs of this ModelDeploymentShapeSummary. name
[Required] Gets the name of this ModelDeploymentShapeSummary. -
__init__
(**kwargs)¶ Initializes a new ModelDeploymentShapeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ModelDeploymentShapeSummary.
- core_count (int) – The value to assign to the core_count property of this ModelDeploymentShapeSummary.
- memory_in_gbs (int) – The value to assign to the memory_in_gbs property of this ModelDeploymentShapeSummary.
-
core_count
¶ [Required] Gets the core_count of this ModelDeploymentShapeSummary. The number of cores associated with this model deployment shape.
Returns: The core_count of this ModelDeploymentShapeSummary. Return type: int
-
memory_in_gbs
¶ [Required] Gets the memory_in_gbs of this ModelDeploymentShapeSummary. The amount of memory in GBs associated with this model deployment shape.
Returns: The memory_in_gbs of this ModelDeploymentShapeSummary. Return type: int
-
name
¶ [Required] Gets the name of this ModelDeploymentShapeSummary. The name of the model deployment shape.
Returns: The name of this ModelDeploymentShapeSummary. Return type: str
-