Software platforms may include cloud applications, cloud storages, monitoring software, and documentation, among other examples. Problems with one aspect may further cause problems in other aspects. For example, outdated or unclear documentation in a platform may lead to security vulnerabilities because an administrator does not update a cloud application in the platform.
Some implementations described herein relate to a system for analyzing software platform health. The system may include one or more memories and one or more processors communicatively coupled to the one or more memories. The one or more processors may be configured to receive at least one documentation file associated with a software platform. The one or more processors may be configured to apply natural language processing to the at least one documentation file to generate a first health indicator. The one or more processors may be configured to receive a set of property indications associated with the software platform. The one or more processors may be configured to provide the set of property indications to a clustering model to receive a second health indicator. The one or more processors may be configured to receive at least one log file associated with the software platform. The one or more processors may be configured to provide the at least one log file to a machine learning model to receive a third health indicator. The one or more processors may be configured to receive a set of notifications associated with failed builds, manual changes, software incidents, or a combination thereof. The one or more processors may be configured to apply a set of rules to the set of notifications to generate a suggested change to the software platform. The one or more processors may be configured to output instructions for a user interface (UI) that includes the first health indicator, the second health indicator, the third health indicator, and the suggested change.
Some implementations described herein relate to a method of analyzing software platform health. The method may include receiving, at a health system, a set of property indications associated with a software platform. The method may include providing, by the health system, the set of property indications to a clustering model to receive a health indicator. The method may include receiving, at the health system, a set of notifications associated with failed builds, manual changes, software incidents, or a combination thereof. The method may include applying, by the health system, a set of rules to the set of notifications to generate a suggested change to the software platform. The method may include outputting, from the health system, instructions for a UI that includes the health indicator and the suggested change.
Some implementations described herein relate to a non-transitory computer-readable medium that stores a set of instructions for analyzing software platform health. The set of instructions, when executed by one or more processors of a device, may cause the device to receive a set of notifications associated with failed builds, manual changes, software incidents, or a combination thereof, for a software platform. The set of instructions, when executed by one or more processors of the device, may cause the device to generate, using a machine learning model, a suggested change to the software platform based on the set of notifications. The set of instructions, when executed by one or more processors of the device, may cause the device to output instructions for a UI that includes the suggested change. The set of instructions, when executed by one or more processors of the device, may cause the device to determine a possible solution to an incident associated with a notification in the set of notifications. The set of instructions, when executed by one or more processors of the device, may cause the device to transmit an indication of the possible solution using a communication channel selected based on a user preference. The set of instructions, when executed by one or more processors of the device, may cause the device to receive feedback associated with the possible solution. The set of instructions, when executed by one or more processors of the device, may cause the device to update the machine learning model based on the feedback. The set of instructions, when executed by one or more processors of the device, may cause the device to generate, using the updated machine learning model, an additional suggested change to the software platform based on the set of notifications. The set of instructions, when executed by one or more processors of the device, may cause the device to output instructions to update the UI with the additional suggested change.
The following detailed description of example implementations refers to the accompanying drawings. The same reference numbers in different drawings may identify the same or similar elements.
Problems in one portion of a software platform can cause trickle-down problems with other portions of the software platform. For example, outdated or unclear documentation in a platform may lead to security vulnerabilities because an administrator does not update a cloud application in the platform. In another example, subpar monitoring systems deployed on a platform may lead to security vulnerabilities because an issue may remain undetected by the subpar monitoring systems.
When problems arise in a software platform, remediation may consume significant power and processing resources. For example, remediation may include reversing code changes, updating software applications, and/or another task that consumes power and processing resources to repair the software platform. Additionally, users of the software platform may suffer latency during downtime of the software platform for remediation.
Some implementations described herein enable a suite of analyses to assess holistic health of a software platform. For example, documentation, monitoring systems, properties, and software applications of the software platform may all be assessed, among other examples. Therefore, problems in one portion of the software platform are proactively detected before causing trickle-down problems with other portions of the software platform. As a result, power and processing resources are conserved that otherwise would have been expended on remediation. Additionally, users of the software platform experienced reduced latency due to reduced downtime of the software platform.
As shown in
In some implementations, the health system may transmit, and the document repository may receive, a request for the documentation file. For example, the request may include a hypertext transfer protocol (HTTP) request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the documentation file (e.g., at least one indication of at least one documentation file). Accordingly, the document repository may transmit the documentation file in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to documentation updates from the document repository. Accordingly, the document repository may transmit new documentation files (and/or updated documentation files) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new documentation file is added or an existing documentation file is updated).
Additionally, or alternatively, as shown by reference number 105b, the software platform controller may transmit, and the health system may receive, the documentation file (e.g., at least one documentation file) associated with the software platform. In some implementations, the health system may transmit, and the software platform controller may receive, a request for the documentation file. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the documentation file (e.g., at least one indication of at least one documentation file). Accordingly, the software platform controller may transmit the documentation file in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to documentation updates from the software platform controller. Accordingly, the software platform controller may transmit new documentation files (and/or updated documentation files) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new documentation file is added or an existing documentation file is updated).
As shown by reference number 110, the health system may apply natural language processing (NLP) to the documentation file to generate a first health indicator. For example, the health system may apply NLP to determine a score (whether qualitative and/or quantitative) associated with the documentation file (e.g., a score reflecting readability or understandability). In some implementations, the NLP includes a machine learning model trained using documentation associated with software platforms labeled as well-established. For example, the NLP may be performed on an ML host (e.g., similarly as described for the clustering model in connection with
As shown in
In some implementations, the health system may transmit, and the monitoring system may receive, a request for the set of property indications. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of which properties are being requested (e.g., a set of indications corresponding to a set of properties). Accordingly, the monitoring system may transmit the set of property indications in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to property updates from the monitoring system. Accordingly, the monitoring system may transmit the set of property indications according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new property is determined or an existing property is updated).
Additionally, or alternatively, as shown by reference number 115b, the health system may communicate with the software platform controller to detect the set of property indications. In some implementations, the health system may transmit, and the software platform controller may receive, a set of queries corresponding to a set of properties that are being requested. Accordingly, the software platform controller may transmit the set of property indications in response to the set of queries. The health system may transmit the set of queries according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the set of queries. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to property updates from the software platform controller. Accordingly, the software platform controller may transmit the set of property indications according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new property is set or an existing property is updated).
As shown by reference number 120, the health system may provide the set of property indications to a clustering model. For example, the health system may transmit, and the ML host may receive, a request including the set of property indications. The clustering model may be trained (e.g., by the ML host and/or a device at least partially separate from the ML host) using property indications associated with software platforms labeled as well-established (e.g., for supervised learning). Additionally, or alternatively, the clustering model may be trained using an unlabeled set of property indications (e.g., for deep learning). Accordingly, the clustering model may be configured to cluster the set of property indications. Based on which property indications are in a same cluster as property indications associated with well-managed software platforms and which property indications are in different clusters, the clustering model may determine which property indications, in the set of property indications, ought to be changed.
In some implementations, the clustering model may include a regression algorithm (e.g., linear regression or logistic regression), which may include a regularized regression algorithm (e.g., Lasso regression, Ridge regression, or Elastic-Net regression). Additionally, or alternatively, the clustering model may include a decision tree algorithm, which may include a tree ensemble algorithm (e.g., generated using bagging and/or boosting), a random forest algorithm, or a boosted trees algorithm. A model parameter may include an attribute of a model that is learned from data input into the model (e.g., property indications associated with software platforms labeled as well-established). For example, for a regression algorithm, a model parameter may include a regression coefficient (e.g., a weight). For a decision tree algorithm, a model parameter may include a decision tree split location, as an example.
Additionally, the ML host (and/or a device at least partially separate from the ML host) may use one or more hyperparameter sets to tune the clustering model. A hyperparameter may include a structural parameter that controls execution of a machine learning algorithm by the cloud management device, such as a constraint applied to the machine learning algorithm. Unlike a model parameter, a hyperparameter is not learned from data input into the model. An example hyperparameter for a regularized regression algorithm includes a strength (e.g., a weight) of a penalty applied to a regression coefficient to mitigate overfitting of the model. The penalty may be applied based on a size of a coefficient value (e.g., for Lasso regression, such as to penalize large coefficient values), may be applied based on a squared size of a coefficient value (e.g., for Ridge regression, such as to penalize large squared coefficient values), may be applied based on a ratio of the size and the squared size (e.g., for Elastic-Net regression), and/or may be applied by setting one or more feature values to zero (e.g., for automatic feature selection). Example hyperparameters for a decision tree algorithm include a tree ensemble technique to be applied (e.g., bagging, boosting, a random forest algorithm, and/or a boosted trees algorithm), a number of features to evaluate, a number of observations to use, a maximum depth of each decision tree (e.g., a number of branches permitted for the decision tree), or a number of decision trees to include in a random forest algorithm.
Other examples may use different types of models, such as a Bayesian estimation algorithm, a k-nearest neighbor algorithm, an a priori algorithm, a k-means algorithm, a support vector machine algorithm, a neural network algorithm (e.g., a convolutional neural network algorithm), and/or a deep learning algorithm.
As shown by reference number 125, the health system may receive a second health indicator from the clustering model. The second health indicator may include a score (whether qualitative and/or quantitative) output in a UI (e.g., as described in connection with
As shown in
In some implementations, the health system may transmit, and the log repository may receive, a request for the log file. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the log file (e.g., at least one indication of at least one log file). Accordingly, the log repository may transmit the log file in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to log updates from the log repository. Accordingly, the log repository may transmit new log files (and/or updated log files) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new log file is added or an existing log file is updated).
Additionally, or alternatively, as shown by reference number 130b, the software platform controller may transmit, and the health system may receive, the log file (e.g., at least one log file) associated with the software platform. In some implementations, the health system may transmit, and the software platform controller may receive, a request for the log file. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the log file (e.g., at least one indication of at least one log file). Accordingly, the software platform controller may transmit the log file in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to log updates from the software platform controller. Accordingly, the software platform controller may transmit new log files (and/or updated log files) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new log file is created or an existing log file is updated).
As shown by reference number 135, the health system may provide the log file to an ML model. For example, the health system may transmit, and the ML host may receive, a request including the log file. The ML model may be trained (e.g., by the ML host and/or a device at least partially separate from the ML host) using monitoring setups associated with software platforms labeled as well-established (e.g., for supervised learning). Additionally, or alternatively, the ML model may be trained using an unlabeled set of monitoring setups (e.g., for deep learning). Accordingly, the ML model may be configured to compare a monitoring setup associated with the log file to monitoring setups of other software platforms. Accordingly, the ML model may determine whether any monitoring software deployed for the software platform ought to be discontinued and/or whether any monitoring software currently unused ought to be deployed.
In some implementations, the ML model may include a regression algorithm (e.g., linear regression or logistic regression), which may include a regularized regression algorithm (e.g., Lasso regression, Ridge regression, or Elastic-Net regression). Additionally, or alternatively, the ML model may include a decision tree algorithm, which may include a tree ensemble algorithm (e.g., generated using bagging and/or boosting), a random forest algorithm, or a boosted trees algorithm. A model parameter may include an attribute of a model that is learned from data input into the model (e.g., monitoring setups associated with software platforms labeled as well-established). For example, for a regression algorithm, a model parameter may include a regression coefficient (e.g., a weight). For a decision tree algorithm, a model parameter may include a decision tree split location, as an example.
Additionally, the ML host (and/or a device at least partially separate from the ML host) may use one or more hyperparameter sets to tune the ML model. A hyperparameter may include a structural parameter that controls execution of a machine learning algorithm by the cloud management device, such as a constraint applied to the machine learning algorithm. Unlike a model parameter, a hyperparameter is not learned from data input into the model. An example hyperparameter for a regularized regression algorithm includes a strength (e.g., a weight) of a penalty applied to a regression coefficient to mitigate overfitting of the model. The penalty may be applied based on a size of a coefficient value (e.g., for Lasso regression, such as to penalize large coefficient values), may be applied based on a squared size of a coefficient value (e.g., for Ridge regression, such as to penalize large squared coefficient values), may be applied based on a ratio of the size and the squared size (e.g., for Elastic-Net regression), and/or may be applied by setting one or more feature values to zero (e.g., for automatic feature selection). Example hyperparameters for a decision tree algorithm include a tree ensemble technique to be applied (e.g., bagging, boosting, a random forest algorithm, and/or a boosted trees algorithm), a number of features to evaluate, a number of observations to use, a maximum depth of each decision tree (e.g., a number of branches permitted for the decision tree), or a number of decision trees to include in a random forest algorithm.
Other examples may use different types of models, such as a Bayesian estimation algorithm, a k-nearest neighbor algorithm, an a priori algorithm, a k-means algorithm, a support vector machine algorithm, a neural network algorithm (e.g., a convolutional neural network algorithm), and/or a deep learning algorithm.
The ML model may be the same model (or at least included in a same model ensemble) as the clustering model. Alternatively, the ML model may be separate from the clustering model. For example, the ML host may generate synthetic monitoring setups using a generative adversarial network (GAN) and may train the ML model using the synthetic monitoring setups. In some implementations, a same ML host may provide the ML model as provides the clustering model. Alternatively, the ML model may be provided by a different ML host as the clustering model.
As shown by reference number 140, the health system may receive a third health indicator from the ML model. The third health indicator may include a score (whether qualitative and/or quantitative) output in a UI (e.g., as described in connection with
Accordingly, the first, second, and third health indicators may include a plurality of ratings corresponding to a plurality of categories (e.g., as shown in
As shown in
In some implementations, the health system may transmit, and the ticket repository may receive, a request for the set of notifications. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the software platform (e.g., an alphanumeric identifier of the software platform). Accordingly, the ticket repository may transmit the set of notifications in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to notification updates from the ticket repository. Accordingly, the ticket repository may transmit new notifications (and/or updated notifications) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new notification is received or an existing notification is updated).
Additionally, or alternatively, as shown by reference number 145b, the software platform controller may transmit, and the health system may receive, the set of notifications. In some implementations, the health system may transmit, and the software platform controller may receive, a request for the set of notifications. For example, the request may include an HTTP request and/or an API call, among other examples. The request may include (e.g., in a header and/or as an argument) an indication of the software platform. Accordingly, the software platform controller may transmit the set of notifications in response to the request. The health system may transmit the request according to a schedule (e.g., once per hour or once per day, among other examples) and/or in response to a command to transmit the request. For example, the administrator device (not shown in
Additionally, or alternatively, the health system may subscribe to notification updates from the software platform controller. Accordingly, the software platform controller may transmit new notifications (and/or updated notifications) according to a schedule (e.g., once per hour or once per day, among other examples) and/or as available (e.g., shortly after a new notification is received or an existing notification is updated).
As shown by reference number 150, the health system may apply a set of rules to the set of notifications to generate a suggested change to the software platform. For example, the set of rules may include regular expressions (“regexes”) that identify patterns within the set of notifications and correlate identified patterns to suggested changes. Additionally, or alternatively, the set of rules may include an ML model (e.g., similarly as described above in connection with
The suggested change may indicate a monitoring software to discontinue, an additional monitoring software to deploy, a security setting to modify, and/or a software update to perform, among other examples. Additionally, or alternatively, the suggested change may indicate a remediation for an incident associated with a notification in the set of notifications.
In some implementations, the health system may additionally, or alternatively, determine a possible solution to the incident (associated with the notification in the set of notifications) separately from the suggested change. For example, the health system may apply a rule (e.g., at least one rule), separate from the set of rules used to determine the suggested change, to the notification (in the set of notifications) in order to determine the possible solution. The rule may include a regex that maps the notification to the possible solution (e.g., using a tabular data structure or another type of relational data structure that associates incidents with possible solutions. In one example, the health system may apply NLP to a set of pull requests associated with the software platform in order to determine the rule using the NLP. In some implementations, the NLP includes a machine learning model trained using resolved incidents from other software platforms. For example, the NLP may be performed on an ML host (e.g., similarly as described for the clustering model in connection with
Additionally, or alternatively, and as shown in
In some implementations, the ML model may include a regression algorithm (e.g., linear regression or logistic regression), which may include a regularized regression algorithm (e.g., Lasso regression, Ridge regression, or Elastic-Net regression). Additionally, or alternatively, the ML model may include a decision tree algorithm, which may include a tree ensemble algorithm (e.g., generated using bagging and/or boosting), a random forest algorithm, or a boosted trees algorithm. A model parameter may include an attribute of a model that is learned from data input into the model (e.g., resolved incidents associated with software platforms labeled as well-established). For example, for a regression algorithm, a model parameter may include a regression coefficient (e.g., a weight). For a decision tree algorithm, a model parameter may include a decision tree split location, as an example.
Additionally, the ML host (and/or a device at least partially separate from the ML host) may use one or more hyperparameter sets to tune the ML model. A hyperparameter may include a structural parameter that controls execution of a machine learning algorithm by the cloud management device, such as a constraint applied to the machine learning algorithm. Unlike a model parameter, a hyperparameter is not learned from data input into the model. An example hyperparameter for a regularized regression algorithm includes a strength (e.g., a weight) of a penalty applied to a regression coefficient to mitigate overfitting of the model. The penalty may be applied based on a size of a coefficient value (e.g., for Lasso regression, such as to penalize large coefficient values), may be applied based on a squared size of a coefficient value (e.g., for Ridge regression, such as to penalize large squared coefficient values), may be applied based on a ratio of the size and the squared size (e.g., for Elastic-Net regression), and/or may be applied by setting one or more feature values to zero (e.g., for automatic feature selection). Example hyperparameters for a decision tree algorithm include a tree ensemble technique to be applied (e.g., bagging, boosting, a random forest algorithm, and/or a boosted trees algorithm), a number of features to evaluate, a number of observations to use, a maximum depth of each decision tree (e.g., a number of branches permitted for the decision tree), or a number of decision trees to include in a random forest algorithm.
Other examples may use different types of models, such as a Bayesian estimation algorithm, a k-nearest neighbor algorithm, an a priori algorithm, a k-means algorithm, a support vector machine algorithm, a neural network algorithm (e.g., a convolutional neural network algorithm), and/or a deep learning algorithm.
The ML model described in connection with
As shown by reference number 160, the health system may receive an indication of the possible solution from the ML model. The health system may output instructions for a UI that includes the first health indicator, the second health indicator, the third health indicator, and the suggested change. For example, as shown by reference number 165a, the health system may transmit, and the administrator device may receive, the instructions for the UI. The UI may be as described in connection with
In some implementations, the health system may further generate a prediction, associated with the software platform, based on the set of property indications and the log file. For example, the prediction may be received from a machine learning model trained using time series associated with other software platforms. For example, the prediction may be generated by an ML host (e.g., similarly as described for the clustering model in connection with
Although the example 100 is described in connection with the UI including the suggested change, other examples may additionally or alternatively include the health system transmitting an indication of the suggested change using a communication channel selected based on a user preference. For example, the administrator device may transmit, and the health system may receive, an indication of the user preference (e.g., a preferred email address, a preferred mobile number, and/or a preferred Slack® channel, among other examples). Accordingly, the health system may store the user preference and transmit the indication of the suggested change based on the user preference (e.g., sending an email message to the preferred email address, sending a text message to the preferred mobile number, and/or sending a chat message to the preferred Slack channel, among other examples).
Additionally, or alternatively, as shown by reference number 165b, the health system may transmit, and the administrator device may receive, an indication of the possible solution. In some implementations, as described in connection with
As shown in
By proactively modifying the software platform, the health system may resolve a problem in one portion of the software platform before the problem causes additional trickle-down problems with other portions of the software platform. As a result, power and processing resources are conserved that otherwise would have been expended on remediation. Additionally, users of the software platform experienced reduced latency due to reduced downtime of the software platform.
Additionally, or alternatively, as shown in
Therefore, the health system may use the updated machine learning model to generate an additional suggested change to the software platform based on the set of notifications. Additionally, the health system may output instructions (e.g., to the administrator device) to update the UI with the additional suggested change.
As indicated above,
As shown in
As further shown in
The health system may further have transmitted an indication of a proposed solution separately from the example UI 200. Accordingly, the example UI 200 may include a set of rating elements 220 to gather feedback about the proposed solution. The set of rating elements 220 may include different ratings (e.g., shown as buttons 225a, 225b, 225c, and 225d). Therefore, a user may provide feedback associated with the proposed solution, which the health system may use to update an ML model (e.g., as described in connection with
As indicated above,
The cloud computing system 302 may include computing hardware 303, a resource management component 304, a host OS 305, and/or one or more virtual computing systems 306. The cloud computing system 302 may execute on, for example, an Amazon Web Services platform, a Microsoft Azure platform, or a Snowflake platform. The resource management component 304 may perform virtualization (e.g., abstraction) of computing hardware 303 to create the one or more virtual computing systems 306. Using virtualization, the resource management component 304 enables a single computing device (e.g., a computer or a server) to operate like multiple computing devices, such as by creating multiple isolated virtual computing systems 306 from computing hardware 303 of the single computing device. In this way, computing hardware 303 can operate more efficiently, with lower power consumption, higher reliability, higher availability, higher utilization, greater flexibility, and lower cost than using separate computing devices.
The computing hardware 303 may include hardware and corresponding resources from one or more computing devices. For example, computing hardware 303 may include hardware from a single computing device (e.g., a single server) or from multiple computing devices (e.g., multiple servers), such as multiple computing devices in one or more data centers. As shown, computing hardware 303 may include one or more processors 307, one or more memories 308, and/or one or more networking components 309. Examples of a processor, a memory, and a networking component (e.g., a communication component) are described elsewhere herein.
The resource management component 304 may include a virtualization application (e.g., executing on hardware, such as computing hardware 303) capable of virtualizing computing hardware 303 to start, stop, and/or manage one or more virtual computing systems 306. For example, the resource management component 304 may include a hypervisor (e.g., a bare-metal or Type 1 hypervisor, a hosted or Type 2 hypervisor, or another type of hypervisor) or a virtual machine monitor, such as when the virtual computing systems 306 are virtual machines 310. Additionally, or alternatively, the resource management component 304 may include a container manager, such as when the virtual computing systems 306 are containers 311. In some implementations, the resource management component 304 executes within and/or in coordination with a host operating system 305.
A virtual computing system 306 may include a virtual environment that enables cloud-based execution of operations and/or processes described herein using computing hardware 303. As shown, a virtual computing system 306 may include a virtual machine 310, a container 311, or a hybrid environment 312 that includes a virtual machine and a container, among other examples. A virtual computing system 306 may execute one or more applications using a file system that includes binary files, software libraries, and/or other resources required to execute applications on a guest operating system (e.g., within the virtual computing system 306) or the host operating system 305.
Although the health system 301 may include one or more elements 303-312 of the cloud computing system 302, may execute within the cloud computing system 302, and/or may be hosted within the cloud computing system 302, in some implementations, the health system 301 may not be cloud-based (e.g., may be implemented outside of a cloud computing system) or may be partially cloud-based. For example, the health system 301 may include one or more devices that are not part of the cloud computing system 302, such as device 400 of
The network 320 may include one or more wired and/or wireless networks. For example, the network 320 may include a cellular network, a public land mobile network (PLMN), a local area network (LAN), a wide area network (WAN), a private network, the Internet, and/or a combination of these or other types of networks. The network 320 enables communication among the devices of the environment 300.
The software platform controller 330 may include one or more devices capable of receiving, generating, storing, processing, providing, and/or routing information associated with a software platform managed by the software platform controller 330, as described elsewhere herein. The software platform controller 330 may include a communication device and/or a computing device. For example, the software platform controller 330 may include a server, such as an application server, a client server, a web server, a database server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), or a server in a cloud computing system. In some implementations, the software platform controller 330 may include computing hardware used in a cloud computing environment. The software platform controller 330 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The repository 340 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with documentation, logs, and/or tickets, as described elsewhere herein. The repository 340 may include a communication device and/or a computing device. For example, the repository 340 may include a database, a server, a database server, an application server, a client server, a web server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), a server in a cloud computing system, a device that includes computing hardware used in a cloud computing environment, or a similar type of device. The repository 340 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The monitoring system 350 may include one or more devices capable of receiving, generating, storing, processing, providing, and/or routing information associated with a software platform monitored by the monitoring system 350, as described elsewhere herein. The monitoring system 350 may include a communication device and/or a computing device. For example, the monitoring system 350 may include a server, such as an application server, a client server, a web server, a database server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), or a server in a cloud computing system. In some implementations, the monitoring system 350 may include computing hardware used in a cloud computing environment. The monitoring system 350 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The ML host 360 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with machine learning models, as described elsewhere herein. The ML host 360 may include a communication device and/or a computing device. For example, the ML host 360 may include a server, a database server, an application server, a client server, a web server, a host server, a proxy server, a virtual server (e.g., executing on computing hardware), a server in a cloud computing system, a device that includes computing hardware used in a cloud computing environment, or a similar type of device. The ML host 360 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The administrator device 370 may include one or more devices capable of receiving, generating, storing, processing, and/or providing information associated with software platforms, as described elsewhere herein. The administrator device 370 may include a communication device and/or a computing device. For example, the administrator device 370 may include a wireless communication device, a mobile phone, a user equipment, a laptop computer, a tablet computer, a desktop computer, a gaming console, a set-top box, a wearable communication device (e.g., a smart wristwatch, a pair of smart eyeglasses, a head mounted display, or a virtual reality headset), or a similar type of device. The administrator device 370 may communicate with one or more other devices of environment 300, as described elsewhere herein.
The number and arrangement of devices and networks shown in
The bus 410 may include one or more components that enable wired and/or wireless communication among the components of the device 400. The bus 410 may couple together two or more components of
The memory 430 may include volatile and/or nonvolatile memory. For example, the memory 430 may include random access memory (RAM), read only memory (ROM), a hard disk drive, and/or another type of memory (e.g., a flash memory, a magnetic memory, and/or an optical memory). The memory 430 may include internal memory (e.g., RAM, ROM, or a hard disk drive) and/or removable memory (e.g., removable via a universal serial bus connection). The memory 430 may be a non-transitory computer-readable medium. The memory 430 may store information, one or more instructions, and/or software (e.g., one or more software applications) related to the operation of the device 400. In some implementations, the memory 430 may include one or more memories that are coupled (e.g., communicatively coupled) to one or more processors (e.g., processor 420), such as via the bus 410. Communicative coupling between a processor 420 and a memory 430 may enable the processor 420 to read and/or process information stored in the memory 430 and/or to store information in the memory 430.
The input component 440 may enable the device 400 to receive input, such as user input and/or sensed input. For example, the input component 440 may include a touch screen, a keyboard, a keypad, a mouse, a button, a microphone, a switch, a sensor, a global positioning system sensor, a global navigation satellite system sensor, an accelerometer, a gyroscope, and/or an actuator. The output component 450 may enable the device 400 to provide output, such as via a display, a speaker, and/or a light-emitting diode. The communication component 460 may enable the device 400 to communicate with other devices via a wired connection and/or a wireless connection. For example, the communication component 460 may include a receiver, a transmitter, a transceiver, a modem, a network interface card, and/or an antenna.
The device 400 may perform one or more operations or processes described herein. For example, a non-transitory computer-readable medium (e.g., memory 430) may store a set of instructions (e.g., one or more instructions or code) for execution by the processor 420. The processor 420 may execute the set of instructions to perform one or more operations or processes described herein. In some implementations, execution of the set of instructions, by one or more processors 420, causes the one or more processors 420 and/or the device 400 to perform one or more operations or processes described herein. In some implementations, hardwired circuitry may be used instead of or in combination with the instructions to perform one or more operations or processes described herein. Additionally, or alternatively, the processor 420 may be configured to perform one or more operations or processes described herein. Thus, implementations described herein are not limited to any specific combination of hardware circuitry and software.
The number and arrangement of components shown in
As shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
As further shown in
Although
The foregoing disclosure provides illustration and description, but is not intended to be exhaustive or to limit the implementations to the precise forms disclosed. Modifications may be made in light of the above disclosure or may be acquired from practice of the implementations.
As used herein, the term “component” is intended to be broadly construed as hardware, firmware, or a combination of hardware and software. It will be apparent that systems and/or methods described herein may be implemented in different forms of hardware, firmware, and/or a combination of hardware and software. The hardware and/or software code described herein for implementing aspects of the disclosure should not be construed as limiting the scope of the disclosure. Thus, the operation and behavior of the systems and/or methods are described herein without reference to specific software code-it being understood that software and hardware can be used to implement the systems and/or methods based on the description herein.
As used herein, satisfying a threshold may, depending on the context, refer to a value being greater than the threshold, greater than or equal to the threshold, less than the threshold, less than or equal to the threshold, equal to the threshold, not equal to the threshold, or the like.
Although particular combinations of features are recited in the claims and/or disclosed in the specification, these combinations are not intended to limit the disclosure of various implementations. In fact, many of these features may be combined in ways not specifically recited in the claims and/or disclosed in the specification. Although each dependent claim listed below may directly depend on only one claim, the disclosure of various implementations includes each dependent claim in combination with every other claim in the claim set. As used herein, a phrase referring to “at least one of” a list of items refers to any combination and permutation of those items, including single members. As an example, “at least one of: a, b, or c” is intended to cover a, b, c, a-b, a-c, b-c, and a-b-c, as well as any combination with multiple of the same item. As used herein, the term “and/or” used to connect items in a list refers to any combination and any permutation of those items, including single members (e.g., an individual item in the list). As an example, “a, b, and/or c” is intended to cover a, b, c, a-b, a-c, b-c, and a-b-c.
When “a processor” or “one or more processors” (or another device or component, such as “a controller” or “one or more controllers”) is described or claimed (within a single claim or across multiple claims) as performing multiple operations or being configured to perform multiple operations, this language is intended to broadly cover a variety of processor architectures and environments. For example, unless explicitly claimed otherwise (e.g., via the use of “first processor” and “second processor” or other language that differentiates processors in the claims), this language is intended to cover a single processor performing or being configured to perform all of the operations, a group of processors collectively performing or being configured to perform all of the operations, a first processor performing or being configured to perform a first operation and a second processor performing or being configured to perform a second operation, or any combination of processors performing or being configured to perform the operations. For example, when a claim has the form “one or more processors configured to: perform X; perform Y; and perform Z,” that claim should be interpreted to mean “one or more processors configured to perform X; one or more (possibly different) processors configured to perform Y; and one or more (also possibly different) processors configured to perform Z.”
No element, act, or instruction used herein should be construed as critical or essential unless explicitly described as such. Also, as used herein, the articles “a” and “an” are intended to include one or more items, and may be used interchangeably with “one or more.” Further, as used herein, the article “the” is intended to include one or more items referenced in connection with the article “the” and may be used interchangeably with “the one or more.” Furthermore, as used herein, the term “set” is intended to include one or more items (e.g., related items, unrelated items, or a combination of related and unrelated items), and may be used interchangeably with “one or more.” Where only one item is intended, the phrase “only one” or similar language is used. Also, as used herein, the terms “has,” “have,” “having,” or the like are intended to be open-ended terms. Further, the phrase “based on” is intended to mean “based, at least in part, on” unless explicitly stated otherwise. Also, as used herein, the term “or” is intended to be inclusive when used in a series and may be used interchangeably with “and/or,” unless explicitly stated otherwise (e.g., if used in combination with “either” or “only one of”).