Struct aws_sdk_sagemaker::output::describe_algorithm_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DescribeAlgorithmOutput
Implementations
The name of the algorithm being described.
The name of the algorithm being described.
The Amazon Resource Name (ARN) of the algorithm.
The Amazon Resource Name (ARN) of the algorithm.
A brief summary about the algorithm.
A brief summary about the algorithm.
A timestamp specifying when the algorithm was created.
A timestamp specifying when the algorithm was created.
Details about training jobs run by this algorithm.
Details about training jobs run by this algorithm.
Details about inference jobs that the algorithm runs.
Details about inference jobs that the algorithm runs.
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
pub fn set_validation_specification(
self,
input: Option<AlgorithmValidationSpecification>
) -> Self
pub fn set_validation_specification(
self,
input: Option<AlgorithmValidationSpecification>
) -> Self
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
The current status of the algorithm.
The current status of the algorithm.
Details about the current status of the algorithm.
Details about the current status of the algorithm.
The product identifier of the algorithm.
The product identifier of the algorithm.
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
Consumes the builder and constructs a DescribeAlgorithmOutput
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