Uses of Class
software.amazon.awscdk.services.sagemaker.CfnAlgorithmProps.Builder
Packages that use CfnAlgorithmProps.Builder
-
Uses of CfnAlgorithmProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnAlgorithmProps.BuilderModifier and TypeMethodDescriptionCfnAlgorithmProps.Builder.algorithmDescription(String algorithmDescription) Sets the value ofCfnAlgorithmProps.getAlgorithmDescription()CfnAlgorithmProps.Builder.algorithmName(String algorithmName) Sets the value ofCfnAlgorithmProps.getAlgorithmName()static CfnAlgorithmProps.BuilderCfnAlgorithmProps.builder()CfnAlgorithmProps.Builder.certifyForMarketplace(Boolean certifyForMarketplace) Sets the value ofCfnAlgorithmProps.getCertifyForMarketplace()CfnAlgorithmProps.Builder.certifyForMarketplace(IResolvable certifyForMarketplace) Sets the value ofCfnAlgorithmProps.getCertifyForMarketplace()CfnAlgorithmProps.Builder.inferenceSpecification(IResolvable inferenceSpecification) Sets the value ofCfnAlgorithmProps.getInferenceSpecification()CfnAlgorithmProps.Builder.inferenceSpecification(CfnAlgorithm.InferenceSpecificationProperty inferenceSpecification) Sets the value ofCfnAlgorithmProps.getInferenceSpecification()Sets the value ofCfnAlgorithmProps.getTags()CfnAlgorithmProps.Builder.trainingSpecification(IResolvable trainingSpecification) Sets the value ofCfnAlgorithmProps.getTrainingSpecification()CfnAlgorithmProps.Builder.trainingSpecification(CfnAlgorithm.TrainingSpecificationProperty trainingSpecification) Sets the value ofCfnAlgorithmProps.getTrainingSpecification()Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnAlgorithmProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlgorithmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlgorithmProps.Builder.