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
Copy file name to clipboardexpand all lines: README.rst
+2
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ To run the integration tests, the following prerequisites must be met
133
133
1. AWS account credentials are available in the environment for the boto3 client to use.
134
134
2. The AWS account has an IAM role named :code:`SageMakerRole`.
135
135
It should have the AmazonSageMakerFullAccess policy attached as well as a policy with `the necessary permissions to use Elastic Inference <https://docs.aws.amazon.com/sagemaker/latest/dg/ei-setup.html>`__.
136
+
3. To run remote_function tests, dummy ecr repo should be created. It can be created by running -
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment
434
+
"environmentVariables": {
435
+
TYPE: OBJECT,
436
+
ADDITIONAL_PROPERTIES: False,
437
+
PATTERN_PROPERTIES: {
438
+
r"([a-zA-Z_][a-zA-Z0-9_]*){1,512}": {
439
+
TYPE: "string",
440
+
"pattern": r"[\S\s]*",
441
+
"maxLength": 512,
442
+
}
443
+
},
444
+
"maxProperties": 48,
445
+
},
446
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_S3DataSource.html#sagemaker-Type-S3DataSource-S3Uri
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AlgorithmSpecification.html#sagemaker-Type-AlgorithmSpecification-ContainerEntrypoint
0 commit comments