@Generated(value="software.amazon.awssdk:codegen") public final class FlywheelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>
Flywheel summary information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlywheelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activeModelArn()
ARN of the active model version for the flywheel.
|
static FlywheelSummary.Builder |
builder() |
Instant |
creationTime()
Creation time of the flywheel.
|
String |
dataLakeS3Uri()
Amazon S3 URI of the data lake location.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
Last modified time for the flywheel.
|
String |
latestFlywheelIteration()
The most recent flywheel iteration.
|
String |
message()
A description of the status of the flywheel.
|
ModelType |
modelType()
Model type of the flywheel's model.
|
String |
modelTypeAsString()
Model type of the flywheel's model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlywheelSummary.Builder> |
serializableBuilderClass() |
FlywheelStatus |
status()
The status of the flywheel.
|
String |
statusAsString()
The status of the flywheel.
|
FlywheelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flywheelArn()
The Amazon Resource Number (ARN) of the flywheel
public final String activeModelArn()
ARN of the active model version for the flywheel.
public final String dataLakeS3Uri()
Amazon S3 URI of the data lake location.
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, status will
return FlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FlywheelStatuspublic final String statusAsString()
The status of the flywheel.
If the service returns an enum value that is not available in the current SDK version, status will
return FlywheelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FlywheelStatuspublic 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, modelType will
return ModelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelTypeAsString().
ModelTypepublic 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, modelType will
return ModelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modelTypeAsString().
ModelTypepublic final String message()
A description of the status of the flywheel.
public final Instant creationTime()
Creation time of the flywheel.
public final Instant lastModifiedTime()
Last modified time for the flywheel.
public final String latestFlywheelIteration()
The most recent flywheel iteration.
public FlywheelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlywheelSummary.Builder,FlywheelSummary>public static FlywheelSummary.Builder builder()
public static Class<? extends FlywheelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.