public static interface FlywheelSummary.Builder extends SdkPojo, CopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>
| Modifier and Type | Method and Description |
|---|---|
FlywheelSummary.Builder |
activeModelArn(String activeModelArn)
ARN of the active model version for the flywheel.
|
FlywheelSummary.Builder |
creationTime(Instant creationTime)
Creation time of the flywheel.
|
FlywheelSummary.Builder |
dataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
|
FlywheelSummary.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
FlywheelSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
Last modified time for the flywheel.
|
FlywheelSummary.Builder |
latestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
|
FlywheelSummary.Builder |
message(String message)
A description of the status of the flywheel.
|
FlywheelSummary.Builder |
modelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelSummary.Builder |
modelType(String modelType)
Model type of the flywheel's model.
|
FlywheelSummary.Builder |
status(FlywheelStatus status)
The status of the flywheel.
|
FlywheelSummary.Builder |
status(String status)
The status of the flywheel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlywheelSummary.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn - The Amazon Resource Number (ARN) of the flywheelFlywheelSummary.Builder activeModelArn(String activeModelArn)
ARN of the active model version for the flywheel.
activeModelArn - ARN of the active model version for the flywheel.FlywheelSummary.Builder dataLakeS3Uri(String dataLakeS3Uri)
Amazon S3 URI of the data lake location.
dataLakeS3Uri - Amazon S3 URI of the data lake location.FlywheelSummary.Builder status(String status)
The status of the flywheel.
status - The status of the flywheel.FlywheelStatus,
FlywheelStatusFlywheelSummary.Builder status(FlywheelStatus status)
The status of the flywheel.
status - The status of the flywheel.FlywheelStatus,
FlywheelStatusFlywheelSummary.Builder modelType(String modelType)
Model type of the flywheel's model.
FlywheelSummary.Builder modelType(ModelType modelType)
Model type of the flywheel's model.
FlywheelSummary.Builder message(String message)
A description of the status of the flywheel.
message - A description of the status of the flywheel.FlywheelSummary.Builder creationTime(Instant creationTime)
Creation time of the flywheel.
creationTime - Creation time of the flywheel.FlywheelSummary.Builder lastModifiedTime(Instant lastModifiedTime)
Last modified time for the flywheel.
lastModifiedTime - Last modified time for the flywheel.FlywheelSummary.Builder latestFlywheelIteration(String latestFlywheelIteration)
The most recent flywheel iteration.
latestFlywheelIteration - The most recent flywheel iteration.Copyright © 2023. All rights reserved.