Class CfnDatasetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.personalize.CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetProps
@Stability(Stable)
@Internal
public static final class CfnDatasetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetProps
An implementation for
CfnDatasetProps-
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.services.personalize.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.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 theCfnDatasetProps.Builder.
-
-
Method Details
-
getDatasetGroupArn
Description copied from interface:CfnDatasetPropsThe Amazon Resource Name (ARN) of the dataset group.- Specified by:
getDatasetGroupArnin interfaceCfnDatasetProps- See Also:
-
getDatasetType
Description copied from interface:CfnDatasetPropsOne of the following values:.- Interactions
- Items
- Users
You can't use CloudFormation to create an Action Interactions or Actions dataset.
- Specified by:
getDatasetTypein interfaceCfnDatasetProps- See Also:
-
getName
Description copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
getNamein interfaceCfnDatasetProps- See Also:
-
getSchemaArn
Description copied from interface:CfnDatasetPropsThe ARN of the associated schema.- Specified by:
getSchemaArnin interfaceCfnDatasetProps- See Also:
-
getDatasetImportJob
Description copied from interface:CfnDatasetPropsDescribes 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
IResolvableorCfnDataset.DatasetImportJobProperty- Specified by:
getDatasetImportJobin interfaceCfnDatasetProps- See Also:
-
getTags
Description copied from interface:CfnDatasetPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnDatasetProps- 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()
-