Interface FlywheelIterationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>,SdkBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>,SdkPojo
- Enclosing class:
- FlywheelIterationProperties
public static interface FlywheelIterationProperties.Builder extends SdkPojo, CopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>
-
-
Method Summary
-
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 Detail
-
flywheelArn
FlywheelIterationProperties.Builder flywheelArn(String flywheelArn)
- Parameters:
flywheelArn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flywheelIterationId
FlywheelIterationProperties.Builder flywheelIterationId(String flywheelIterationId)
- Parameters:
flywheelIterationId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
FlywheelIterationProperties.Builder creationTime(Instant 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
FlywheelIterationProperties.Builder endTime(Instant 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
FlywheelIterationProperties.Builder status(String 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:
FlywheelIterationStatus,FlywheelIterationStatus
-
status
FlywheelIterationProperties.Builder status(FlywheelIterationStatus 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:
FlywheelIterationStatus,FlywheelIterationStatus
-
message
FlywheelIterationProperties.Builder message(String 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
FlywheelIterationProperties.Builder evaluatedModelArn(String 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.Builderavoiding the need to create one manually viaFlywheelModelEvaluationMetrics.builder().When the
Consumercompletes,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:
evaluatedModelMetrics(FlywheelModelEvaluationMetrics)
-
trainedModelArn
FlywheelIterationProperties.Builder trainedModelArn(String 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.Builderavoiding the need to create one manually viaFlywheelModelEvaluationMetrics.builder().When the
Consumercompletes,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:
trainedModelMetrics(FlywheelModelEvaluationMetrics)
-
evaluationManifestS3Prefix
FlywheelIterationProperties.Builder evaluationManifestS3Prefix(String evaluationManifestS3Prefix)
- Parameters:
evaluationManifestS3Prefix-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-