Class FlywheelIterationProperties
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.FlywheelIterationProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>
@Generated("software.amazon.awssdk:codegen") public final class FlywheelIterationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>
The configuration properties of a flywheel iteration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlywheelIterationProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlywheelIterationProperties.Builderbuilder()InstantcreationTime()The creation start time of the flywheel iteration.InstantendTime()The completion time of this flywheel iteration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringevaluatedModelArn()The ARN of the evaluated model associated with this flywheel iteration.FlywheelModelEvaluationMetricsevaluatedModelMetrics()Returns the value of the EvaluatedModelMetrics property for this object.StringevaluationManifestS3Prefix()StringflywheelArn()StringflywheelIterationId()<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A description of the status of the flywheel iteration.List<SdkField<?>>sdkFields()static Class<? extends FlywheelIterationProperties.Builder>serializableBuilderClass()FlywheelIterationStatusstatus()The status of the flywheel iteration.StringstatusAsString()The status of the flywheel iteration.FlywheelIterationProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrainedModelArn()The ARN of the trained model associated with this flywheel iteration.FlywheelModelEvaluationMetricstrainedModelMetrics()The metrics associated with the trained model.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
flywheelArn
public final String flywheelArn()
- Returns:
-
flywheelIterationId
public final String flywheelIterationId()
- Returns:
-
creationTime
public final Instant creationTime()
The creation start time of the flywheel iteration.
- Returns:
- The creation start time of the flywheel iteration.
-
endTime
public final Instant endTime()
The completion time of this flywheel iteration.
- Returns:
- The completion time of this flywheel iteration.
-
status
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,
statuswill returnFlywheelIterationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flywheel iteration.
- See Also:
FlywheelIterationStatus
-
statusAsString
public 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,
statuswill returnFlywheelIterationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flywheel iteration.
- See Also:
FlywheelIterationStatus
-
message
public final String message()
A description of the status of the flywheel iteration.
- Returns:
- A description of the status of the flywheel iteration.
-
evaluatedModelArn
public final String evaluatedModelArn()
The ARN of the evaluated model associated with this flywheel iteration.
- Returns:
- The ARN of the evaluated model associated with this flywheel iteration.
-
evaluatedModelMetrics
public final FlywheelModelEvaluationMetrics evaluatedModelMetrics()
Returns the value of the EvaluatedModelMetrics property for this object.- Returns:
- The value of the EvaluatedModelMetrics property for this object.
-
trainedModelArn
public final String trainedModelArn()
The ARN of the trained model associated with this flywheel iteration.
- Returns:
- The ARN of the trained model associated with this flywheel iteration.
-
trainedModelMetrics
public final FlywheelModelEvaluationMetrics trainedModelMetrics()
The metrics associated with the trained model.
- Returns:
- The metrics associated with the trained model.
-
evaluationManifestS3Prefix
public final String evaluationManifestS3Prefix()
- Returns:
-
toBuilder
public FlywheelIterationProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlywheelIterationProperties.Builder,FlywheelIterationProperties>
-
builder
public static FlywheelIterationProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlywheelIterationProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-