File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/data_science/models/update_single_model_deployment_configuration_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20190101 from .update_model_deployment_configuration_details import UpdateModelDeploymentConfigurationDetails from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class UpdateSingleModelDeploymentConfigurationDetails(UpdateModelDeploymentConfigurationDetails): """ The single model type deployment for update. """ def __init__(self, **kwargs): """ Initializes a new UpdateSingleModelDeploymentConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.UpdateSingleModelDeploymentConfigurationDetails.deployment_type` attribute of this class is ``SINGLE_MODEL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deployment_type: The value to assign to the deployment_type property of this UpdateSingleModelDeploymentConfigurationDetails. Allowed values for this property are: "SINGLE_MODEL", "MODEL_GROUP" :type deployment_type: str :param model_configuration_details: The value to assign to the model_configuration_details property of this UpdateSingleModelDeploymentConfigurationDetails. :type model_configuration_details: oci.data_science.models.UpdateModelConfigurationDetails :param environment_configuration_details: The value to assign to the environment_configuration_details property of this UpdateSingleModelDeploymentConfigurationDetails. :type environment_configuration_details: oci.data_science.models.UpdateModelDeploymentEnvironmentConfigurationDetails """ self.swagger_types = { 'deployment_type': 'str', 'model_configuration_details': 'UpdateModelConfigurationDetails', 'environment_configuration_details': 'UpdateModelDeploymentEnvironmentConfigurationDetails' } self.attribute_map = { 'deployment_type': 'deploymentType', 'model_configuration_details': 'modelConfigurationDetails', 'environment_configuration_details': 'environmentConfigurationDetails' } self._deployment_type = None self._model_configuration_details = None self._environment_configuration_details = None self._deployment_type = 'SINGLE_MODEL' @property def model_configuration_details(self): """ Gets the model_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :return: The model_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :rtype: oci.data_science.models.UpdateModelConfigurationDetails """ return self._model_configuration_details @model_configuration_details.setter def model_configuration_details(self, model_configuration_details): """ Sets the model_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :param model_configuration_details: The model_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :type: oci.data_science.models.UpdateModelConfigurationDetails """ self._model_configuration_details = model_configuration_details @property def environment_configuration_details(self): """ Gets the environment_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :return: The environment_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :rtype: oci.data_science.models.UpdateModelDeploymentEnvironmentConfigurationDetails """ return self._environment_configuration_details @environment_configuration_details.setter def environment_configuration_details(self, environment_configuration_details): """ Sets the environment_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :param environment_configuration_details: The environment_configuration_details of this UpdateSingleModelDeploymentConfigurationDetails. :type: oci.data_science.models.UpdateModelDeploymentEnvironmentConfigurationDetails """ self._environment_configuration_details = environment_configuration_details def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings