| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelProperties.Builder |
FlywheelProperties.Builder.activeModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
static FlywheelProperties.Builder |
FlywheelProperties.builder() |
FlywheelProperties.Builder |
FlywheelProperties.Builder.creationTime(Instant creationTime)
Creation time of the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the
flywheel data.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.dataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
|
default FlywheelProperties.Builder |
FlywheelProperties.Builder.dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configuration.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configuration.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.lastModifiedTime(Instant lastModifiedTime)
Last modified time for the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.latestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.message(String message)
A description of the status of the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.modelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.modelType(String modelType)
Model type of the flywheel's model.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.status(FlywheelStatus status)
The status of the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.status(String status)
The status of the flywheel.
|
default FlywheelProperties.Builder |
FlywheelProperties.Builder.taskConfig(Consumer<TaskConfig.Builder> taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
FlywheelProperties.Builder |
FlywheelProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlywheelProperties.Builder> |
FlywheelProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlywheelResponse.Builder |
DescribeFlywheelResponse.Builder.flywheelProperties(Consumer<FlywheelProperties.Builder> flywheelProperties)
The flywheel properties.
|
default UpdateFlywheelResponse.Builder |
UpdateFlywheelResponse.Builder.flywheelProperties(Consumer<FlywheelProperties.Builder> flywheelProperties)
The flywheel properties.
|
Copyright © 2023. All rights reserved.