Skip to content

Commit 7a867b9

Browse files
committed
lint one more
1 parent f97fdba commit 7a867b9

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

src/sagemaker/session.py

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6531,13 +6531,16 @@ def list_hubs(
65316531
"""Lists all existing SageMaker Hubs
65326532
65336533
Args:
6534-
creation_time_after (str): Only list HubContent that was created after the time specified.
6535-
creation_time_before (str): Only list HubContent that was created before the time specified.
6534+
creation_time_after (str): Only list HubContent that was created after
6535+
the time specified.
6536+
creation_time_before (str): Only list HubContent that was created
6537+
before the time specified.
65366538
max_results (int): The maximum amount of HubContent to list.
65376539
max_schema_version (str): The upper bound of the HubContentSchemaVersion.
65386540
name_contains (str): Only list HubContent if the name contains the specified string.
6539-
next_token (str): If the response to a previous ``ListHubContents`` request was truncated, the
6540-
response includes a ``NextToken``. To retrieve the next set of hub content, use the token in the next request.
6541+
next_token (str): If the response to a previous ``ListHubContents`` request was
6542+
truncated, the response includes a ``NextToken``. To retrieve the next set of
6543+
hub content, use the token in the next request.
65416544
sort_by (str): Sort HubContent versions by either name or creation time.
65426545
sort_order (str): Sort Hubs by ascending or descending order.
65436546
Returns:
@@ -6581,13 +6584,16 @@ def list_hub_contents(
65816584
Args:
65826585
hub_name (str): The name of the Hub to list the contents of.
65836586
hub_content_type (str): The type of the HubContent to list.
6584-
creation_time_after (str): Only list HubContent that was created after the time specified.
6585-
creation_time_before (str): Only list HubContent that was created before the time specified.
6587+
creation_time_after (str): Only list HubContent that was created after the
6588+
time specified.
6589+
creation_time_before (str): Only list HubContent that was created before the
6590+
time specified.
65866591
max_results (int): The maximum amount of HubContent to list.
65876592
max_schema_version (str): The upper bound of the HubContentSchemaVersion.
65886593
name_contains (str): Only list HubContent if the name contains the specified string.
6589-
next_token (str): If the response to a previous ``ListHubContents`` request was truncated, the
6590-
response includes a ``NextToken``. To retrieve the next set of hub content, use the token in the next request.
6594+
next_token (str): If the response to a previous ``ListHubContents`` request was
6595+
truncated, the response includes a ``NextToken``. To retrieve the next set of
6596+
hub content, use the token in the next request.
65916597
sort_by (str): Sort HubContent versions by either name or creation time.
65926598
sort_order (str): Sort Hubs by ascending or descending order.
65936599
Returns:
@@ -6645,12 +6651,12 @@ def import_hub_content(
66456651
hub_content_version (str): The version of the HubContent to import.
66466652
hub_content_type (str): The type of HubContent to import.
66476653
hub_name (str): The name of the Hub to import content to.
6648-
hub_content_document (str): The hub content document that describes information about the hub content
6649-
such as type, associated containers, scripts, and more.
6654+
hub_content_document (str): The hub content document that describes information
6655+
about the hub content such as type, associated containers, scripts, and more.
66506656
hub_content_display_name (str): The display name of the HubContent to import.
66516657
hub_content_description (str): The description of the HubContent to import.
6652-
hub_content_markdown (str): A string that provides a description of the HubContent. This string can include links, tables,
6653-
and standard markdown formatting.
6658+
hub_content_markdown (str): A string that provides a description of the HubContent.
6659+
This string can include links, tables, and standard markdown formatting.
66546660
hub_content_search_keywords (list): The searchable keywords of the HubContent.
66556661
tags (list): Any tags associated with the HubContent.
66566662
Returns:
@@ -6713,7 +6719,8 @@ def delete_hub_content(
67136719
67146720
Args:
67156721
hub_content_name (str): The name of the content thatyou want to delete from a Hub.
6716-
hub_content_version (str): The version of the content that you want to delete from a Hub.
6722+
hub_content_version (str): The version of the content that you want to delete from
6723+
a Hub.
67176724
hub_content_type (str): The type of the content that you want to delete from a Hub.
67186725
hub_name (str): The name of the Hub that you want to delete content in.
67196726
"""

0 commit comments

Comments
 (0)