CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.activeModelArn(String activeModelArn) |
To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model
version.
|
static CreateFlywheelRequest.Builder |
CreateFlywheelRequest.builder() |
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique identifier for the request.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required to
access the flywheel data in the data lake.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataLakeS3Uri(String dataLakeS3Uri) |
Enter the S3 location for the data lake.
|
default CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig) |
Data security configurations.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataSecurityConfig(DataSecurityConfig dataSecurityConfig) |
Data security configurations.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.flywheelName(String flywheelName) |
Name for the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.modelType(String modelType) |
The model type.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.modelType(ModelType modelType) |
The model type.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Collection<Tag> tags) |
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Tag... tags) |
The tags to associate with this flywheel.
|
default CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.taskConfig(Consumer<TaskConfig.Builder> taskConfig) |
Configuration about the model associated with the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.taskConfig(TaskConfig taskConfig) |
Configuration about the model associated with the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.toBuilder() |
|