| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelIterationProperties |
FlywheelIterationProperties.clone() |
FlywheelIterationProperties |
DescribeFlywheelIterationResult.getFlywheelIterationProperties()
The configuration properties of a flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withCreationTime(Date creationTime)
The creation start time of the flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withEndTime(Date endTime)
The completion time of this flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withEvaluatedModelArn(String evaluatedModelArn)
The ARN of the evaluated model associated with this flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withEvaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics) |
FlywheelIterationProperties |
FlywheelIterationProperties.withEvaluationManifestS3Prefix(String evaluationManifestS3Prefix)
|
FlywheelIterationProperties |
FlywheelIterationProperties.withFlywheelArn(String flywheelArn)
|
FlywheelIterationProperties |
FlywheelIterationProperties.withFlywheelIterationId(String flywheelIterationId)
|
FlywheelIterationProperties |
FlywheelIterationProperties.withMessage(String message)
A description of the status of the flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withStatus(FlywheelIterationStatus status)
The status of the flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withStatus(String status)
The status of the flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withTrainedModelArn(String trainedModelArn)
The ARN of the trained model associated with this flywheel iteration.
|
FlywheelIterationProperties |
FlywheelIterationProperties.withTrainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics)
The metrics associated with the trained model.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlywheelIterationProperties> |
ListFlywheelIterationHistoryResult.getFlywheelIterationPropertiesList()
List of flywheel iteration properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlywheelIterationResult.setFlywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)
The configuration properties of a flywheel iteration.
|
DescribeFlywheelIterationResult |
DescribeFlywheelIterationResult.withFlywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)
The configuration properties of a flywheel iteration.
|
ListFlywheelIterationHistoryResult |
ListFlywheelIterationHistoryResult.withFlywheelIterationPropertiesList(FlywheelIterationProperties... flywheelIterationPropertiesList)
List of flywheel iteration properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlywheelIterationHistoryResult.setFlywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList)
List of flywheel iteration properties
|
ListFlywheelIterationHistoryResult |
ListFlywheelIterationHistoryResult.withFlywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList)
List of flywheel iteration properties
|
Copyright © 2024. All rights reserved.