Class FlywheelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.FlywheelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>
@Generated("software.amazon.awssdk:codegen") public final class FlywheelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>
Flywheel summary information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlywheelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactiveModelArn()ARN of the active model version for the flywheel.static FlywheelSummary.Builderbuilder()InstantcreationTime()Creation time of the flywheel.StringdataLakeS3Uri()Amazon S3 URI of the data lake location.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflywheelArn()The Amazon Resource Number (ARN) of the flywheel<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()Last modified time for the flywheel.StringlatestFlywheelIteration()The most recent flywheel iteration.Stringmessage()A description of the status of the flywheel.ModelTypemodelType()Model type of the flywheel's model.StringmodelTypeAsString()Model type of the flywheel's model.List<SdkField<?>>sdkFields()static Class<? extends FlywheelSummary.Builder>serializableBuilderClass()FlywheelStatusstatus()The status of the flywheel.StringstatusAsString()The status of the flywheel.FlywheelSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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()
The Amazon Resource Number (ARN) of the flywheel
- Returns:
- The Amazon Resource Number (ARN) of the flywheel
-
activeModelArn
public final String activeModelArn()
ARN of the active model version for the flywheel.
- Returns:
- ARN of the active model version for the flywheel.
-
dataLakeS3Uri
public final String dataLakeS3Uri()
Amazon S3 URI of the data lake location.
- Returns:
- Amazon S3 URI of the data lake location.
-
status
public final FlywheelStatus status()
The status of the flywheel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flywheel.
- See Also:
FlywheelStatus
-
statusAsString
public final String statusAsString()
The status of the flywheel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flywheel.
- See Also:
FlywheelStatus
-
modelType
public final ModelType modelType()
Model type of the flywheel's model.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- Model type of the flywheel's model.
- See Also:
ModelType
-
modelTypeAsString
public final String modelTypeAsString()
Model type of the flywheel's model.
If the service returns an enum value that is not available in the current SDK version,
modelTypewill returnModelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodelTypeAsString().- Returns:
- Model type of the flywheel's model.
- See Also:
ModelType
-
message
public final String message()
A description of the status of the flywheel.
- Returns:
- A description of the status of the flywheel.
-
creationTime
public final Instant creationTime()
Creation time of the flywheel.
- Returns:
- Creation time of the flywheel.
-
lastModifiedTime
public final Instant lastModifiedTime()
Last modified time for the flywheel.
- Returns:
- Last modified time for the flywheel.
-
latestFlywheelIteration
public final String latestFlywheelIteration()
The most recent flywheel iteration.
- Returns:
- The most recent flywheel iteration.
-
toBuilder
public FlywheelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>
-
builder
public static FlywheelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlywheelSummary.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.
-
-