Class FeatureGroupSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.FeatureGroupSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
@Generated("software.amazon.awssdk:codegen") public final class FeatureGroupSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
The name, ARN,
CreationTime
,FeatureGroup
values,LastUpdatedTime
andEnableOnlineStorage
status of aFeatureGroup
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FeatureGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeatureGroupSummary.Builder
builder()
Instant
creationTime()
A timestamp indicating the time of creation time of theFeatureGroup
.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
featureGroupArn()
Unique identifier for theFeatureGroup
.String
featureGroupName()
The name ofFeatureGroup
.FeatureGroupStatus
featureGroupStatus()
The status of a FeatureGroup.String
featureGroupStatusAsString()
The status of a FeatureGroup.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
OfflineStoreStatus
offlineStoreStatus()
Notifies you if replicating data into theOfflineStore
has failed.List<SdkField<?>>
sdkFields()
static Class<? extends FeatureGroupSummary.Builder>
serializableBuilderClass()
FeatureGroupSummary.Builder
toBuilder()
String
toString()
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
-
featureGroupName
public final String featureGroupName()
The name of
FeatureGroup
.- Returns:
- The name of
FeatureGroup
.
-
featureGroupArn
public final String featureGroupArn()
Unique identifier for the
FeatureGroup
.- Returns:
- Unique identifier for the
FeatureGroup
.
-
creationTime
public final Instant creationTime()
A timestamp indicating the time of creation time of the
FeatureGroup
.- Returns:
- A timestamp indicating the time of creation time of the
FeatureGroup
.
-
featureGroupStatus
public final FeatureGroupStatus featureGroupStatus()
The status of a FeatureGroup. The status can be any of the following:
Creating
,Created
,CreateFail
,Deleting
orDetailFail
.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatus
will returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfeatureGroupStatusAsString()
.- Returns:
- The status of a FeatureGroup. The status can be any of the following:
Creating
,Created
,CreateFail
,Deleting
orDetailFail
. - See Also:
FeatureGroupStatus
-
featureGroupStatusAsString
public final String featureGroupStatusAsString()
The status of a FeatureGroup. The status can be any of the following:
Creating
,Created
,CreateFail
,Deleting
orDetailFail
.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatus
will returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromfeatureGroupStatusAsString()
.- Returns:
- The status of a FeatureGroup. The status can be any of the following:
Creating
,Created
,CreateFail
,Deleting
orDetailFail
. - See Also:
FeatureGroupStatus
-
offlineStoreStatus
public final OfflineStoreStatus offlineStoreStatus()
Notifies you if replicating data into the
OfflineStore
has failed. Returns either:Active
orBlocked
.- Returns:
- Notifies you if replicating data into the
OfflineStore
has failed. Returns either:Active
orBlocked
.
-
toBuilder
public FeatureGroupSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FeatureGroupSummary.Builder,FeatureGroupSummary>
-
builder
public static FeatureGroupSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FeatureGroupSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-