Class CfnDatasetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnDatasetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetMixinProps
@Stability(Stable)
@Internal
public static final class CfnDatasetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetMixinProps
An implementation for
CfnDatasetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnDatasetMixinProps
CfnDatasetMixinProps.Builder, CfnDatasetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the dataset group.final ObjectDescribes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.final StringOne of the following values:.final StringgetName()The name of the dataset.final StringThe ARN of the associated schema.getTags()The tags used to organize, track, or control access for this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDatasetMixinProps.Builder.
-
-
Method Details
-
getDatasetGroupArn
Description copied from interface:CfnDatasetMixinPropsThe Amazon Resource Name (ARN) of the dataset group.- Specified by:
getDatasetGroupArnin interfaceCfnDatasetMixinProps- See Also:
-
getDatasetImportJob
Description copied from interface:CfnDatasetMixinPropsDescribes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.If you specify a dataset import job as part of a dataset, all dataset import job fields are required.
Returns union: either
IResolvableorCfnDatasetPropsMixin.DatasetImportJobProperty- Specified by:
getDatasetImportJobin interfaceCfnDatasetMixinProps- See Also:
-
getDatasetType
Description copied from interface:CfnDatasetMixinPropsOne of the following values:.- Interactions
- Items
- Users
You can't use CloudFormation to create an Action Interactions or Actions dataset.
- Specified by:
getDatasetTypein interfaceCfnDatasetMixinProps- See Also:
-
getName
Description copied from interface:CfnDatasetMixinPropsThe name of the dataset.- Specified by:
getNamein interfaceCfnDatasetMixinProps- See Also:
-
getSchemaArn
Description copied from interface:CfnDatasetMixinPropsThe ARN of the associated schema.- Specified by:
getSchemaArnin interfaceCfnDatasetMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnDatasetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-