Interface FlywheelIterationProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FlywheelIterationProperties.Builder,
,FlywheelIterationProperties> SdkBuilder<FlywheelIterationProperties.Builder,
,FlywheelIterationProperties> SdkPojo
- Enclosing class:
FlywheelIterationProperties
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation start time of the flywheel iteration.The completion time of this flywheel iteration.evaluatedModelArn
(String evaluatedModelArn) The ARN of the evaluated model associated with this flywheel iteration.evaluatedModelMetrics
(Consumer<FlywheelModelEvaluationMetrics.Builder> evaluatedModelMetrics) Sets the value of the EvaluatedModelMetrics property for this object.evaluatedModelMetrics
(FlywheelModelEvaluationMetrics evaluatedModelMetrics) Sets the value of the EvaluatedModelMetrics property for this object.evaluationManifestS3Prefix
(String evaluationManifestS3Prefix) flywheelArn
(String flywheelArn) flywheelIterationId
(String flywheelIterationId) A description of the status of the flywheel iteration.The status of the flywheel iteration.status
(FlywheelIterationStatus status) The status of the flywheel iteration.trainedModelArn
(String trainedModelArn) The ARN of the trained model associated with this flywheel iteration.trainedModelMetrics
(Consumer<FlywheelModelEvaluationMetrics.Builder> trainedModelMetrics) The metrics associated with the trained model.trainedModelMetrics
(FlywheelModelEvaluationMetrics trainedModelMetrics) The metrics associated with the trained model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
flywheelArn
- Parameters:
flywheelArn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flywheelIterationId
- Parameters:
flywheelIterationId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation start time of the flywheel iteration.
- Parameters:
creationTime
- The creation start time of the flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The completion time of this flywheel iteration.
- Parameters:
endTime
- The completion time of this flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the flywheel iteration.
- Parameters:
status
- The status of the flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the flywheel iteration.
- Parameters:
status
- The status of the flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A description of the status of the flywheel iteration.
- Parameters:
message
- A description of the status of the flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatedModelArn
The ARN of the evaluated model associated with this flywheel iteration.
- Parameters:
evaluatedModelArn
- The ARN of the evaluated model associated with this flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatedModelMetrics
FlywheelIterationProperties.Builder evaluatedModelMetrics(FlywheelModelEvaluationMetrics evaluatedModelMetrics) Sets the value of the EvaluatedModelMetrics property for this object.- Parameters:
evaluatedModelMetrics
- The new value for the EvaluatedModelMetrics property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatedModelMetrics
default FlywheelIterationProperties.Builder evaluatedModelMetrics(Consumer<FlywheelModelEvaluationMetrics.Builder> evaluatedModelMetrics) Sets the value of the EvaluatedModelMetrics property for this object. This is a convenience method that creates an instance of theFlywheelModelEvaluationMetrics.Builder
avoiding the need to create one manually viaFlywheelModelEvaluationMetrics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevaluatedModelMetrics(FlywheelModelEvaluationMetrics)
.- Parameters:
evaluatedModelMetrics
- a consumer that will call methods onFlywheelModelEvaluationMetrics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trainedModelArn
The ARN of the trained model associated with this flywheel iteration.
- Parameters:
trainedModelArn
- The ARN of the trained model associated with this flywheel iteration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelMetrics
FlywheelIterationProperties.Builder trainedModelMetrics(FlywheelModelEvaluationMetrics trainedModelMetrics) The metrics associated with the trained model.
- Parameters:
trainedModelMetrics
- The metrics associated with the trained model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trainedModelMetrics
default FlywheelIterationProperties.Builder trainedModelMetrics(Consumer<FlywheelModelEvaluationMetrics.Builder> trainedModelMetrics) The metrics associated with the trained model.
This is a convenience method that creates an instance of theFlywheelModelEvaluationMetrics.Builder
avoiding the need to create one manually viaFlywheelModelEvaluationMetrics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrainedModelMetrics(FlywheelModelEvaluationMetrics)
.- Parameters:
trainedModelMetrics
- a consumer that will call methods onFlywheelModelEvaluationMetrics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
evaluationManifestS3Prefix
- Parameters:
evaluationManifestS3Prefix
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-