SageMaker Algorithm

SageMaker Algorithm in AWS represents a reusable machine learning algorithm that can be used to train models or perform inference within Amazon SageMaker. It provides details about the algorithm, such as its name, description, training and inference specifications, and supported input and output formats. This resource allows you to manage and reuse algorithms across multiple training jobs and endpoints, simplifying the process of building and deploying machine learning solutions.

aws.sagemaker_algorithm

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
algorithm_arncorestringThe Amazon Resource Name (ARN) of the algorithm.
algorithm_descriptioncorestringA brief summary about the algorithm.
algorithm_namecorestringThe name of the algorithm being described.
algorithm_statuscorestringThe current status of the algorithm.
algorithm_status_detailscorejsonDetails about the current status of the algorithm.
certify_for_marketplacecoreboolWhether the algorithm is certified to be listed in Amazon Web Services Marketplace.
creation_timecoretimestampA timestamp specifying when the algorithm was created.
inference_specificationcorejsonDetails about inference jobs that the algorithm runs.
product_idcorestringThe product identifier of the algorithm.
tagscorehstore
training_specificationcorejsonDetails about training jobs run by this algorithm.
validation_specificationcorejsonDetails about configurations for one or more training jobs that SageMaker runs to test the algorithm.