python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change AWS SageMaker LogGroup Prefix?
We have applications for multiple tenants on our AWS account and would like to distinguish between them in different IAM roles. In most places this is already possible by limiting resource access base...
Hendrik Wiese
Votes: 0
Answers: 1
What is the fastest way to pull massive amounts of data from Snowflake Database into AWS SageMaker?
What would be the fastest way to pull in very large datasets from Snowflake into my SageMaker instance in AWS? How does the snowflake python connector (what I currently use) compare to lets say a spar...
someone
Votes: 0
Answers: 1
How can I add a final step to a Sagemaker Pipeline that runs even if other steps fail
Is there a way to add an end step to a sagemaker pipeline that still runs at the very end (and runs code) even if other previous steps fail. Before I thought we could make it a Fail Step but that onl...
Meg
Votes: 0
Answers: 1
SageMaker Model Package Group cannot be deleted because it still contains Model Packages
I have created a Model Package Group in SageMaker to store different versions in the Model Registry.
import boto3
model_package = 'risk-model'
sagemaker_boto_client = boto3.client('sagemaker')
sagem...
Miguel Trejo
Votes: 0
Answers: 2