@Generated(value="software.amazon.awssdk:codegen") public final class FlywheelIterationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>
The configuration properties of a flywheel iteration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlywheelIterationProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FlywheelIterationProperties.Builder |
builder() |
Instant |
creationTime()
The creation start time of the flywheel iteration.
|
Instant |
endTime()
The completion time of this flywheel iteration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
evaluatedModelArn()
The ARN of the evaluated model associated with this flywheel iteration.
|
FlywheelModelEvaluationMetrics |
evaluatedModelMetrics()
Returns the value of the EvaluatedModelMetrics property for this object.
|
String |
evaluationManifestS3Prefix()
|
String |
flywheelArn()
|
String |
flywheelIterationId()
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A description of the status of the flywheel iteration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlywheelIterationProperties.Builder> |
serializableBuilderClass() |
FlywheelIterationStatus |
status()
The status of the flywheel iteration.
|
String |
statusAsString()
The status of the flywheel iteration.
|
FlywheelIterationProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trainedModelArn()
The ARN of the trained model associated with this flywheel iteration.
|
FlywheelModelEvaluationMetrics |
trainedModelMetrics()
The metrics associated with the trained model.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flywheelArn()
public final String flywheelIterationId()
public final Instant creationTime()
The creation start time of the flywheel iteration.
public final Instant endTime()
The completion time of this flywheel iteration.
public final FlywheelIterationStatus status()
The status of the flywheel iteration.
If the service returns an enum value that is not available in the current SDK version, status will
return FlywheelIterationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
FlywheelIterationStatuspublic final String statusAsString()
The status of the flywheel iteration.
If the service returns an enum value that is not available in the current SDK version, status will
return FlywheelIterationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
FlywheelIterationStatuspublic final String message()
A description of the status of the flywheel iteration.
public final String evaluatedModelArn()
The ARN of the evaluated model associated with this flywheel iteration.
public final FlywheelModelEvaluationMetrics evaluatedModelMetrics()
public final String trainedModelArn()
The ARN of the trained model associated with this flywheel iteration.
public final FlywheelModelEvaluationMetrics trainedModelMetrics()
The metrics associated with the trained model.
public final String evaluationManifestS3Prefix()
public FlywheelIterationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>public static FlywheelIterationProperties.Builder builder()
public static Class<? extends FlywheelIterationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.