File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Nest/Cat/CatTrainedModels
tests/Tests/Cat/CatTrainedModels Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public class CatTrainedModelsRecord : ICatRecord
6464 /// (Default) The total number of ingest pipelines that are referencing the trained model.
6565 /// </summary>
6666 [ DataMember ( Name = "ingest.pipelines" ) ]
67- public long ? IngestPipelines { get ; set ; }
67+ public string IngestPipelines { get ; set ; }
6868
6969 /// <summary>
7070 /// The total time that is spent processing documents with the trained model.
@@ -83,7 +83,7 @@ public class CatTrainedModelsRecord : ICatRecord
8383 /// complexity of the model.
8484 /// </summary>
8585 [ DataMember ( Name = "operations" ) ]
86- public long ? Operations { get ; set ; }
86+ public string Operations { get ; set ; }
8787
8888 /// <summary>
8989 /// The Elasticsearch version number in which the trained model was created.
Original file line number Diff line number Diff line change 11using Elastic . Xunit . XunitPlumbing ;
22using Elasticsearch . Net ;
3- using FluentAssertions ;
43using Nest ;
54using Tests . Core . Extensions ;
65using Tests . Core . ManagedElasticsearch . Clusters ;
You can’t perform that action at this time.
0 commit comments