Difference between revisions of "Amazon SageMaker"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Machine learning]] service to create, train, and deploy machine-learning (ML) models in AWS.
 
[[Machine learning]] service to create, train, and deploy machine-learning (ML) models in AWS.
  
 +
== 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]]
 
* [[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 ==

Latest revision as of 05:26, 24 January 2023

Advertising: