Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.9] [ML] Hide inference stats for PyTorch models (#160599) #160848

Merged
merged 1 commit into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. [ML] Hide inference stats for PyTorch models (elastic#160599)

    ## Summary
    
    Resolves elastic#157385
    
    Hides inference stats for the PyTorch models.
    
    - The salient information (`inference_count`, `timestamp`) is a repeat
    of what is already displayed in the Deployment Stats section.
    - `missing_all_fields_count` is confusing as the PyTorch models take a
    single input field rather than multiple fields as DFA models do, hence
    omitted.
    - The deployment stats have an
    [error_count](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trained-models-stats.html)
    field, hence it has been added to the Deployment Stats and
    `failure_count` has been removed.
    - Displays the stats tab by default for expanded rows if the model has
    started deployments
    
    (cherry picked from commit 4064e2b)
    
    # Conflicts:
    #	x-pack/plugins/ml/public/application/model_management/expanded_row.tsx
    darnautov committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7fb0be6 View commit details
    Browse the repository at this point in the history