Struct aws_sdk_sagemaker::model::algorithm_validation_profile::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AlgorithmValidationProfile
Implementations
The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
The TrainingJobDefinition
object that describes the training job that
Amazon SageMaker runs to validate your algorithm.
The TrainingJobDefinition
object that describes the training job that
Amazon SageMaker runs to validate your algorithm.
The TransformJobDefinition
object that describes the transform job that
Amazon SageMaker runs to validate your algorithm.
The TransformJobDefinition
object that describes the transform job that
Amazon SageMaker runs to validate your algorithm.
Consumes the builder and constructs a AlgorithmValidationProfile
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