Class CfnDatasetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.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.bedrockagentcore.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 StringHuman-readable name for the dataset.final StringA description of the dataset.final StringOptional AWS KMS key ARN for SSE-KMS on service S3 writes.final StringVersioned schema type governing the structure of examples.final ObjectSource of initial examples.getTags()A list of tags to assign to the dataset.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
-
getDatasetName
Description copied from interface:CfnDatasetMixinPropsHuman-readable name for the dataset.Unique within the account (case-insensitive). Immutable after creation.
- Specified by:
getDatasetNamein interfaceCfnDatasetMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDatasetMixinPropsA description of the dataset.- Specified by:
getDescriptionin interfaceCfnDatasetMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnDatasetMixinPropsOptional AWS KMS key ARN for SSE-KMS on service S3 writes.- Specified by:
getKmsKeyArnin interfaceCfnDatasetMixinProps- See Also:
-
getSchemaType
Description copied from interface:CfnDatasetMixinPropsVersioned schema type governing the structure of examples.Immutable after creation.
- Specified by:
getSchemaTypein interfaceCfnDatasetMixinProps- See Also:
-
getSource
Description copied from interface:CfnDatasetMixinPropsSource of initial examples.Provide either inline examples or an S3 URI pointing to a JSONL file.
Returns union: either
IResolvableorCfnDatasetPropsMixin.DataSourceTypeProperty- Specified by:
getSourcein interfaceCfnDatasetMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetMixinPropsA list of tags to assign to the dataset.- 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()
-