Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 416acfc

Browse files
committed
[codegen] update to latest spec
1 parent bed248d commit 416acfc

File tree

1 file changed

+10
-10
lines changed
  • java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files

1 file changed

+10
-10
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,8 +2123,8 @@
21232123
'ml._types.ClassificationInferenceOptions': 'ml/_types/inference.ts#L118-L133',
21242124
'ml._types.CommonTokenizationConfig': 'ml/_types/inference.ts#L160-L186',
21252125
'ml._types.ConditionOperator': 'ml/_types/Rule.ts#L74-L79',
2126-
'ml._types.DataCounts': 'ml/_types/Job.ts#L352-L372',
2127-
'ml._types.DataDescription': 'ml/_types/Job.ts#L374-L390',
2126+
'ml._types.DataCounts': 'ml/_types/Job.ts#L354-L374',
2127+
'ml._types.DataDescription': 'ml/_types/Job.ts#L376-L392',
21282128
'ml._types.Datafeed': 'ml/_types/Datafeed.ts#L37-L61',
21292129
'ml._types.DatafeedAuthorization': 'ml/_types/Authorization.ts#L31-L43',
21302130
'ml._types.DatafeedConfig': 'ml/_types/Datafeed.ts#L63-L120',
@@ -2195,14 +2195,14 @@
21952195
'ml._types.Influence': 'ml/_types/Anomaly.ts#L141-L144',
21962196
'ml._types.Influencer': 'ml/_types/Influencer.ts#L24-L76',
21972197
'ml._types.Job': 'ml/_types/Job.ts#L61-L180',
2198-
'ml._types.JobBlocked': 'ml/_types/Job.ts#L392-L395',
2199-
'ml._types.JobBlockedReason': 'ml/_types/Job.ts#L397-L401',
2200-
'ml._types.JobConfig': 'ml/_types/Job.ts#L182-L283',
2201-
'ml._types.JobForecastStatistics': 'ml/_types/Job.ts#L343-L350',
2198+
'ml._types.JobBlocked': 'ml/_types/Job.ts#L394-L397',
2199+
'ml._types.JobBlockedReason': 'ml/_types/Job.ts#L399-L403',
2200+
'ml._types.JobConfig': 'ml/_types/Job.ts#L182-L285',
2201+
'ml._types.JobForecastStatistics': 'ml/_types/Job.ts#L345-L352',
22022202
'ml._types.JobState': 'ml/_types/Job.ts#L36-L52',
22032203
'ml._types.JobStatistics': 'ml/_types/Job.ts#L54-L59',
2204-
'ml._types.JobStats': 'ml/_types/Job.ts#L284-L330',
2205-
'ml._types.JobTimingStats': 'ml/_types/Job.ts#L332-L341',
2204+
'ml._types.JobStats': 'ml/_types/Job.ts#L286-L332',
2205+
'ml._types.JobTimingStats': 'ml/_types/Job.ts#L334-L343',
22062206
'ml._types.LearningToRankConfig': 'ml/_types/inference.ts#L87-L91',
22072207
'ml._types.MemoryStatus': 'ml/_types/Model.ts#L89-L93',
22082208
'ml._types.ModelPackageConfig': 'ml/_types/TrainedModel.ts#L257-L272',
@@ -3298,10 +3298,10 @@
32983298
if (hash.length > 1) {
32993299
hash = hash.substring(1);
33003300
}
3301-
window.location = "https://github.com/elastic/elasticsearch-specification/tree/79d745c2e17859dddd5fa277ef804289f4fa98ad/specification/" + (paths[hash] || "");
3301+
window.location = "https://github.com/elastic/elasticsearch-specification/tree/b06a808c252f94705e34b7ffddb565c628031a1d/specification/" + (paths[hash] || "");
33023302
</script>
33033303
</head>
33043304
<body>
3305-
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/79d745c2e17859dddd5fa277ef804289f4fa98ad/specification/">Elasticsearch API specification</a>.
3305+
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/b06a808c252f94705e34b7ffddb565c628031a1d/specification/">Elasticsearch API specification</a>.
33063306
</body>
33073307
</html>

0 commit comments

Comments
 (0)