@Generated(value="software.amazon.awssdk:codegen") public final class FlywheelProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlywheelProperties.Builder,FlywheelProperties>
The flywheel properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlywheelProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activeModelArn()
The Amazon Resource Number (ARN) of the active model version.
|
static FlywheelProperties.Builder |
builder() |
Instant |
creationTime()
Creation time of the flywheel.
|
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel
data.
|
String |
dataLakeS3Uri()
Amazon S3 URI of the data lake location.
|
DataSecurityConfig |
dataSecurityConfig()
Data security configuration.
|
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 FlywheelProperties.Builder> |
serializableBuilderClass() |
FlywheelStatus |
status()
The status of the flywheel.
|
String |
statusAsString()
The status of the flywheel.
|
TaskConfig |
taskConfig()
Configuration about the custom classifier associated with the flywheel.
|
FlywheelProperties.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()
The Amazon Resource Number (ARN) of the active model version.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
public final TaskConfig taskConfig()
Configuration about the custom classifier associated with the flywheel.
public final String dataLakeS3Uri()
Amazon S3 URI of the data lake location.
public final DataSecurityConfig dataSecurityConfig()
Data security configuration.
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 FlywheelProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlywheelProperties.Builder,FlywheelProperties>public static FlywheelProperties.Builder builder()
public static Class<? extends FlywheelProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.