| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelProperties |
FlywheelProperties.clone() |
FlywheelProperties |
UpdateFlywheelResult.getFlywheelProperties()
The flywheel properties.
|
FlywheelProperties |
DescribeFlywheelResult.getFlywheelProperties()
The flywheel properties.
|
FlywheelProperties |
FlywheelProperties.withActiveModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
FlywheelProperties |
FlywheelProperties.withCreationTime(Date creationTime)
Creation time of the flywheel.
|
FlywheelProperties |
FlywheelProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel
data.
|
FlywheelProperties |
FlywheelProperties.withDataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
|
FlywheelProperties |
FlywheelProperties.withDataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configuration.
|
FlywheelProperties |
FlywheelProperties.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel.
|
FlywheelProperties |
FlywheelProperties.withLastModifiedTime(Date lastModifiedTime)
Last modified time for the flywheel.
|
FlywheelProperties |
FlywheelProperties.withLatestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
|
FlywheelProperties |
FlywheelProperties.withMessage(String message)
A description of the status of the flywheel.
|
FlywheelProperties |
FlywheelProperties.withModelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelProperties |
FlywheelProperties.withModelType(String modelType)
Model type of the flywheel's model.
|
FlywheelProperties |
FlywheelProperties.withStatus(FlywheelStatus status)
The status of the flywheel.
|
FlywheelProperties |
FlywheelProperties.withStatus(String status)
The status of the flywheel.
|
FlywheelProperties |
FlywheelProperties.withTaskConfig(TaskConfig taskConfig)
Configuration about the model associated with a flywheel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlywheelResult.setFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
|
void |
DescribeFlywheelResult.setFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
|
UpdateFlywheelResult |
UpdateFlywheelResult.withFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
|
DescribeFlywheelResult |
DescribeFlywheelResult.withFlywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
|
Copyright © 2024. All rights reserved.