UpdateModelDeploymentConfigurationDetails¶
-
class
oci.data_science.models.
UpdateModelDeploymentConfigurationDetails
(**kwargs)¶ Bases:
object
The model deployment configuration details for update.
Attributes
DEPLOYMENT_TYPE_SINGLE_MODEL
A constant which can be used with the deployment_type property of a UpdateModelDeploymentConfigurationDetails. deployment_type
Gets the deployment_type of this UpdateModelDeploymentConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateModelDeploymentConfigurationDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DEPLOYMENT_TYPE_SINGLE_MODEL
= 'SINGLE_MODEL'¶ A constant which can be used with the deployment_type property of a UpdateModelDeploymentConfigurationDetails. This constant has a value of “SINGLE_MODEL”
-
__init__
(**kwargs)¶ Initializes a new UpdateModelDeploymentConfigurationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: deployment_type (str) – The value to assign to the deployment_type property of this UpdateModelDeploymentConfigurationDetails. Allowed values for this property are: “SINGLE_MODEL”
-
deployment_type
¶ Gets the deployment_type of this UpdateModelDeploymentConfigurationDetails. The type of the model deployment.
Allowed values for this property are: “SINGLE_MODEL”
Returns: The deployment_type of this UpdateModelDeploymentConfigurationDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-