Hitachi.APM.Models.API 7.2.0

dotnet add package Hitachi.APM.Models.API --version 7.2.0
                    
NuGet\Install-Package Hitachi.APM.Models.API -Version 7.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hitachi.APM.Models.API" Version="7.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hitachi.APM.Models.API" Version="7.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Hitachi.APM.Models.API" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hitachi.APM.Models.API --version 7.2.0
                    
#r "nuget: Hitachi.APM.Models.API, 7.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Hitachi.APM.Models.API@7.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hitachi.APM.Models.API&version=7.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Hitachi.APM.Models.API&version=7.2.0
                    
Install as a Cake Tool

APM Health Model API

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.2.0 1,728 1/24/2025
7.1.0 1,386 1/21/2025
7.0.0 527 12/16/2024

[7.2.0] 2025-01-24
       Changed:
       - Improved deserialization for System.Text.Json to variable of object type for of complex objects
       [7.1.0] 2025-01-22
       Changed:
       - Adapting ModelsApi objects for serialization and deserialization of both Newtonsoft and System.Text.Json
       [7.0.0] 2024-12-13
       Changed:
       - Renaming of the package from ABB.AHC.Models.API to Hitachi.APM.Models.API
       - Remove API versions: V1, V2, V3
       - Remove AutoMapper version: 8.1.0
       - Remove target framework: .netstandard 2.1 and add multi-target: .net 6,7,8
       [6.2.3] 2024-11-06
       Changed:
       - Update Newtonsoft.Json from 13.0.1 to 13.0.3, fix CVE-2024-21907
       [6.2.2] 2024-10-01
       Fixed:
       - added timeout for RecommendationIdValidationRegex (200 miliseconds)
       [6.2.1] 2024-07-17
       Fixed:
       - Returned ExpectedParameterType for InvalidParameterTypeException in AsDateTime extension method
       [6.2.0] 2024-06-26
       Added:
       - InvalidParameterTypeException and InvalidParameterException classes
       - GetLastAsString, GetLastAsDate, GetLastAsNumber, GetLastAsBool, GetLastAsEnum to ModelInput
       [6.1.2] 2023-11-07
       Changed:
       - Recommendation Id maximal lenght from 128 to 256
       [6.1.1] 2023-10-26
       Fixed:
       - Models API not working with .NET 7.0
       [6.1.0] 2022-09-18
       Added: Recommendation Id to Issue
       [6.0.0] 2022-02-17
       Changed:
       - Changed SimulationConfiguration data type to JToken
       Removed:
       - SimulationConfiguration and SimulationLoadRange definitions
       [5.8.0] 2022-11-24
       Fixed:
       - model version 6: cretaing ModelOutput - initializing the UnstructuredValues property with empty dictionary
       [5.7.0] 2022-11-22
       Added:
       - DueDate in Issue
       [5.6.0] 2022-05-09
       Added:
       - Unstructured values in ModelOutput
       [5.5.1] 2022-01-27
       Changed:
       - remove Obsolete attribute from ABB.AHC.Models.API.V6.Score constructors because of removing Obsolete attribute from ABB.AHC.Models.API.V6.Score.ImpactingInputParameterNames
       [5.5.0] 2022-01-10
       Changed:
       - Update Newtonsoft.Json to 13.0.1, fix CVE
       - remove Obsolete attribute from ABB.AHC.Models.API.V6.Score.ImpactingInputParameterNames
       - copyright notice
       - score value must be provided when score confidence is available
       Added:
       - score confidence
       - indicative parameters and indicative derivative parameters for V6.Score
       - score confidence

       [5.4.0] 2020-08-31
       Added:
       - simulation configuration added to model input
       - prognosis model output added to model output
       - score type (Additive, Maximum) added to model output
       Fixed:
       - xml doc and Obsolete attributes message for deprecated IModel interfaces
       - xml doc for ModelOutput's constructors

       5.3.6:
       - Fix convertion method ABB.AHC.Models.API.Commons.TypeExtensions.AsNumber
       - Update Nuget libraries

       5.3.5:
       - Fix for ModelOutput conversion (from V4 to V5) when issue's header and/or condition are null