Struct aws_sdk_sagemaker::model::source_algorithm::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SourceAlgorithm
Implementations
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).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
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).
The model artifacts must be in an S3 bucket that is in the same region as the algorithm.
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.
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.
Consumes the builder and constructs a SourceAlgorithm
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more