sagemaker.core.user_agent#
Placeholder docstring
Functions
Get the user agent extra suffix string specific to SageMaker Python SDK |
|
Check if the platform is SageMaker Notebook, if yes, return the InstanceType |
|
Check if the platform is SageMaker Studio, if yes, return the AppType |
- sagemaker.core.user_agent.get_user_agent_extra_suffix()[source]#
Get the user agent extra suffix string specific to SageMaker Python SDK
Adhers to new boto recommended User-Agent 2.0 header format
- Returns:
The user agent extra suffix string to be appended
- Return type:
str