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
Amazon Sagemaker Job Runtime Service. Added cmdlets to support the service. Cmdlets for the service have the noun prefix SMJR and can be listed using the command 'Get-AWSCmdletName -Service SMJR'.
Amazon SageMaker Service
Added cmdlet Get-SMJobDetail leveraging the DescribeJob service API.
Added cmdlet Get-SMJobList leveraging the ListJobs service API.
Added cmdlet Get-SMJobSchemaVersionDetail leveraging the DescribeJobSchemaVersion service API.
Added cmdlet Get-SMJobSchemaVersionList leveraging the ListJobSchemaVersions service API.
Added cmdlet New-SMJob leveraging the CreateJob service API.
Added cmdlet Remove-SMJob leveraging the DeleteJob service API.
Added cmdlet Stop-SMJob leveraging the StopJob service API.