Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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