Difference between revisions of "Amazon SageMaker"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:Amazon SageMaker]] ([[AWS timeline|Nov 2017]]) <ref>https://aws.amazon.com/about-aws/whats-new/2017/11/introducing-amazon-sagemaker/</ref>
[[wikipedia:Amazon SageMaker]] (2017)
+
[[Machine learning]] service to create, train, and deploy machine-learning (ML) models in AWS.
[[Machine learning]] service
 
  
 +
== Example IAM Policies ==
 +
<code>[[AmazonSageMakerFeatureStoreAccess]]</code>
 +
{
 +
    "Version": "2012-10-17",
 +
    "Statement": [
 +
        {
 +
            "Effect": "Allow",
 +
            "Action": [
 +
                "[[s3:GetObject]]",
 +
                "[[s3:PutObject]]",
 +
                "[[s3:DeleteObject]]",
 +
                "[[s3:ListBucket]]"
 +
            ],
 +
            "Resource": [
 +
                "arn:aws:s3:::*"
 +
            ]
 +
        }
 +
    ]
 +
}
  
 +
* [[Amazon SageMaker Canvas]]
 +
 +
== Related ==
 +
* [[AmazonSageMakerFullAccess]]
 +
* [[ScheduleConfig]]
 +
* [[Colab]]
 +
 +
== Activities ==
 +
* Read https://aws.amazon.com/blogs/machine-learning/train-fraudulent-payment-detection-with-amazon-sagemaker/
  
 
== See also ==
 
== See also ==
* {{AWS}}
+
* {{aws sagemaker}}
 +
* {{AWS ML}}
 
* {{ML}}
 
* {{ML}}
 
  
 
[[Category:Computing]]
 
[[Category:Computing]]

Latest revision as of 05:26, 24 January 2023

Advertising: