Skip to content

Commit cf07419

Browse files
committed
Automatic commit: Move cp-mlf-rest-img-face-detection, cp-mlf-rest-img-human-detection, cp-mlf-rest-img-image-classification, cp-mlf-rest-img-object-detection, cp-mlf-rest-img-scene-text, cp-mlf-rest-similarity-face, cp-mlf-rest-similarity-image, cp-mlf-rest-similarity-text, cp-mlf-rest-txt-lang-detection, cp-mlf-rest-txt-machine-translation, cp-mlf-rest-txt-ocr, cp-mlf-rest-txt-text-classification, cp-mlf-rest-txt-topic-detection from QA to Production
1 parent 97a3fbb commit cf07419

13 files changed

Lines changed: 16 additions & 16 deletions

File tree

tutorials/cp-mlf-rest-img-face-detection/cp-mlf-rest-img-face-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Fill in the following additional information:
6262
Field Name | Value
6363
:----------------------- | :--------------
6464
<nobr>HTTP Method</nobr> | POST
65-
<nobr>URL<nobr> | <nobr>`https://mlftrial-face-detector.cfapps.eu10.hana.ondemand.com/api/v2alpha1/image/face-detection`</nobr>
65+
<nobr>URL<nobr> | the value for **`FACE_DETECTION_API_URL`** in your service key
6666

6767
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6868

tutorials/cp-mlf-rest-img-human-detection/cp-mlf-rest-img-human-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Fill in the following additional information:
6262
Field Name | Value
6363
:----------------------- | :--------------
6464
<nobr>HTTP Method</nobr> | POST
65-
<nobr>URL<nobr> | <nobr>`https://mlftrial-human-detection.cfapps.eu10.hana.ondemand.com/api/v2alpha1/image/human-detection/`</nobr>
65+
<nobr>URL<nobr> | the value for **`HUMAN_DETECTION_API_URL`** in your service key
6666

6767
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6868

tutorials/cp-mlf-rest-img-image-classification/cp-mlf-rest-img-image-classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Fill in the following additional information:
6060
Field Name | Value
6161
:----------------------- | :--------------
6262
<nobr>HTTP Method</nobr> | POST
63-
<nobr>URL<nobr> | <nobr>`https://mlftrial-image-classifier.cfapps.eu10.hana.ondemand.com/api/v2/image/classification`</nobr>
63+
<nobr>URL<nobr> | the value for **`IMAGE_CLASSIFICATION_URL`** in your service key
6464

6565
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6666

tutorials/cp-mlf-rest-img-object-detection/cp-mlf-rest-img-object-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Fill in the following additional information:
6262
Field Name | Value
6363
:----------------------- | :--------------
6464
<nobr>HTTP Method</nobr> | POST
65-
<nobr>URL<nobr> | <nobr>`https://mlftrial-retrain-od-inference.cfapps.eu10.hana.ondemand.com/api/v2alpha1/image/object-detection/`</nobr>
65+
<nobr>URL<nobr> | the value for **`OBJECT_DETECTION_API_URL`** in your service key
6666

6767
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6868

tutorials/cp-mlf-rest-img-scene-text/cp-mlf-rest-img-scene-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Fill in the following additional information:
6868
Field Name | Value
6969
:----------------------- | :--------------
7070
<nobr>HTTP Method</nobr> | POST
71-
<nobr>URL<nobr> | <nobr>`https://mlftrial-scene-text-recognition.cfapps.eu10.hana.ondemand.com/api/v2/image/scene-text-recognition`</nobr>
71+
<nobr>URL<nobr> | the value for **`SCENE_TEXT_RECOGNITION_URL`** in your service key
7272

7373
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
7474

tutorials/cp-mlf-rest-similarity-face/cp-mlf-rest-similarity-face.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Fill in the following additional information:
118118
Field Name | Value
119119
:----------------------- | :--------------
120120
<nobr>HTTP Method</nobr> | POST
121-
<nobr>URL<nobr> | <nobr>`https://mlftrial-face-feature-extractor.cfapps.eu10.hana.ondemand.com/api/v2alpha1/image/face-feature-extraction`</nobr>
121+
<nobr>URL<nobr> | the value for **`FACE_FEATURE_EXTRACTION_API_URL`** in your service key
122122

123123
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
124124
@@ -533,7 +533,7 @@ Fill in the following additional information:
533533
Field Name | Value
534534
:----------------------- | :--------------
535535
<nobr>HTTP Method</nobr> | POST
536-
<nobr>URL<nobr> | <nobr>`https://mlftrial-similarity-scoring.cfapps.eu10.hana.ondemand.com/api/v2/similarity-scoring`</nobr>
536+
<nobr>URL<nobr> | the value for **`SIMILARITY_SCORING_URL`** in your service key
537537

538538
On the **Body** tab, keep **`form-data`** selected.
539539

tutorials/cp-mlf-rest-similarity-image/cp-mlf-rest-similarity-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Fill in the following additional information:
115115
Field Name | Value
116116
:----------------------- | :--------------
117117
<nobr>HTTP Method</nobr> | POST
118-
<nobr>URL<nobr> | <nobr>`https://mlftrial-image-feature-extractor.cfapps.eu10.hana.ondemand.com/api/v2/image/feature-extraction`</nobr>
118+
<nobr>URL<nobr> | the value for **`IMAGE_FEATURE_EXTRACTION_URL`** in your service key
119119

120120
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
121121
@@ -182,7 +182,7 @@ Fill in the following additional information:
182182
Field Name | Value
183183
:----------------------- | :--------------
184184
<nobr>HTTP Method</nobr> | POST
185-
<nobr>URL<nobr> | <nobr>`https://mlftrial-similarity-scoring.cfapps.eu10.hana.ondemand.com/api/v2/similarity-scoring`</nobr>
185+
<nobr>URL<nobr> | the value for **`SIMILARITY_SCORING_URL`** in your service key
186186

187187
On the **Body** tab, keep **`form-data`** selected.
188188

tutorials/cp-mlf-rest-similarity-text/cp-mlf-rest-similarity-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Fill in the following additional information:
108108
Field Name | Value
109109
:----------------------- | :--------------
110110
<nobr>HTTP Method</nobr> | POST
111-
<nobr>URL<nobr> | <nobr>`https://mlftrial-doc-feats.cfapps.eu10.hana.ondemand.com/api/v2alpha1/text/feature-extraction`</nobr>
111+
<nobr>URL<nobr> | the value for **`TEXT_FEATURES_EXTRACTION_URL`** in your service key
112112

113113
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
114114
@@ -183,7 +183,7 @@ Fill in the following additional information:
183183
Field Name | Value
184184
:----------------------- | :--------------
185185
<nobr>HTTP Method</nobr> | POST
186-
<nobr>URL<nobr> | <nobr>`https://mlftrial-similarity-scoring.cfapps.eu10.hana.ondemand.com/api/v2/similarity-scoring`</nobr>
186+
<nobr>URL<nobr> | the value for **`SIMILARITY_SCORING_URL`** in your service key
187187

188188
On the **Body** tab, keep **`form-data`** selected.
189189

tutorials/cp-mlf-rest-txt-lang-detection/cp-mlf-rest-txt-lang-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Fill in the following additional information:
5757
Field Name | Value
5858
:----------------------- | :--------------
5959
<nobr>HTTP Method</nobr> | POST
60-
<nobr>URL<nobr> | <nobr>`https://mlftrial-language-detection.cfapps.eu10.hana.ondemand.com/api/v2alpha1/text/lang-detect`</nobr>
60+
<nobr>URL<nobr> | the value for **`LANG_DETECTION_API_URL`** in your service key
6161

6262
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6363

tutorials/cp-mlf-rest-txt-machine-translation/cp-mlf-rest-txt-machine-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Fill in the following additional information:
5656
Field Name | Value
5757
:----------------------- | :--------------
5858
<nobr>HTTP Method</nobr> | POST
59-
<nobr>URL<nobr> | <nobr>`https://mlftrial-machine-translation.cfapps.eu10.hana.ondemand.com/api/v2/text/translation`</nobr>
59+
<nobr>URL<nobr> | the value for **`TRANSLATION_URL`** in your service key
6060

6161
> **Note** As a reminder, the URL depends on you Cloud Platform landscape region but for the trial landscape only ***Europe (Frankfurt)*** provide access to the Machine Learning Foundation services.
6262

0 commit comments

Comments
 (0)