View source: R/workflow_airflow.R
prepare_framework_container_def | R Documentation |
Prepare the framework model container information. Specify related S3 operations for Airflow to perform. (Upload 'source_dir' )
prepare_framework_container_def(model, instance_type, s3_operations)
model |
(sagemaker.model.FrameworkModel): The framework model |
instance_type |
(str): The EC2 instance type to deploy this Model to. For example, 'ml.p2.xlarge'. |
s3_operations |
(dict): The dict to specify S3 operations (upload 'source_dir' ). |
dict: The container information of this framework model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.