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,FeatureGroupvalues,LastUpdatedTimeandEnableOnlineStoragestatus of aFeatureGroup.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFeatureGroupSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FeatureGroupSummary.Builderbuilder()InstantcreationTime()A timestamp indicating the time of creation time of theFeatureGroup.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfeatureGroupArn()Unique identifier for theFeatureGroup.StringfeatureGroupName()The name ofFeatureGroup.FeatureGroupStatusfeatureGroupStatus()The status of a FeatureGroup.StringfeatureGroupStatusAsString()The status of a FeatureGroup.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OfflineStoreStatusofflineStoreStatus()Notifies you if replicating data into theOfflineStorehas failed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FeatureGroupSummary.Builder>serializableBuilderClass()FeatureGroupSummary.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
-
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,DeletingorDetailFail.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatuswill 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,DeletingorDetailFail. - See Also:
FeatureGroupStatus
-
featureGroupStatusAsString
public final String featureGroupStatusAsString()
The status of a FeatureGroup. The status can be any of the following:
Creating,Created,CreateFail,DeletingorDetailFail.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatuswill 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,DeletingorDetailFail. - See Also:
FeatureGroupStatus
-
offlineStoreStatus
public final OfflineStoreStatus offlineStoreStatus()
Notifies you if replicating data into the
OfflineStorehas failed. Returns either:ActiveorBlocked.- Returns:
- Notifies you if replicating data into the
OfflineStorehas failed. Returns either:ActiveorBlocked.
-
toBuilder
public FeatureGroupSummary.Builder toBuilder()
- Specified by:
toBuilderin 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:
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-