Uses of Class
software.amazon.awscdk.services.sagemaker.alpha.ModelAttributes.Builder
Packages that use ModelAttributes.Builder
Package
Description
Amazon SageMaker Construct Library
-
Uses of ModelAttributes.Builder in software.amazon.awscdk.services.sagemaker.alpha
Methods in software.amazon.awscdk.services.sagemaker.alpha that return ModelAttributes.BuilderModifier and TypeMethodDescriptionstatic ModelAttributes.Builder
ModelAttributes.builder()
Sets the value ofModelAttributes.getModelArn()
Sets the value ofModelAttributes.getRole()
ModelAttributes.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofModelAttributes.getSecurityGroups()
Constructors in software.amazon.awscdk.services.sagemaker.alpha with parameters of type ModelAttributes.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ModelAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theModelAttributes.Builder
.