def from_dict(cls, dikt) -> 'EnvironmentVariable':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The EnvironmentVariable of this EnvironmentVariable.  # noqa: E501
        :rtype: EnvironmentVariable
        """
        return util.deserialize_model(dikt, cls)
示例#2
0
    def from_dict(cls, dikt) -> 'JWKS':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The JWKS of this JWKS.  # noqa: E501
        :rtype: JWKS
        """
        return util.deserialize_model(dikt, cls)
示例#3
0
    def from_dict(cls, dikt) -> 'ResourceList':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ResourceList of this ResourceList.  # noqa: E501
        :rtype: ResourceList
        """
        return util.deserialize_model(dikt, cls)
示例#4
0
    def from_dict(cls, dikt) -> 'ModelPackagingSpec':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ModelPackagingSpec of this ModelPackagingSpec.  # noqa: E501
        :rtype: ModelPackagingSpec
        """
        return util.deserialize_model(dikt, cls)
示例#5
0
    def from_dict(cls, dikt) -> 'ToolchainIntegrationSpec':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ToolchainIntegrationSpec of this ToolchainIntegrationSpec.  # noqa: E501
        :rtype: ToolchainIntegrationSpec
        """
        return util.deserialize_model(dikt, cls)
示例#6
0
    def from_dict(cls, dikt) -> 'K8sTrainer':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The K8sTrainer of this K8sTrainer.  # noqa: E501
        :rtype: K8sTrainer
        """
        return util.deserialize_model(dikt, cls)
示例#7
0
    def from_dict(cls, dikt) -> 'Target':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Target of this Target.  # noqa: E501
        :rtype: Target
        """
        return util.deserialize_model(dikt, cls)
示例#8
0
    def from_dict(cls, dikt) -> 'Claims':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Claims of this Claims.  # noqa: E501
        :rtype: Claims
        """
        return util.deserialize_model(dikt, cls)
示例#9
0
    def from_dict(cls, dikt) -> 'ServiceCatalog':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ServiceCatalog of this ServiceCatalog.  # noqa: E501
        :rtype: ServiceCatalog
        """
        return util.deserialize_model(dikt, cls)
示例#10
0
    def from_dict(cls, dikt) -> 'ConnectionSpec':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ConnectionSpec of this ConnectionSpec.  # noqa: E501
        :rtype: ConnectionSpec
        """
        return util.deserialize_model(dikt, cls)
示例#11
0
    def from_dict(cls, dikt) -> 'HTTPResult':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The HTTPResult of this HTTPResult.  # noqa: E501
        :rtype: HTTPResult
        """
        return util.deserialize_model(dikt, cls)
示例#12
0
    def from_dict(cls, dikt) -> 'Schema':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Schema of this Schema.  # noqa: E501
        :rtype: Schema
        """
        return util.deserialize_model(dikt, cls)
示例#13
0
    def from_dict(cls, dikt) -> 'UserInfo':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The UserInfo of this UserInfo.  # noqa: E501
        :rtype: UserInfo
        """
        return util.deserialize_model(dikt, cls)
示例#14
0
    def from_dict(cls, dikt) -> 'ModelTraining':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ModelTraining of this ModelTraining.  # noqa: E501
        :rtype: ModelTraining
        """
        return util.deserialize_model(dikt, cls)
示例#15
0
    def from_dict(cls, dikt) -> 'InputDataBindingDir':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The InputDataBindingDir of this InputDataBindingDir.  # noqa: E501
        :rtype: InputDataBindingDir
        """
        return util.deserialize_model(dikt, cls)
示例#16
0
    def from_dict(cls, dikt) -> 'ModelDeployment':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ModelDeployment of this ModelDeployment.  # noqa: E501
        :rtype: ModelDeployment
        """
        return util.deserialize_model(dikt, cls)
示例#17
0
    def from_dict(cls, dikt) -> 'PackagingIntegrationStatus':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The PackagingIntegrationStatus of this PackagingIntegrationStatus.  # noqa: E501
        :rtype: PackagingIntegrationStatus
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'FeedbackModelFeedbackRequest':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The feedback.ModelFeedbackRequest of this FeedbackModelFeedbackRequest.  # noqa: E501
        :rtype: FeedbackModelFeedbackRequest
        """
        return util.deserialize_model(dikt, cls)
示例#19
0
    def from_dict(cls, dikt) -> 'AuthConfig':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The AuthConfig of this AuthConfig.  # noqa: E501
        :rtype: AuthConfig
        """
        return util.deserialize_model(dikt, cls)
示例#20
0
    def from_dict(cls, dikt) -> 'ModelProperty':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Property of this ModelProperty.  # noqa: E501
        :rtype: ModelProperty
        """
        return util.deserialize_model(dikt, cls)
示例#21
0
    def from_dict(cls, dikt) -> 'ExternalUrl':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ExternalUrl of this ExternalUrl.  # noqa: E501
        :rtype: ExternalUrl
        """
        return util.deserialize_model(dikt, cls)
示例#22
0
    def from_dict(cls, dikt) -> 'NodePool':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The NodePool of this NodePool.  # noqa: E501
        :rtype: NodePool
        """
        return util.deserialize_model(dikt, cls)
示例#23
0
    def from_dict(cls, dikt) -> 'ModelRouteStatus':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The ModelRouteStatus of this ModelRouteStatus.  # noqa: E501
        :rtype: ModelRouteStatus
        """
        return util.deserialize_model(dikt, cls)
示例#24
0
 def from_dict(cls: typing.Type[T], dikt) -> T:
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)