sagemaker.core.tools.method# Classes Method(**kwargs) A class to store the information of methods to be generated MethodType(value) An enumeration. class sagemaker.core.tools.method.Method(**kwargs)[source]# Bases: object A class to store the information of methods to be generated docstring_title: str# get_docstring_title(operation)[source]# method_name: str# method_type: MethodType# operation_name: str# resource_name: str# return_type: str# service_name: str# class sagemaker.core.tools.method.MethodType(value)[source]# Bases: Enum An enumeration. CLASS = 'class'# OBJECT = 'object'# STATIC = 'static'#