Example #1
0
    def from_dict(cls, dikt) -> 'IntervalChart':
        """Returns the dict as a model

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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