Class CfnDatasetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.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.bedrockagentcore.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 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 theCfnDatasetProps.Builder.
-
-
Method Details
-
getDatasetName
Description copied from interface:CfnDatasetPropsHuman-readable name for the dataset.Unique within the account (case-insensitive). Immutable after creation.
- Specified by:
getDatasetNamein interfaceCfnDatasetProps- See Also:
-
getSchemaType
Description copied from interface:CfnDatasetPropsVersioned schema type governing the structure of examples.Immutable after creation.
- Specified by:
getSchemaTypein interfaceCfnDatasetProps- See Also:
-
getDescription
Description copied from interface:CfnDatasetPropsA description of the dataset.- Specified by:
getDescriptionin interfaceCfnDatasetProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnDatasetPropsOptional AWS KMS key ARN for SSE-KMS on service S3 writes.- Specified by:
getKmsKeyArnin interfaceCfnDatasetProps- See Also:
-
getSource
Description copied from interface:CfnDatasetPropsSource of initial examples.Provide either inline examples or an S3 URI pointing to a JSONL file.
Returns union: either
IResolvableorCfnDataset.DataSourceTypeProperty- Specified by:
getSourcein interfaceCfnDatasetProps- See Also:
-
getTags
Description copied from interface:CfnDatasetPropsA list of tags to assign to the dataset.- 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()
-