@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFeatureGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFeatureGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFeatureGroupResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp indicating when SageMaker created the
FeatureGroup . |
String |
getDescription()
A free form description of the feature group.
|
String |
getEventTimeFeatureName()
The name of the feature that stores the
EventTime of a Record in a FeatureGroup . |
String |
getFailureReason()
The reason that the
FeatureGroup failed to be replicated in the OfflineStore . |
List<FeatureDefinition> |
getFeatureDefinitions()
A list of the
Features in the FeatureGroup . |
String |
getFeatureGroupArn()
The Amazon Resource Name (ARN) of the
FeatureGroup . |
String |
getFeatureGroupName()
he name of the
FeatureGroup . |
String |
getFeatureGroupStatus()
The status of the feature group.
|
Date |
getLastModifiedTime()
A timestamp indicating when the feature group was last updated.
|
LastUpdateStatus |
getLastUpdateStatus()
A value indicating whether the update made to the feature group was successful.
|
String |
getNextToken()
A token to resume pagination of the list of
Features (FeatureDefinitions ). |
OfflineStoreConfig |
getOfflineStoreConfig()
The configuration of the offline store.
|
OfflineStoreStatus |
getOfflineStoreStatus()
The status of the
OfflineStore . |
OnlineStoreConfig |
getOnlineStoreConfig()
The configuration for the
OnlineStore . |
Long |
getOnlineStoreTotalSizeBytes()
The size of the
OnlineStore in bytes. |
String |
getRecordIdentifierFeatureName()
The name of the
Feature used for RecordIdentifier , whose value uniquely identifies a
record stored in the feature store. |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.
|
ThroughputConfigDescription |
getThroughputConfig() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup . |
void |
setDescription(String description)
A free form description of the feature group.
|
void |
setEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup . |
void |
setFailureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore . |
void |
setFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features in the FeatureGroup . |
void |
setFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup . |
void |
setFeatureGroupName(String featureGroupName)
he name of the
FeatureGroup . |
void |
setFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
|
void |
setLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature group was last updated.
|
void |
setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
void |
setNextToken(String nextToken)
A token to resume pagination of the list of
Features (FeatureDefinitions ). |
void |
setOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store.
|
void |
setOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore . |
void |
setOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore . |
void |
setOnlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the
OnlineStore in bytes. |
void |
setRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature used for RecordIdentifier , whose value uniquely identifies a
record stored in the feature store. |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.
|
void |
setThroughputConfig(ThroughputConfigDescription throughputConfig) |
String |
toString()
Returns a string representation of this object.
|
DescribeFeatureGroupResult |
withCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup . |
DescribeFeatureGroupResult |
withDescription(String description)
A free form description of the feature group.
|
DescribeFeatureGroupResult |
withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup . |
DescribeFeatureGroupResult |
withFailureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore . |
DescribeFeatureGroupResult |
withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features in the FeatureGroup . |
DescribeFeatureGroupResult |
withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of the
Features in the FeatureGroup . |
DescribeFeatureGroupResult |
withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup . |
DescribeFeatureGroupResult |
withFeatureGroupName(String featureGroupName)
he name of the
FeatureGroup . |
DescribeFeatureGroupResult |
withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
withFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
withLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature group was last updated.
|
DescribeFeatureGroupResult |
withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
DescribeFeatureGroupResult |
withNextToken(String nextToken)
A token to resume pagination of the list of
Features (FeatureDefinitions ). |
DescribeFeatureGroupResult |
withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store.
|
DescribeFeatureGroupResult |
withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore . |
DescribeFeatureGroupResult |
withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore . |
DescribeFeatureGroupResult |
withOnlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the
OnlineStore in bytes. |
DescribeFeatureGroupResult |
withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature used for RecordIdentifier , whose value uniquely identifies a
record stored in the feature store. |
DescribeFeatureGroupResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.
|
DescribeFeatureGroupResult |
withThroughputConfig(ThroughputConfigDescription throughputConfig) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the FeatureGroup
.
featureGroupArn
- The Amazon Resource Name (ARN) of the FeatureGroup
.public String getFeatureGroupArn()
The Amazon Resource Name (ARN) of the FeatureGroup
.
FeatureGroup
.public DescribeFeatureGroupResult withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the FeatureGroup
.
featureGroupArn
- The Amazon Resource Name (ARN) of the FeatureGroup
.public void setFeatureGroupName(String featureGroupName)
he name of the FeatureGroup
.
featureGroupName
- he name of the FeatureGroup
.public String getFeatureGroupName()
he name of the FeatureGroup
.
FeatureGroup
.public DescribeFeatureGroupResult withFeatureGroupName(String featureGroupName)
he name of the FeatureGroup
.
featureGroupName
- he name of the FeatureGroup
.public void setRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the Feature
used for RecordIdentifier
, whose value uniquely identifies a
record stored in the feature store.
recordIdentifierFeatureName
- The name of the Feature
used for RecordIdentifier
, whose value uniquely
identifies a record stored in the feature store.public String getRecordIdentifierFeatureName()
The name of the Feature
used for RecordIdentifier
, whose value uniquely identifies a
record stored in the feature store.
Feature
used for RecordIdentifier
, whose value uniquely
identifies a record stored in the feature store.public DescribeFeatureGroupResult withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the Feature
used for RecordIdentifier
, whose value uniquely identifies a
record stored in the feature store.
recordIdentifierFeatureName
- The name of the Feature
used for RecordIdentifier
, whose value uniquely
identifies a record stored in the feature store.public void setEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or update
of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
eventTimeFeatureName
- The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or
update of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
public String getEventTimeFeatureName()
The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or update
of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or
update of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
public DescribeFeatureGroupResult withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or update
of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
eventTimeFeatureName
- The name of the feature that stores the EventTime
of a Record in a FeatureGroup
.
An EventTime
is a point in time when a new event occurs that corresponds to the creation or
update of a Record
in a FeatureGroup
. All Records
in the
FeatureGroup
have a corresponding EventTime
.
public List<FeatureDefinition> getFeatureDefinitions()
A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.
Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.public void setFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.
featureDefinitions
- A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.public DescribeFeatureGroupResult withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.
NOTE: This method appends the values to the existing list (if any). Use
setFeatureDefinitions(java.util.Collection)
or withFeatureDefinitions(java.util.Collection)
if
you want to override the existing values.
featureDefinitions
- A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.public DescribeFeatureGroupResult withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.
featureDefinitions
- A list of the Features
in the FeatureGroup
. Each feature is defined by a
FeatureName
and FeatureType
.public void setCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the FeatureGroup
.
creationTime
- A timestamp indicating when SageMaker created the FeatureGroup
.public Date getCreationTime()
A timestamp indicating when SageMaker created the FeatureGroup
.
FeatureGroup
.public DescribeFeatureGroupResult withCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the FeatureGroup
.
creationTime
- A timestamp indicating when SageMaker created the FeatureGroup
.public void setLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature group was last updated.
lastModifiedTime
- A timestamp indicating when the feature group was last updated.public Date getLastModifiedTime()
A timestamp indicating when the feature group was last updated.
public DescribeFeatureGroupResult withLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature group was last updated.
lastModifiedTime
- A timestamp indicating when the feature group was last updated.public void setOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the OnlineStore
.
onlineStoreConfig
- The configuration for the OnlineStore
.public OnlineStoreConfig getOnlineStoreConfig()
The configuration for the OnlineStore
.
OnlineStore
.public DescribeFeatureGroupResult withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the OnlineStore
.
onlineStoreConfig
- The configuration for the OnlineStore
.public void setOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
offlineStoreConfig
- The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
public OfflineStoreConfig getOfflineStoreConfig()
The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
public DescribeFeatureGroupResult withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
offlineStoreConfig
- The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
public void setThroughputConfig(ThroughputConfigDescription throughputConfig)
throughputConfig
- public ThroughputConfigDescription getThroughputConfig()
public DescribeFeatureGroupResult withThroughputConfig(ThroughputConfigDescription throughputConfig)
throughputConfig
- public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
roleArn
- The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
public DescribeFeatureGroupResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
roleArn
- The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.public void setFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
featureGroupStatus
- The status of the feature group.FeatureGroupStatus
public String getFeatureGroupStatus()
The status of the feature group.
FeatureGroupStatus
public DescribeFeatureGroupResult withFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
featureGroupStatus
- The status of the feature group.FeatureGroupStatus
public DescribeFeatureGroupResult withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
featureGroupStatus
- The status of the feature group.FeatureGroupStatus
public void setOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the OfflineStore
. Notifies you if replicating data into the OfflineStore
has failed. Returns either: Active
or Blocked
offlineStoreStatus
- The status of the OfflineStore
. Notifies you if replicating data into the
OfflineStore
has failed. Returns either: Active
or Blocked
public OfflineStoreStatus getOfflineStoreStatus()
The status of the OfflineStore
. Notifies you if replicating data into the OfflineStore
has failed. Returns either: Active
or Blocked
OfflineStore
. Notifies you if replicating data into the
OfflineStore
has failed. Returns either: Active
or Blocked
public DescribeFeatureGroupResult withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the OfflineStore
. Notifies you if replicating data into the OfflineStore
has failed. Returns either: Active
or Blocked
offlineStoreStatus
- The status of the OfflineStore
. Notifies you if replicating data into the
OfflineStore
has failed. Returns either: Active
or Blocked
public void setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
lastUpdateStatus
- A value indicating whether the update made to the feature group was successful.public LastUpdateStatus getLastUpdateStatus()
A value indicating whether the update made to the feature group was successful.
public DescribeFeatureGroupResult withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
lastUpdateStatus
- A value indicating whether the update made to the feature group was successful.public void setFailureReason(String failureReason)
The reason that the FeatureGroup
failed to be replicated in the OfflineStore
. This is
failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
failureReason
- The reason that the FeatureGroup
failed to be replicated in the OfflineStore
.
This is failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
public String getFailureReason()
The reason that the FeatureGroup
failed to be replicated in the OfflineStore
. This is
failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
FeatureGroup
failed to be replicated in the OfflineStore
.
This is failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
public DescribeFeatureGroupResult withFailureReason(String failureReason)
The reason that the FeatureGroup
failed to be replicated in the OfflineStore
. This is
failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
failureReason
- The reason that the FeatureGroup
failed to be replicated in the OfflineStore
.
This is failure can occur because:
The FeatureGroup
could not be created in the OfflineStore
.
The FeatureGroup
could not be deleted from the OfflineStore
.
public void setDescription(String description)
A free form description of the feature group.
description
- A free form description of the feature group.public String getDescription()
A free form description of the feature group.
public DescribeFeatureGroupResult withDescription(String description)
A free form description of the feature group.
description
- A free form description of the feature group.public void setNextToken(String nextToken)
A token to resume pagination of the list of Features
(FeatureDefinitions
).
nextToken
- A token to resume pagination of the list of Features
(FeatureDefinitions
).public String getNextToken()
A token to resume pagination of the list of Features
(FeatureDefinitions
).
Features
(FeatureDefinitions
).public DescribeFeatureGroupResult withNextToken(String nextToken)
A token to resume pagination of the list of Features
(FeatureDefinitions
).
nextToken
- A token to resume pagination of the list of Features
(FeatureDefinitions
).public void setOnlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the OnlineStore
in bytes.
onlineStoreTotalSizeBytes
- The size of the OnlineStore
in bytes.public Long getOnlineStoreTotalSizeBytes()
The size of the OnlineStore
in bytes.
OnlineStore
in bytes.public DescribeFeatureGroupResult withOnlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the OnlineStore
in bytes.
onlineStoreTotalSizeBytes
- The size of the OnlineStore
in bytes.public String toString()
toString
in class Object
Object.toString()
public DescribeFeatureGroupResult clone()