![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::SourceAlgorithm USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::SourceAlgorithm object: $service_obj->Method(Att1 => { AlgorithmName => $value, ..., ModelDataUrl => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::SourceAlgorithm object: $result = $service_obj->Method(...); $result->Att1->AlgorithmName DESCRIPTIONSpecifies 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. ATTRIBUTESREQUIRED AlgorithmName => StrThe 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. ModelDataUrl => StrThe 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). The model artifacts must be in an S3 bucket that is in the same region as the algorithm. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|