@Stability(value=Stable) @Internal public static final class CfnFeatureGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFeatureGroupProps
CfnFeatureGroupProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnFeatureGroupProps.Builder, CfnFeatureGroupProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String eventTimeFeatureName,
Object featureDefinitions,
String featureGroupName,
String recordIdentifierFeatureName,
String description,
Object offlineStoreConfig,
Object onlineStoreConfig,
String roleArn,
List<? extends CfnTag> tags)
Constructor that initializes the object based on literal property values passed by the
CfnFeatureGroupProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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`.
|
List<CfnTag> |
getTags()
`AWS::SageMaker::FeatureGroup.Tags`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String eventTimeFeatureName, Object featureDefinitions, String featureGroupName, String recordIdentifierFeatureName, String description, Object offlineStoreConfig, Object onlineStoreConfig, String roleArn, List<? extends CfnTag> tags)
CfnFeatureGroupProps.Builder
.public final String getEventTimeFeatureName()
CfnFeatureGroupProps
getEventTimeFeatureName
in interface CfnFeatureGroupProps
public final Object getFeatureDefinitions()
CfnFeatureGroupProps
getFeatureDefinitions
in interface CfnFeatureGroupProps
public final String getFeatureGroupName()
CfnFeatureGroupProps
getFeatureGroupName
in interface CfnFeatureGroupProps
public final String getRecordIdentifierFeatureName()
CfnFeatureGroupProps
getRecordIdentifierFeatureName
in interface CfnFeatureGroupProps
public final String getDescription()
CfnFeatureGroupProps
getDescription
in interface CfnFeatureGroupProps
public final Object getOfflineStoreConfig()
CfnFeatureGroupProps
getOfflineStoreConfig
in interface CfnFeatureGroupProps
public final Object getOnlineStoreConfig()
CfnFeatureGroupProps
getOnlineStoreConfig
in interface CfnFeatureGroupProps
public final String getRoleArn()
CfnFeatureGroupProps
getRoleArn
in interface CfnFeatureGroupProps
public final List<CfnTag> getTags()
CfnFeatureGroupProps
getTags
in interface CfnFeatureGroupProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.