airflow.providers.amazon.aws.operators.sagemaker_base
¶
Module Contents¶
-
class
airflow.providers.amazon.aws.operators.sagemaker_base.
SageMakerBaseOperator
(*, config: dict, aws_conn_id: str = 'aws_default', **kwargs)[source]¶ Bases:
airflow.models.BaseOperator
This is the base operator for all SageMaker operators.
- Parameters
-
parse_integer
(self, config, field)[source]¶ Recursive method for parsing string fields holding integer values to integers.
-
parse_config_integers
(self)[source]¶ Parse the integer fields of training config to integers in case the config is rendered by Jinja and all fields are str.