You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis/authoring/models/endpoint_info.py
+4
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ class EndpointInfo(Model):
28
28
:type assigned_endpoint_key: str
29
29
:param endpoint_region: The endpoint's region.
30
30
:type endpoint_region: str
31
+
:param failed_regions: Regions where publishing failed.
32
+
:type failed_regions: str
31
33
:param published_date_time: Timestamp when was last published.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis/authoring/models/endpoint_info_py3.py
+5-1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ class EndpointInfo(Model):
28
28
:type assigned_endpoint_key: str
29
29
:param endpoint_region: The endpoint's region.
30
30
:type endpoint_region: str
31
+
:param failed_regions: Regions where publishing failed.
32
+
:type failed_regions: str
31
33
:param published_date_time: Timestamp when was last published.
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis/authoring/models/production_or_staging_endpoint_info.py
+3
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ class ProductionOrStagingEndpointInfo(EndpointInfo):
28
28
:type assigned_endpoint_key: str
29
29
:param endpoint_region: The endpoint's region.
30
30
:type endpoint_region: str
31
+
:param failed_regions: Regions where publishing failed.
32
+
:type failed_regions: str
31
33
:param published_date_time: Timestamp when was last published.
32
34
:type published_date_time: str
33
35
"""
@@ -39,6 +41,7 @@ class ProductionOrStagingEndpointInfo(EndpointInfo):
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis/authoring/models/production_or_staging_endpoint_info_py3.py
+5-2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ class ProductionOrStagingEndpointInfo(EndpointInfo):
28
28
:type assigned_endpoint_key: str
29
29
:param endpoint_region: The endpoint's region.
30
30
:type endpoint_region: str
31
+
:param failed_regions: Regions where publishing failed.
32
+
:type failed_regions: str
31
33
:param published_date_time: Timestamp when was last published.
32
34
:type published_date_time: str
33
35
"""
@@ -39,8 +41,9 @@ class ProductionOrStagingEndpointInfo(EndpointInfo):
Copy file name to clipboardExpand all lines: azure-cognitiveservices-language-luis/azure/cognitiveservices/language/luis/authoring/operations/apps_operations.py
0 commit comments