| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelSummary |
FlywheelSummary.clone() |
FlywheelSummary |
FlywheelSummary.withActiveModelArn(String activeModelArn)
ARN of the active model version for the flywheel.
|
FlywheelSummary |
FlywheelSummary.withCreationTime(Date creationTime)
Creation time of the flywheel.
|
FlywheelSummary |
FlywheelSummary.withDataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
|
FlywheelSummary |
FlywheelSummary.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
FlywheelSummary |
FlywheelSummary.withLastModifiedTime(Date lastModifiedTime)
Last modified time for the flywheel.
|
FlywheelSummary |
FlywheelSummary.withLatestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
|
FlywheelSummary |
FlywheelSummary.withMessage(String message)
A description of the status of the flywheel.
|
FlywheelSummary |
FlywheelSummary.withModelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelSummary |
FlywheelSummary.withModelType(String modelType)
Model type of the flywheel's model.
|
FlywheelSummary |
FlywheelSummary.withStatus(FlywheelStatus status)
The status of the flywheel.
|
FlywheelSummary |
FlywheelSummary.withStatus(String status)
The status of the flywheel.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlywheelSummary> |
ListFlywheelsResult.getFlywheelSummaryList()
A list of flywheel properties retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlywheelsResult |
ListFlywheelsResult.withFlywheelSummaryList(FlywheelSummary... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlywheelsResult.setFlywheelSummaryList(Collection<FlywheelSummary> flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResult |
ListFlywheelsResult.withFlywheelSummaryList(Collection<FlywheelSummary> flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
Copyright © 2024. All rights reserved.