@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.948Z") @Stability(value=Stable) public class CfnFeatureGroup extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFeatureGroup.Builder
A fluent builder for
CfnFeatureGroup. |
static interface |
CfnFeatureGroup.FeatureDefinitionProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFeatureGroup(software.constructs.Construct scope,
String id,
CfnFeatureGroupProps props)
Create a new `AWS::SageMaker::FeatureGroup`.
|
protected |
CfnFeatureGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFeatureGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::SageMaker::FeatureGroup.Description`.
|
String |
getEventTimeFeatureName()
`AWS::SageMaker::FeatureGroup.EventTimeFeatureName`.
|
Object |
getFeatureDefinitions()
`AWS::SageMaker::FeatureGroup.FeatureDefinitions`.
|
String |
getFeatureGroupName()
`AWS::SageMaker::FeatureGroup.FeatureGroupName`.
|
Object |
getOfflineStoreConfig()
`AWS::SageMaker::FeatureGroup.OfflineStoreConfig`.
|
Object |
getOnlineStoreConfig()
`AWS::SageMaker::FeatureGroup.OnlineStoreConfig`.
|
String |
getRecordIdentifierFeatureName()
`AWS::SageMaker::FeatureGroup.RecordIdentifierFeatureName`.
|
String |
getRoleArn()
`AWS::SageMaker::FeatureGroup.RoleArn`.
|
TagManager |
getTags()
`AWS::SageMaker::FeatureGroup.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::SageMaker::FeatureGroup.Description`.
|
void |
setEventTimeFeatureName(String value)
`AWS::SageMaker::FeatureGroup.EventTimeFeatureName`.
|
void |
setFeatureDefinitions(IResolvable value)
`AWS::SageMaker::FeatureGroup.FeatureDefinitions`.
|
void |
setFeatureDefinitions(List<Object> value)
`AWS::SageMaker::FeatureGroup.FeatureDefinitions`.
|
void |
setFeatureGroupName(String value)
`AWS::SageMaker::FeatureGroup.FeatureGroupName`.
|
void |
setOfflineStoreConfig(Object value)
`AWS::SageMaker::FeatureGroup.OfflineStoreConfig`.
|
void |
setOnlineStoreConfig(Object value)
`AWS::SageMaker::FeatureGroup.OnlineStoreConfig`.
|
void |
setRecordIdentifierFeatureName(String value)
`AWS::SageMaker::FeatureGroup.RecordIdentifierFeatureName`.
|
void |
setRoleArn(String value)
`AWS::SageMaker::FeatureGroup.RoleArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFeatureGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFeatureGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFeatureGroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFeatureGroupProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getEventTimeFeatureName()
@Stability(value=Stable)
public void setEventTimeFeatureName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getFeatureDefinitions()
@Stability(value=Stable)
public void setFeatureDefinitions(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setFeatureDefinitions(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public String getFeatureGroupName()
@Stability(value=Stable)
public void setFeatureGroupName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getOfflineStoreConfig()
@Stability(value=Stable)
public void setOfflineStoreConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public Object getOnlineStoreConfig()
@Stability(value=Stable)
public void setOnlineStoreConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getRecordIdentifierFeatureName()
@Stability(value=Stable)
public void setRecordIdentifierFeatureName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@Nullable
String value)
Copyright © 2021. All rights reserved.