Uses of Class
software.amazon.awscdk.services.comprehend.CfnFlywheel.Builder
Packages that use CfnFlywheel.Builder
-
Uses of CfnFlywheel.Builder in software.amazon.awscdk.services.comprehend
Methods in software.amazon.awscdk.services.comprehend that return CfnFlywheel.BuilderModifier and TypeMethodDescriptionCfnFlywheel.Builder.activeModelArn
(String activeModelArn) The Amazon Resource Number (ARN) of the active model version.static CfnFlywheel.Builder
CfnFlywheel.Builder.dataAccessRoleArn
(String dataAccessRoleArn) The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.CfnFlywheel.Builder.dataLakeS3Uri
(String dataLakeS3Uri) Amazon S3 URI of the data lake location.CfnFlywheel.Builder.dataSecurityConfig
(IResolvable dataSecurityConfig) Data security configuration.CfnFlywheel.Builder.dataSecurityConfig
(CfnFlywheel.DataSecurityConfigProperty dataSecurityConfig) Data security configuration.CfnFlywheel.Builder.flywheelName
(String flywheelName) Name for the flywheel.Model type of the flywheel's model.Tags associated with the endpoint being created.CfnFlywheel.Builder.taskConfig
(IResolvable taskConfig) Configuration about the model associated with a flywheel.CfnFlywheel.Builder.taskConfig
(CfnFlywheel.TaskConfigProperty taskConfig) Configuration about the model associated with a flywheel.