Skip to content

Commit

Permalink
[ML] Improve comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed May 17, 2022
1 parent d9dcba3 commit a6abf0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { initialState, streamReducer } from './stream_reducer';
* ExplainLogRateSpikes props require a data view.
*/
export interface ExplainLogRateSpikesProps {
/** The data view to analyze. */
dataView: DataView;
}

Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/aiops/public/shared_lazy_components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const LazyWrapper: FC = ({ children }) => (

/**
* Lazy-wrapped ExplainLogRateSpikes React component
* @param {ExplainLogRateSpikesProps} props - properties specifying the data on which to run the analysis.
*/
export const ExplainLogRateSpikes: FC<ExplainLogRateSpikesProps> = (props) => (
<LazyWrapper>
Expand Down

0 comments on commit a6abf0e

Please sign in to comment.