Uses of Class
software.amazon.awssdk.services.comprehend.model.FlywheelIterationProperties
-
Packages that use FlywheelIterationProperties Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of FlywheelIterationProperties in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return FlywheelIterationProperties Modifier and Type Method Description FlywheelIterationPropertiesDescribeFlywheelIterationResponse. flywheelIterationProperties()The configuration properties of a flywheel iteration.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type FlywheelIterationProperties Modifier and Type Method Description List<FlywheelIterationProperties>ListFlywheelIterationHistoryResponse. flywheelIterationPropertiesList()List of flywheel iteration propertiesMethods in software.amazon.awssdk.services.comprehend.model with parameters of type FlywheelIterationProperties Modifier and Type Method Description DescribeFlywheelIterationResponse.BuilderDescribeFlywheelIterationResponse.Builder. flywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)The configuration properties of a flywheel iteration.ListFlywheelIterationHistoryResponse.BuilderListFlywheelIterationHistoryResponse.Builder. flywheelIterationPropertiesList(FlywheelIterationProperties... flywheelIterationPropertiesList)List of flywheel iteration propertiesMethod parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type FlywheelIterationProperties Modifier and Type Method Description ListFlywheelIterationHistoryResponse.BuilderListFlywheelIterationHistoryResponse.Builder. flywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList)List of flywheel iteration properties
-