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

Adopt examples from TCGC #4959

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
233f4c3
bump version
ArcturusZhang Aug 5, 2024
146dce2
try it on first test
ArcturusZhang Aug 6, 2024
dc839aa
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 6, 2024
ec5ab3f
change the location of example
ArcturusZhang Aug 6, 2024
8fc1834
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 7, 2024
474b3d2
update to new version
ArcturusZhang Aug 7, 2024
5881c15
add new code and refactor old code
ArcturusZhang Aug 7, 2024
49239db
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 12, 2024
ecc7b22
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 13, 2024
9ef71a1
update to latest version
ArcturusZhang Aug 13, 2024
3dc22a8
regen and fix
ArcturusZhang Aug 13, 2024
6e28d11
add the examples-directory to configuration
ArcturusZhang Aug 13, 2024
33bfc2c
wip
ArcturusZhang Aug 13, 2024
f919dd6
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 14, 2024
b3a386e
bump a new version
ArcturusZhang Aug 14, 2024
cd2cd36
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 14, 2024
5ef5f3e
everything looks good except for the object deserialization
ArcturusZhang Aug 14, 2024
2170a43
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 14, 2024
01322b5
the simplest case could pass now
ArcturusZhang Aug 14, 2024
d6b8e9f
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 15, 2024
0105349
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 15, 2024
da1c187
remove some deprecated code
ArcturusZhang Aug 15, 2024
e8e93ad
fix test compilation issues
ArcturusZhang Aug 15, 2024
1a936e1
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 15, 2024
69bae29
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 16, 2024
b135f8d
change examples-dir to relative
ArcturusZhang Aug 16, 2024
41eefd5
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 16, 2024
a0a7d54
remove the old inputoperationexample
ArcturusZhang Aug 16, 2024
216dabf
revert a filename change
ArcturusZhang Aug 16, 2024
0a1629f
a few refinement
ArcturusZhang Aug 16, 2024
199e892
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 16, 2024
a360370
rename the inputoperationexample back
ArcturusZhang Aug 16, 2024
9ceb666
format
ArcturusZhang Aug 16, 2024
9266e40
Merge branch 'feature/v3' into adopt-example-values-from-tcgc
ArcturusZhang Aug 19, 2024
50fc167
update
ArcturusZhang Aug 19, 2024
60fc52c
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 21, 2024
4be3578
update version
ArcturusZhang Aug 21, 2024
e2695be
add real examples for anomalydetector
ArcturusZhang Aug 21, 2024
7221c4f
remove the examples in firsttest
ArcturusZhang Aug 21, 2024
8f08fa4
fix some issues found in review
ArcturusZhang Aug 21, 2024
2a838a2
update the version
ArcturusZhang Aug 21, 2024
84c8e18
Merge remote-tracking branch 'origin/feature/v3' into adopt-example-v…
ArcturusZhang Aug 22, 2024
de08009
bump to official version
ArcturusZhang Aug 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion samples/AnomalyDetector/Configuration.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApiVersion": "v1.1",
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"body": {
"options": {
"series": [
{
"timestamp": "2017-01-01T06:45:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"modelId": "45aad126-aafd-11ea-b8fb-d89ef3400c5f",
"body": {
"options": {
"dataSource": "https://multiadsample.blob.core.windows.net/data/sample_data_2_1000.csv",
"topContributorCount": 10,
"startTime": "2019-04-01T00:15:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApiVersion": "v1.1",
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"body": {
"options": {
"series": [
{
"timestamp": "1972-01-01T00:00:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApiVersion": "v1.1",
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"body": {
"options": {
"series": [
{
"timestamp": "1972-01-01T00:00:00Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"modelId": "45aad126-aafd-11ea-b8fb-d89ef3400c5f",
"body": {
"options": {
"variables": [
{
"variable": "Variable_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ApiVersion": "v1.1",
"Content-Type": "application/json",
"Ocp-Apim-Subscription-Key": "{API key}",
"body": {
"modelInfo": {
"slidingWindow": 20,
"alignPolicy": {
"alignMode": "Outer",
Expand Down
1,252 changes: 484 additions & 768 deletions samples/AnomalyDetector/src/Generated/Docs/Multivariate.xml

Large diffs are not rendered by default.

Loading