File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/data_science/models/model_group_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 .model_deployment_configuration_details import ModelDeploymentConfigurationDetails 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 ModelGroupDeploymentConfigurationDetails(ModelDeploymentConfigurationDetails): """ The model group type deployment. """ def __init__(self, **kwargs): """ Initializes a new ModelGroupDeploymentConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_science.models.ModelGroupDeploymentConfigurationDetails.deployment_type` attribute of this class is ``MODEL_GROUP`` 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 ModelGroupDeploymentConfigurationDetails. Allowed values for this property are: "SINGLE_MODEL", "MODEL_GROUP" :type deployment_type: str :param model_group_configuration_details: The value to assign to the model_group_configuration_details property of this ModelGroupDeploymentConfigurationDetails. :type model_group_configuration_details: oci.data_science.models.ModelGroupConfigurationDetails :param infrastructure_configuration_details: The value to assign to the infrastructure_configuration_details property of this ModelGroupDeploymentConfigurationDetails. :type infrastructure_configuration_details: oci.data_science.models.InfrastructureConfigurationDetails :param environment_configuration_details: The value to assign to the environment_configuration_details property of this ModelGroupDeploymentConfigurationDetails. :type environment_configuration_details: oci.data_science.models.ModelDeploymentEnvironmentConfigurationDetails """ self.swagger_types = { 'deployment_type': 'str', 'model_group_configuration_details': 'ModelGroupConfigurationDetails', 'infrastructure_configuration_details': 'InfrastructureConfigurationDetails', 'environment_configuration_details': 'ModelDeploymentEnvironmentConfigurationDetails' } self.attribute_map = { 'deployment_type': 'deploymentType', 'model_group_configuration_details': 'modelGroupConfigurationDetails', 'infrastructure_configuration_details': 'infrastructureConfigurationDetails', 'environment_configuration_details': 'environmentConfigurationDetails' } self._deployment_type = None self._model_group_configuration_details = None self._infrastructure_configuration_details = None self._environment_configuration_details = None self._deployment_type = 'MODEL_GROUP' @property def model_group_configuration_details(self): """ **[Required]** Gets the model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. :return: The model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. :rtype: oci.data_science.models.ModelGroupConfigurationDetails """ return self._model_group_configuration_details @model_group_configuration_details.setter def model_group_configuration_details(self, model_group_configuration_details): """ Sets the model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. :param model_group_configuration_details: The model_group_configuration_details of this ModelGroupDeploymentConfigurationDetails. :type: oci.data_science.models.ModelGroupConfigurationDetails """ self._model_group_configuration_details = model_group_configuration_details @property def infrastructure_configuration_details(self): """ **[Required]** Gets the infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. :return: The infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. :rtype: oci.data_science.models.InfrastructureConfigurationDetails """ return self._infrastructure_configuration_details @infrastructure_configuration_details.setter def infrastructure_configuration_details(self, infrastructure_configuration_details): """ Sets the infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. :param infrastructure_configuration_details: The infrastructure_configuration_details of this ModelGroupDeploymentConfigurationDetails. :type: oci.data_science.models.InfrastructureConfigurationDetails """ self._infrastructure_configuration_details = infrastructure_configuration_details @property def environment_configuration_details(self): """ Gets the environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. :return: The environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. :rtype: oci.data_science.models.ModelDeploymentEnvironmentConfigurationDetails """ return self._environment_configuration_details @environment_configuration_details.setter def environment_configuration_details(self, environment_configuration_details): """ Sets the environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. :param environment_configuration_details: The environment_configuration_details of this ModelGroupDeploymentConfigurationDetails. :type: oci.data_science.models.ModelDeploymentEnvironmentConfigurationDetails """ 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