Skip to content

Commit

Permalink
Generated from 994207db1a278001c2141b2387b932f1913d98c6 (#4017) (#4035)
Browse files Browse the repository at this point in the history
typo: CustomVision/Training

- Minor formatting
- Limted -> Limited
- assocated -> associated
- modifed -> modified
  • Loading branch information
AutorestCI authored and lmazuel committed Jan 8, 2019
1 parent 5627b6c commit a242323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def delete_image_tags(
:type project_id: str
:param image_ids: Image ids. Limited to 64 images.
:type image_ids: list[str]
:param tag_ids: Tags to be deleted from the specified images. Limted
:param tag_ids: Tags to be deleted from the specified images. Limited
to 20 tags.
:type tag_ids: list[str]
:param dict custom_headers: headers that will be added to the request
Expand Down Expand Up @@ -848,7 +848,7 @@ def delete_images(
:param project_id: The project id.
:type project_id: str
:param image_ids: Ids of the images to be deleted. Limted to 256
:param image_ids: Ids of the images to be deleted. Limited to 256
images per batch.
:type image_ids: list[str]
:param dict custom_headers: headers that will be added to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Project(Model):
~azure.cognitiveservices.vision.customvision.training.models.ProjectSettings
:ivar created: Gets the date this project was created.
:vartype created: datetime
:ivar last_modified: Gets the date this project was last modifed.
:ivar last_modified: Gets the date this project was last modified.
:vartype last_modified: datetime
:ivar thumbnail_uri: Gets the thumbnail url representing the project.
:vartype thumbnail_uri: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Project(Model):
~azure.cognitiveservices.vision.customvision.training.models.ProjectSettings
:ivar created: Gets the date this project was created.
:vartype created: datetime
:ivar last_modified: Gets the date this project was last modifed.
:ivar last_modified: Gets the date this project was last modified.
:vartype last_modified: datetime
:ivar thumbnail_uri: Gets the thumbnail url representing the project.
:vartype thumbnail_uri: str
Expand Down

0 comments on commit a242323

Please sign in to comment.