class Aws::SageMaker::Types::SourceAlgorithm
Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker
account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.
@note When making an API call, you may pass SourceAlgorithm
data as a hash: { model_data_url: "Url", algorithm_name: "ArnOrName", # required }
@!attribute [rw] model_data_url
The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single `gzip` compressed tar archive (`.tar.gz` suffix). <note markdown="1"> The model artifacts must be in an S3 bucket that is in the same region as the algorithm. </note> @return [String]
@!attribute [rw] algorithm_name
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceAlgorithm AWS API Documentation
Constants
- SENSITIVE