Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.sagemaker

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.sagemaker package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.sagemaker package. 
raw docstring

build-cfn-app-builderclj

(build-cfn-app-builder builder id config)

The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appNamejava.lang.Stringcdk.support/lookup-entry:app-name
appTypejava.lang.Stringcdk.support/lookup-entry:app-type
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
resourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnApp$ResourceSpecPropertycdk.support/lookup-entry:resource-spec
tagsjava.util.Listcdk.support/lookup-entry:tags
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration.
  The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-name` |
| `appType` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-type` |
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `resourceSpec` | software.amazon.awscdk.services.sagemaker.CfnApp$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:resource-spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
sourceraw docstring

build-cfn-app-image-config-builderclj

(build-cfn-app-image-config-builder builder id config)

The build-cfn-app-image-config-builder function updates a CfnAppImageConfig$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appImageConfigNamejava.lang.Stringcdk.support/lookup-entry:app-image-config-name
codeEditorAppImageConfigsoftware.amazon.awscdk.services.sagemaker.CfnAppImageConfig$CodeEditorAppImageConfigPropertycdk.support/lookup-entry:code-editor-app-image-config
jupyterLabAppImageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jupyter-lab-app-image-config
kernelGatewayImageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kernel-gateway-image-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-image-config-builder function updates a CfnAppImageConfig$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appImageConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-image-config-name` |
| `codeEditorAppImageConfig` | software.amazon.awscdk.services.sagemaker.CfnAppImageConfig$CodeEditorAppImageConfigProperty | [[cdk.support/lookup-entry]] | `:code-editor-app-image-config` |
| `jupyterLabAppImageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-image-config` |
| `kernelGatewayImageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kernel-gateway-image-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-image-config-code-editor-app-image-config-property-builderclj

(build-cfn-app-image-config-code-editor-app-image-config-property-builder
  builder
  id
  config)

The build-cfn-app-image-config-code-editor-app-image-config-property-builder function updates a CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-config
The build-cfn-app-image-config-code-editor-app-image-config-property-builder function updates a CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-config` |
sourceraw docstring

build-cfn-app-image-config-container-config-property-builderclj

(build-cfn-app-image-config-container-config-property-builder builder id config)

The build-cfn-app-image-config-container-config-property-builder function updates a CfnAppImageConfig$ContainerConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$ContainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerArgumentsjava.util.Listcdk.support/lookup-entry:container-arguments
containerEntrypointjava.util.Listcdk.support/lookup-entry:container-entrypoint
containerEnvironmentVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-environment-variables
The build-cfn-app-image-config-container-config-property-builder function updates a CfnAppImageConfig$ContainerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$ContainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerArguments` | java.util.List | [[cdk.support/lookup-entry]] | `:container-arguments` |
| `containerEntrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:container-entrypoint` |
| `containerEnvironmentVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-environment-variables` |
sourceraw docstring

build-cfn-app-image-config-custom-image-container-environment-variable-property-builderclj

(build-cfn-app-image-config-custom-image-container-environment-variable-property-builder
  builder
  id
  config)

The build-cfn-app-image-config-custom-image-container-environment-variable-property-builder function updates a CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-app-image-config-custom-image-container-environment-variable-property-builder function updates a CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-app-image-config-file-system-config-property-builderclj

(build-cfn-app-image-config-file-system-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-app-image-config-file-system-config-property-builder function updates a CfnAppImageConfig$FileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$FileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultGidjava.lang.Numbercdk.support/lookup-entry:default-gid
defaultUidjava.lang.Numbercdk.support/lookup-entry:default-uid
mountPathjava.lang.Stringcdk.support/lookup-entry:mount-path
The build-cfn-app-image-config-file-system-config-property-builder function updates a CfnAppImageConfig$FileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$FileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultGid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-gid` |
| `defaultUid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-uid` |
| `mountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-path` |
sourceraw docstring

build-cfn-app-image-config-jupyter-lab-app-image-config-property-builderclj

(build-cfn-app-image-config-jupyter-lab-app-image-config-property-builder
  builder
  id
  config)

The build-cfn-app-image-config-jupyter-lab-app-image-config-property-builder function updates a CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-config
The build-cfn-app-image-config-jupyter-lab-app-image-config-property-builder function updates a CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-config` |
sourceraw docstring

build-cfn-app-image-config-kernel-gateway-image-config-property-builderclj

(build-cfn-app-image-config-kernel-gateway-image-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-app-image-config-kernel-gateway-image-config-property-builder function updates a CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fileSystemConfigsoftware.amazon.awscdk.services.sagemaker.CfnAppImageConfig$FileSystemConfigPropertycdk.support/lookup-entry:file-system-config
kernelSpecssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kernel-specs
The build-cfn-app-image-config-kernel-gateway-image-config-property-builder function updates a CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileSystemConfig` | software.amazon.awscdk.services.sagemaker.CfnAppImageConfig$FileSystemConfigProperty | [[cdk.support/lookup-entry]] | `:file-system-config` |
| `kernelSpecs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kernel-specs` |
sourceraw docstring

build-cfn-app-image-config-kernel-spec-property-builderclj

(build-cfn-app-image-config-kernel-spec-property-builder builder id config)

The build-cfn-app-image-config-kernel-spec-property-builder function updates a CfnAppImageConfig$KernelSpecProperty$Builder instance using the provided configuration. The function takes the CfnAppImageConfig$KernelSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-app-image-config-kernel-spec-property-builder function updates a CfnAppImageConfig$KernelSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfig$KernelSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-app-image-config-props-builderclj

(build-cfn-app-image-config-props-builder builder id config)

The build-cfn-app-image-config-props-builder function updates a CfnAppImageConfigProps$Builder instance using the provided configuration. The function takes the CfnAppImageConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appImageConfigNamejava.lang.Stringcdk.support/lookup-entry:app-image-config-name
codeEditorAppImageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-editor-app-image-config
jupyterLabAppImageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jupyter-lab-app-image-config
kernelGatewayImageConfigsoftware.amazon.awscdk.services.sagemaker.CfnAppImageConfig$KernelGatewayImageConfigPropertycdk.support/lookup-entry:kernel-gateway-image-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-image-config-props-builder function updates a CfnAppImageConfigProps$Builder instance using the provided configuration.
  The function takes the CfnAppImageConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appImageConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-image-config-name` |
| `codeEditorAppImageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-editor-app-image-config` |
| `jupyterLabAppImageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-image-config` |
| `kernelGatewayImageConfig` | software.amazon.awscdk.services.sagemaker.CfnAppImageConfig$KernelGatewayImageConfigProperty | [[cdk.support/lookup-entry]] | `:kernel-gateway-image-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-props-builderclj

(build-cfn-app-props-builder builder id config)

The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appNamejava.lang.Stringcdk.support/lookup-entry:app-name
appTypejava.lang.Stringcdk.support/lookup-entry:app-type
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
resourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-spec
tagsjava.util.Listcdk.support/lookup-entry:tags
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration.
  The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-name` |
| `appType` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-type` |
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `resourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
sourceraw docstring

build-cfn-app-resource-spec-property-builderclj

(build-cfn-app-resource-spec-property-builder builder id config)

The build-cfn-app-resource-spec-property-builder function updates a CfnApp$ResourceSpecProperty$Builder instance using the provided configuration. The function takes the CfnApp$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
sageMakerImageArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-arn
sageMakerImageVersionArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-version-arn
The build-cfn-app-resource-spec-property-builder function updates a CfnApp$ResourceSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnApp$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `sageMakerImageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-arn` |
| `sageMakerImageVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-version-arn` |
sourceraw docstring

build-cfn-code-repository-builderclj

(build-cfn-code-repository-builder builder id config)

The build-cfn-code-repository-builder function updates a CfnCodeRepository$Builder instance using the provided configuration. The function takes the CfnCodeRepository$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeRepositoryNamejava.lang.Stringcdk.support/lookup-entry:code-repository-name
gitConfigsoftware.amazon.awscdk.services.sagemaker.CfnCodeRepository$GitConfigPropertycdk.support/lookup-entry:git-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-code-repository-builder function updates a CfnCodeRepository$Builder instance using the provided configuration.
  The function takes the CfnCodeRepository$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-repository-name` |
| `gitConfig` | software.amazon.awscdk.services.sagemaker.CfnCodeRepository$GitConfigProperty | [[cdk.support/lookup-entry]] | `:git-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-code-repository-git-config-property-builderclj

(build-cfn-code-repository-git-config-property-builder builder id config)

The build-cfn-code-repository-git-config-property-builder function updates a CfnCodeRepository$GitConfigProperty$Builder instance using the provided configuration. The function takes the CfnCodeRepository$GitConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
branchjava.lang.Stringcdk.support/lookup-entry:branch
repositoryUrljava.lang.Stringcdk.support/lookup-entry:repository-url
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
The build-cfn-code-repository-git-config-property-builder function updates a CfnCodeRepository$GitConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCodeRepository$GitConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `branch` | java.lang.String | [[cdk.support/lookup-entry]] | `:branch` |
| `repositoryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-url` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
sourceraw docstring

build-cfn-code-repository-props-builderclj

(build-cfn-code-repository-props-builder builder id config)

The build-cfn-code-repository-props-builder function updates a CfnCodeRepositoryProps$Builder instance using the provided configuration. The function takes the CfnCodeRepositoryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeRepositoryNamejava.lang.Stringcdk.support/lookup-entry:code-repository-name
gitConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:git-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-code-repository-props-builder function updates a CfnCodeRepositoryProps$Builder instance using the provided configuration.
  The function takes the CfnCodeRepositoryProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-repository-name` |
| `gitConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:git-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-data-quality-job-definition-batch-transform-input-property-builderclj

(build-cfn-data-quality-job-definition-batch-transform-input-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-batch-transform-input-property-builder function updates a CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCapturedDestinationS3Urijava.lang.Stringcdk.support/lookup-entry:data-captured-destination-s3-uri
datasetFormatsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DatasetFormatPropertycdk.support/lookup-entry:dataset-format
excludeFeaturesAttributejava.lang.Stringcdk.support/lookup-entry:exclude-features-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-data-quality-job-definition-batch-transform-input-property-builder function updates a CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCapturedDestinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-captured-destination-s3-uri` |
| `datasetFormat` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DatasetFormatProperty | [[cdk.support/lookup-entry]] | `:dataset-format` |
| `excludeFeaturesAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-features-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-data-quality-job-definition-builderclj

(build-cfn-data-quality-job-definition-builder builder id config)

The build-cfn-data-quality-job-definition-builder function updates a CfnDataQualityJobDefinition$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataQualityAppSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityAppSpecificationPropertycdk.support/lookup-entry:data-quality-app-specification
dataQualityBaselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-quality-baseline-config
dataQualityJobInputsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityJobInputPropertycdk.support/lookup-entry:data-quality-job-input
dataQualityJobOutputConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-quality-job-output-config
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$MonitoringResourcesPropertycdk.support/lookup-entry:job-resources
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$StoppingConditionPropertycdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-data-quality-job-definition-builder function updates a CfnDataQualityJobDefinition$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataQualityAppSpecification` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty | [[cdk.support/lookup-entry]] | `:data-quality-app-specification` |
| `dataQualityBaselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-quality-baseline-config` |
| `dataQualityJobInput` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityJobInputProperty | [[cdk.support/lookup-entry]] | `:data-quality-job-input` |
| `dataQualityJobOutputConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-quality-job-output-config` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$MonitoringResourcesProperty | [[cdk.support/lookup-entry]] | `:job-resources` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$StoppingConditionProperty | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-data-quality-job-definition-cluster-config-property-builderclj

(build-cfn-data-quality-job-definition-cluster-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-data-quality-job-definition-cluster-config-property-builder function updates a CfnDataQualityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-data-quality-job-definition-cluster-config-property-builder function updates a CfnDataQualityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-data-quality-job-definition-constraints-resource-property-builderclj

(build-cfn-data-quality-job-definition-constraints-resource-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-constraints-resource-property-builder function updates a CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-data-quality-job-definition-constraints-resource-property-builder function updates a CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-data-quality-job-definition-csv-property-builderclj

(build-cfn-data-quality-job-definition-csv-property-builder builder id config)

The build-cfn-data-quality-job-definition-csv-property-builder function updates a CfnDataQualityJobDefinition$CsvProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:header
The build-cfn-data-quality-job-definition-csv-property-builder function updates a CfnDataQualityJobDefinition$CsvProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `header` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:header` |
sourceraw docstring

build-cfn-data-quality-job-definition-data-quality-app-specification-property-builderclj

(build-cfn-data-quality-job-definition-data-quality-app-specification-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-data-quality-app-specification-property-builder function updates a CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerArgumentsjava.util.Listcdk.support/lookup-entry:container-arguments
containerEntrypointjava.util.Listcdk.support/lookup-entry:container-entrypoint
environmentjava.util.Mapcdk.support/lookup-entry:environment
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
postAnalyticsProcessorSourceUrijava.lang.Stringcdk.support/lookup-entry:post-analytics-processor-source-uri
recordPreprocessorSourceUrijava.lang.Stringcdk.support/lookup-entry:record-preprocessor-source-uri
The build-cfn-data-quality-job-definition-data-quality-app-specification-property-builder function updates a CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerArguments` | java.util.List | [[cdk.support/lookup-entry]] | `:container-arguments` |
| `containerEntrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:container-entrypoint` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `postAnalyticsProcessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-analytics-processor-source-uri` |
| `recordPreprocessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-preprocessor-source-uri` |
sourceraw docstring

build-cfn-data-quality-job-definition-data-quality-baseline-config-property-builderclj

(build-cfn-data-quality-job-definition-data-quality-baseline-config-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-data-quality-baseline-config-property-builder function updates a CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
baseliningJobNamejava.lang.Stringcdk.support/lookup-entry:baselining-job-name
constraintsResourcesoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$ConstraintsResourcePropertycdk.support/lookup-entry:constraints-resource
statisticsResourcesoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$StatisticsResourcePropertycdk.support/lookup-entry:statistics-resource
The build-cfn-data-quality-job-definition-data-quality-baseline-config-property-builder function updates a CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseliningJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:baselining-job-name` |
| `constraintsResource` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$ConstraintsResourceProperty | [[cdk.support/lookup-entry]] | `:constraints-resource` |
| `statisticsResource` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$StatisticsResourceProperty | [[cdk.support/lookup-entry]] | `:statistics-resource` |
sourceraw docstring

build-cfn-data-quality-job-definition-data-quality-job-input-property-builderclj

(build-cfn-data-quality-job-definition-data-quality-job-input-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-data-quality-job-input-property-builder function updates a CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchTransformInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-transform-input
endpointInputsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$EndpointInputPropertycdk.support/lookup-entry:endpoint-input
The build-cfn-data-quality-job-definition-data-quality-job-input-property-builder function updates a CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchTransformInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-transform-input` |
| `endpointInput` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$EndpointInputProperty | [[cdk.support/lookup-entry]] | `:endpoint-input` |
sourceraw docstring

build-cfn-data-quality-job-definition-dataset-format-property-builderclj

(build-cfn-data-quality-job-definition-dataset-format-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-data-quality-job-definition-dataset-format-property-builder function updates a CfnDataQualityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv
jsonsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json
parquetjava.lang.Booleancdk.support/lookup-entry:parquet
The build-cfn-data-quality-job-definition-dataset-format-property-builder function updates a CfnDataQualityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csv` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv` |
| `json` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json` |
| `parquet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:parquet` |
sourceraw docstring

build-cfn-data-quality-job-definition-endpoint-input-property-builderclj

(build-cfn-data-quality-job-definition-endpoint-input-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-data-quality-job-definition-endpoint-input-property-builder function updates a CfnDataQualityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
excludeFeaturesAttributejava.lang.Stringcdk.support/lookup-entry:exclude-features-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-data-quality-job-definition-endpoint-input-property-builder function updates a CfnDataQualityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `excludeFeaturesAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-features-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-data-quality-job-definition-json-property-builderclj

(build-cfn-data-quality-job-definition-json-property-builder builder id config)

The build-cfn-data-quality-job-definition-json-property-builder function updates a CfnDataQualityJobDefinition$JsonProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
linesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:line
The build-cfn-data-quality-job-definition-json-property-builder function updates a CfnDataQualityJobDefinition$JsonProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `line` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:line` |
sourceraw docstring

build-cfn-data-quality-job-definition-monitoring-output-config-property-builderclj

(build-cfn-data-quality-job-definition-monitoring-output-config-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-monitoring-output-config-property-builder function updates a CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
monitoringOutputsjava.util.Listcdk.support/lookup-entry:monitoring-outputs
The build-cfn-data-quality-job-definition-monitoring-output-config-property-builder function updates a CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `monitoringOutputs` | java.util.List | [[cdk.support/lookup-entry]] | `:monitoring-outputs` |
sourceraw docstring

build-cfn-data-quality-job-definition-monitoring-output-property-builderclj

(build-cfn-data-quality-job-definition-monitoring-output-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-monitoring-output-property-builder function updates a CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Outputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-output
The build-cfn-data-quality-job-definition-monitoring-output-property-builder function updates a CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Output` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-output` |
sourceraw docstring

build-cfn-data-quality-job-definition-monitoring-resources-property-builderclj

(build-cfn-data-quality-job-definition-monitoring-resources-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-monitoring-resources-property-builder function updates a CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterConfigsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$ClusterConfigPropertycdk.support/lookup-entry:cluster-config
The build-cfn-data-quality-job-definition-monitoring-resources-property-builder function updates a CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterConfig` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$ClusterConfigProperty | [[cdk.support/lookup-entry]] | `:cluster-config` |
sourceraw docstring

build-cfn-data-quality-job-definition-network-config-property-builderclj

(build-cfn-data-quality-job-definition-network-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-data-quality-job-definition-network-config-property-builder function updates a CfnDataQualityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableInterContainerTrafficEncryptionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-inter-container-traffic-encryption
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-data-quality-job-definition-network-config-property-builder function updates a CfnDataQualityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableInterContainerTrafficEncryption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-inter-container-traffic-encryption` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-data-quality-job-definition-props-builderclj

(build-cfn-data-quality-job-definition-props-builder builder id config)

The build-cfn-data-quality-job-definition-props-builder function updates a CfnDataQualityJobDefinitionProps$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataQualityAppSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-quality-app-specification
dataQualityBaselineConfigsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityBaselineConfigPropertycdk.support/lookup-entry:data-quality-baseline-config
dataQualityJobInputsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityJobInputPropertycdk.support/lookup-entry:data-quality-job-input
dataQualityJobOutputConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-quality-job-output-config
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$MonitoringResourcesPropertycdk.support/lookup-entry:job-resources
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-data-quality-job-definition-props-builder function updates a CfnDataQualityJobDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataQualityAppSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-quality-app-specification` |
| `dataQualityBaselineConfig` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty | [[cdk.support/lookup-entry]] | `:data-quality-baseline-config` |
| `dataQualityJobInput` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$DataQualityJobInputProperty | [[cdk.support/lookup-entry]] | `:data-quality-job-input` |
| `dataQualityJobOutputConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-quality-job-output-config` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$MonitoringResourcesProperty | [[cdk.support/lookup-entry]] | `:job-resources` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-data-quality-job-definition-s3-output-property-builderclj

(build-cfn-data-quality-job-definition-s3-output-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-quality-job-definition-s3-output-property-builder function updates a CfnDataQualityJobDefinition$S3OutputProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3UploadModejava.lang.Stringcdk.support/lookup-entry:s3-upload-mode
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-data-quality-job-definition-s3-output-property-builder function updates a CfnDataQualityJobDefinition$S3OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3UploadMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-upload-mode` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-data-quality-job-definition-statistics-resource-property-builderclj

(build-cfn-data-quality-job-definition-statistics-resource-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-statistics-resource-property-builder function updates a CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-data-quality-job-definition-statistics-resource-property-builder function updates a CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-data-quality-job-definition-stopping-condition-property-builderclj

(build-cfn-data-quality-job-definition-stopping-condition-property-builder
  builder
  id
  config)

The build-cfn-data-quality-job-definition-stopping-condition-property-builder function updates a CfnDataQualityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxRuntimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-runtime-in-seconds
The build-cfn-data-quality-job-definition-stopping-condition-property-builder function updates a CfnDataQualityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-runtime-in-seconds` |
sourceraw docstring

build-cfn-data-quality-job-definition-vpc-config-property-builderclj

(build-cfn-data-quality-job-definition-vpc-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-data-quality-job-definition-vpc-config-property-builder function updates a CfnDataQualityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-data-quality-job-definition-vpc-config-property-builder function updates a CfnDataQualityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-device-builderclj

(build-cfn-device-builder builder id config)

The build-cfn-device-builder function updates a CfnDevice$Builder instance using the provided configuration. The function takes the CfnDevice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
devicesoftware.amazon.awscdk.services.sagemaker.CfnDevice$DevicePropertycdk.support/lookup-entry:device
deviceFleetNamejava.lang.Stringcdk.support/lookup-entry:device-fleet-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-builder function updates a CfnDevice$Builder instance using the provided configuration.
  The function takes the CfnDevice$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `device` | software.amazon.awscdk.services.sagemaker.CfnDevice$DeviceProperty | [[cdk.support/lookup-entry]] | `:device` |
| `deviceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-fleet-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-device-property-builderclj

(build-cfn-device-device-property-builder builder id config)

The build-cfn-device-device-property-builder function updates a CfnDevice$DeviceProperty$Builder instance using the provided configuration. The function takes the CfnDevice$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
deviceNamejava.lang.Stringcdk.support/lookup-entry:device-name
iotThingNamejava.lang.Stringcdk.support/lookup-entry:iot-thing-name
The build-cfn-device-device-property-builder function updates a CfnDevice$DeviceProperty$Builder instance using the provided configuration.
  The function takes the CfnDevice$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` |
| `iotThingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:iot-thing-name` |
sourceraw docstring

build-cfn-device-fleet-builderclj

(build-cfn-device-fleet-builder builder id config)

The build-cfn-device-fleet-builder function updates a CfnDeviceFleet$Builder instance using the provided configuration. The function takes the CfnDeviceFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
deviceFleetNamejava.lang.Stringcdk.support/lookup-entry:device-fleet-name
outputConfigsoftware.amazon.awscdk.services.sagemaker.CfnDeviceFleet$EdgeOutputConfigPropertycdk.support/lookup-entry:output-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-fleet-builder function updates a CfnDeviceFleet$Builder instance using the provided configuration.
  The function takes the CfnDeviceFleet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `deviceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-fleet-name` |
| `outputConfig` | software.amazon.awscdk.services.sagemaker.CfnDeviceFleet$EdgeOutputConfigProperty | [[cdk.support/lookup-entry]] | `:output-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-fleet-edge-output-config-property-builderclj

(build-cfn-device-fleet-edge-output-config-property-builder builder id config)

The build-cfn-device-fleet-edge-output-config-property-builder function updates a CfnDeviceFleet$EdgeOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeviceFleet$EdgeOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
s3OutputLocationjava.lang.Stringcdk.support/lookup-entry:s3-output-location
The build-cfn-device-fleet-edge-output-config-property-builder function updates a CfnDeviceFleet$EdgeOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDeviceFleet$EdgeOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `s3OutputLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-location` |
sourceraw docstring

build-cfn-device-fleet-props-builderclj

(build-cfn-device-fleet-props-builder builder id config)

The build-cfn-device-fleet-props-builder function updates a CfnDeviceFleetProps$Builder instance using the provided configuration. The function takes the CfnDeviceFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
deviceFleetNamejava.lang.Stringcdk.support/lookup-entry:device-fleet-name
outputConfigsoftware.amazon.awscdk.services.sagemaker.CfnDeviceFleet$EdgeOutputConfigPropertycdk.support/lookup-entry:output-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-fleet-props-builder function updates a CfnDeviceFleetProps$Builder instance using the provided configuration.
  The function takes the CfnDeviceFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `deviceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-fleet-name` |
| `outputConfig` | software.amazon.awscdk.services.sagemaker.CfnDeviceFleet$EdgeOutputConfigProperty | [[cdk.support/lookup-entry]] | `:output-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-props-builderclj

(build-cfn-device-props-builder builder id config)

The build-cfn-device-props-builder function updates a CfnDeviceProps$Builder instance using the provided configuration. The function takes the CfnDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
devicesoftware.amazon.awscdk.services.sagemaker.CfnDevice$DevicePropertycdk.support/lookup-entry:device
deviceFleetNamejava.lang.Stringcdk.support/lookup-entry:device-fleet-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-props-builder function updates a CfnDeviceProps$Builder instance using the provided configuration.
  The function takes the CfnDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `device` | software.amazon.awscdk.services.sagemaker.CfnDevice$DeviceProperty | [[cdk.support/lookup-entry]] | `:device` |
| `deviceFleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-fleet-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-builderclj

(build-cfn-domain-builder builder id config)

The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appNetworkAccessTypejava.lang.Stringcdk.support/lookup-entry:app-network-access-type
appSecurityGroupManagementjava.lang.Stringcdk.support/lookup-entry:app-security-group-management
authModejava.lang.Stringcdk.support/lookup-entry:auth-mode
defaultSpaceSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-space-settings
defaultUserSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$UserSettingsPropertycdk.support/lookup-entry:default-user-settings
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
domainSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$DomainSettingsPropertycdk.support/lookup-entry:domain-settings
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration.
  The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appNetworkAccessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-network-access-type` |
| `appSecurityGroupManagement` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-security-group-management` |
| `authMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-mode` |
| `defaultSpaceSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-space-settings` |
| `defaultUserSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$UserSettingsProperty | [[cdk.support/lookup-entry]] | `:default-user-settings` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `domainSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$DomainSettingsProperty | [[cdk.support/lookup-entry]] | `:domain-settings` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-domain-code-editor-app-settings-property-builderclj

(build-cfn-domain-code-editor-app-settings-property-builder builder id config)

The build-cfn-domain-code-editor-app-settings-property-builder function updates a CfnDomain$CodeEditorAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
lifecycleConfigArnsjava.util.Listcdk.support/lookup-entry:lifecycle-config-arns
The build-cfn-domain-code-editor-app-settings-property-builder function updates a CfnDomain$CodeEditorAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$CodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
| `lifecycleConfigArns` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-config-arns` |
sourceraw docstring

build-cfn-domain-code-repository-property-builderclj

(build-cfn-domain-code-repository-property-builder builder id config)

The build-cfn-domain-code-repository-property-builder function updates a CfnDomain$CodeRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
repositoryUrljava.lang.Stringcdk.support/lookup-entry:repository-url
The build-cfn-domain-code-repository-property-builder function updates a CfnDomain$CodeRepositoryProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `repositoryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-url` |
sourceraw docstring

build-cfn-domain-custom-file-system-config-property-builderclj

(build-cfn-domain-custom-file-system-config-property-builder builder id config)

The build-cfn-domain-custom-file-system-config-property-builder function updates a CfnDomain$CustomFileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CustomFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
efsFileSystemConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:efs-file-system-config
The build-cfn-domain-custom-file-system-config-property-builder function updates a CfnDomain$CustomFileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$CustomFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `efsFileSystemConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:efs-file-system-config` |
sourceraw docstring

build-cfn-domain-custom-image-property-builderclj

(build-cfn-domain-custom-image-property-builder builder id config)

The build-cfn-domain-custom-image-property-builder function updates a CfnDomain$CustomImageProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appImageConfigNamejava.lang.Stringcdk.support/lookup-entry:app-image-config-name
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
imageVersionNumberjava.lang.Numbercdk.support/lookup-entry:image-version-number
The build-cfn-domain-custom-image-property-builder function updates a CfnDomain$CustomImageProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appImageConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-image-config-name` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `imageVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:image-version-number` |
sourceraw docstring

build-cfn-domain-custom-posix-user-config-property-builderclj

(build-cfn-domain-custom-posix-user-config-property-builder builder id config)

The build-cfn-domain-custom-posix-user-config-property-builder function updates a CfnDomain$CustomPosixUserConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomain$CustomPosixUserConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
gidjava.lang.Numbercdk.support/lookup-entry:gid
uidjava.lang.Numbercdk.support/lookup-entry:uid
The build-cfn-domain-custom-posix-user-config-property-builder function updates a CfnDomain$CustomPosixUserConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$CustomPosixUserConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gid` |
| `uid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uid` |
sourceraw docstring

build-cfn-domain-default-ebs-storage-settings-property-builderclj

(build-cfn-domain-default-ebs-storage-settings-property-builder builder
                                                                id
                                                                config)

The build-cfn-domain-default-ebs-storage-settings-property-builder function updates a CfnDomain$DefaultEbsStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$DefaultEbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultEbsVolumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:default-ebs-volume-size-in-gb
maximumEbsVolumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:maximum-ebs-volume-size-in-gb
The build-cfn-domain-default-ebs-storage-settings-property-builder function updates a CfnDomain$DefaultEbsStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DefaultEbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultEbsVolumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-ebs-volume-size-in-gb` |
| `maximumEbsVolumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-ebs-volume-size-in-gb` |
sourceraw docstring

build-cfn-domain-default-space-settings-property-builderclj

(build-cfn-domain-default-space-settings-property-builder builder id config)

The build-cfn-domain-default-space-settings-property-builder function updates a CfnDomain$DefaultSpaceSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$DefaultSpaceSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customFileSystemConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-file-system-configs
customPosixUserConfigsoftware.amazon.awscdk.services.sagemaker.CfnDomain$CustomPosixUserConfigPropertycdk.support/lookup-entry:custom-posix-user-config
executionRolejava.lang.Stringcdk.support/lookup-entry:execution-role
jupyterLabAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$JupyterLabAppSettingsPropertycdk.support/lookup-entry:jupyter-lab-app-settings
jupyterServerAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$JupyterServerAppSettingsPropertycdk.support/lookup-entry:jupyter-server-app-settings
kernelGatewayAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kernel-gateway-app-settings
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
spaceStorageSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:space-storage-settings
The build-cfn-domain-default-space-settings-property-builder function updates a CfnDomain$DefaultSpaceSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DefaultSpaceSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customFileSystemConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-file-system-configs` |
| `customPosixUserConfig` | software.amazon.awscdk.services.sagemaker.CfnDomain$CustomPosixUserConfigProperty | [[cdk.support/lookup-entry]] | `:custom-posix-user-config` |
| `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` |
| `jupyterLabAppSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$JupyterLabAppSettingsProperty | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-settings` |
| `jupyterServerAppSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$JupyterServerAppSettingsProperty | [[cdk.support/lookup-entry]] | `:jupyter-server-app-settings` |
| `kernelGatewayAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kernel-gateway-app-settings` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `spaceStorageSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:space-storage-settings` |
sourceraw docstring

build-cfn-domain-default-space-storage-settings-property-builderclj

(build-cfn-domain-default-space-storage-settings-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-domain-default-space-storage-settings-property-builder function updates a CfnDomain$DefaultSpaceStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$DefaultSpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultEbsStorageSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$DefaultEbsStorageSettingsPropertycdk.support/lookup-entry:default-ebs-storage-settings
The build-cfn-domain-default-space-storage-settings-property-builder function updates a CfnDomain$DefaultSpaceStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DefaultSpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultEbsStorageSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$DefaultEbsStorageSettingsProperty | [[cdk.support/lookup-entry]] | `:default-ebs-storage-settings` |
sourceraw docstring

build-cfn-domain-docker-settings-property-builderclj

(build-cfn-domain-docker-settings-property-builder builder id config)

The build-cfn-domain-docker-settings-property-builder function updates a CfnDomain$DockerSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$DockerSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableDockerAccessjava.lang.Stringcdk.support/lookup-entry:enable-docker-access
vpcOnlyTrustedAccountsjava.util.Listcdk.support/lookup-entry:vpc-only-trusted-accounts
The build-cfn-domain-docker-settings-property-builder function updates a CfnDomain$DockerSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DockerSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableDockerAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-docker-access` |
| `vpcOnlyTrustedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-only-trusted-accounts` |
sourceraw docstring

build-cfn-domain-domain-settings-property-builderclj

(build-cfn-domain-domain-settings-property-builder builder id config)

The build-cfn-domain-domain-settings-property-builder function updates a CfnDomain$DomainSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$DomainSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dockerSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$DockerSettingsPropertycdk.support/lookup-entry:docker-settings
rStudioServerProDomainSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:r-studio-server-pro-domain-settings
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
The build-cfn-domain-domain-settings-property-builder function updates a CfnDomain$DomainSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DomainSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dockerSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$DockerSettingsProperty | [[cdk.support/lookup-entry]] | `:docker-settings` |
| `rStudioServerProDomainSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:r-studio-server-pro-domain-settings` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
sourceraw docstring

build-cfn-domain-efs-file-system-config-property-builderclj

(build-cfn-domain-efs-file-system-config-property-builder builder id config)

The build-cfn-domain-efs-file-system-config-property-builder function updates a CfnDomain$EFSFileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomain$EFSFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
fileSystemPathjava.lang.Stringcdk.support/lookup-entry:file-system-path
The build-cfn-domain-efs-file-system-config-property-builder function updates a CfnDomain$EFSFileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$EFSFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `fileSystemPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-path` |
sourceraw docstring

build-cfn-domain-jupyter-lab-app-settings-property-builderclj

(build-cfn-domain-jupyter-lab-app-settings-property-builder builder id config)

The build-cfn-domain-jupyter-lab-app-settings-property-builder function updates a CfnDomain$JupyterLabAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$JupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeRepositoriesjava.util.Listcdk.support/lookup-entry:code-repositories
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
lifecycleConfigArnsjava.util.Listcdk.support/lookup-entry:lifecycle-config-arns
The build-cfn-domain-jupyter-lab-app-settings-property-builder function updates a CfnDomain$JupyterLabAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$JupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeRepositories` | java.util.List | [[cdk.support/lookup-entry]] | `:code-repositories` |
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
| `lifecycleConfigArns` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-config-arns` |
sourceraw docstring

build-cfn-domain-jupyter-server-app-settings-property-builderclj

(build-cfn-domain-jupyter-server-app-settings-property-builder builder
                                                               id
                                                               config)

The build-cfn-domain-jupyter-server-app-settings-property-builder function updates a CfnDomain$JupyterServerAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
The build-cfn-domain-jupyter-server-app-settings-property-builder function updates a CfnDomain$JupyterServerAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-domain-kernel-gateway-app-settings-property-builderclj

(build-cfn-domain-kernel-gateway-app-settings-property-builder builder
                                                               id
                                                               config)

The build-cfn-domain-kernel-gateway-app-settings-property-builder function updates a CfnDomain$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
The build-cfn-domain-kernel-gateway-app-settings-property-builder function updates a CfnDomain$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-domain-props-builderclj

(build-cfn-domain-props-builder builder id config)

The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appNetworkAccessTypejava.lang.Stringcdk.support/lookup-entry:app-network-access-type
appSecurityGroupManagementjava.lang.Stringcdk.support/lookup-entry:app-security-group-management
authModejava.lang.Stringcdk.support/lookup-entry:auth-mode
defaultSpaceSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-space-settings
defaultUserSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-user-settings
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
domainSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$DomainSettingsPropertycdk.support/lookup-entry:domain-settings
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration.
  The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appNetworkAccessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-network-access-type` |
| `appSecurityGroupManagement` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-security-group-management` |
| `authMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-mode` |
| `defaultSpaceSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-space-settings` |
| `defaultUserSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-user-settings` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `domainSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$DomainSettingsProperty | [[cdk.support/lookup-entry]] | `:domain-settings` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-domain-r-session-app-settings-property-builderclj

(build-cfn-domain-r-session-app-settings-property-builder builder id config)

The build-cfn-domain-r-session-app-settings-property-builder function updates a CfnDomain$RSessionAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$RSessionAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
The build-cfn-domain-r-session-app-settings-property-builder function updates a CfnDomain$RSessionAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$RSessionAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-domain-r-studio-server-pro-app-settings-property-builderclj

(build-cfn-domain-r-studio-server-pro-app-settings-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-domain-r-studio-server-pro-app-settings-property-builder function updates a CfnDomain$RStudioServerProAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$RStudioServerProAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessStatusjava.lang.Stringcdk.support/lookup-entry:access-status
userGroupjava.lang.Stringcdk.support/lookup-entry:user-group
The build-cfn-domain-r-studio-server-pro-app-settings-property-builder function updates a CfnDomain$RStudioServerProAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$RStudioServerProAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-status` |
| `userGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group` |
sourceraw docstring

build-cfn-domain-r-studio-server-pro-domain-settings-property-builderclj

(build-cfn-domain-r-studio-server-pro-domain-settings-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-domain-r-studio-server-pro-domain-settings-property-builder function updates a CfnDomain$RStudioServerProDomainSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$RStudioServerProDomainSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
domainExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:domain-execution-role-arn
rStudioConnectUrljava.lang.Stringcdk.support/lookup-entry:r-studio-connect-url
rStudioPackageManagerUrljava.lang.Stringcdk.support/lookup-entry:r-studio-package-manager-url
The build-cfn-domain-r-studio-server-pro-domain-settings-property-builder function updates a CfnDomain$RStudioServerProDomainSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$RStudioServerProDomainSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnDomain$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
| `domainExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-execution-role-arn` |
| `rStudioConnectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:r-studio-connect-url` |
| `rStudioPackageManagerUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:r-studio-package-manager-url` |
sourceraw docstring

build-cfn-domain-resource-spec-property-builderclj

(build-cfn-domain-resource-spec-property-builder builder id config)

The build-cfn-domain-resource-spec-property-builder function updates a CfnDomain$ResourceSpecProperty$Builder instance using the provided configuration. The function takes the CfnDomain$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
lifecycleConfigArnjava.lang.Stringcdk.support/lookup-entry:lifecycle-config-arn
sageMakerImageArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-arn
sageMakerImageVersionArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-version-arn
The build-cfn-domain-resource-spec-property-builder function updates a CfnDomain$ResourceSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `lifecycleConfigArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-config-arn` |
| `sageMakerImageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-arn` |
| `sageMakerImageVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-version-arn` |
sourceraw docstring

build-cfn-domain-sharing-settings-property-builderclj

(build-cfn-domain-sharing-settings-property-builder builder id config)

The build-cfn-domain-sharing-settings-property-builder function updates a CfnDomain$SharingSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$SharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
notebookOutputOptionjava.lang.Stringcdk.support/lookup-entry:notebook-output-option
s3KmsKeyIdjava.lang.Stringcdk.support/lookup-entry:s3-kms-key-id
s3OutputPathjava.lang.Stringcdk.support/lookup-entry:s3-output-path
The build-cfn-domain-sharing-settings-property-builder function updates a CfnDomain$SharingSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$SharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notebookOutputOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-output-option` |
| `s3KmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-kms-key-id` |
| `s3OutputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-path` |
sourceraw docstring

build-cfn-domain-user-settings-property-builderclj

(build-cfn-domain-user-settings-property-builder builder id config)

The build-cfn-domain-user-settings-property-builder function updates a CfnDomain$UserSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDomain$UserSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeEditorAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-editor-app-settings
customFileSystemConfigsjava.util.Listcdk.support/lookup-entry:custom-file-system-configs
customPosixUserConfigsoftware.amazon.awscdk.services.sagemaker.CfnDomain$CustomPosixUserConfigPropertycdk.support/lookup-entry:custom-posix-user-config
defaultLandingUrijava.lang.Stringcdk.support/lookup-entry:default-landing-uri
executionRolejava.lang.Stringcdk.support/lookup-entry:execution-role
jupyterLabAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jupyter-lab-app-settings
jupyterServerAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$JupyterServerAppSettingsPropertycdk.support/lookup-entry:jupyter-server-app-settings
kernelGatewayAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$KernelGatewayAppSettingsPropertycdk.support/lookup-entry:kernel-gateway-app-settings
rSessionAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$RSessionAppSettingsPropertycdk.support/lookup-entry:r-session-app-settings
rStudioServerProAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:r-studio-server-pro-app-settings
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
sharingSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$SharingSettingsPropertycdk.support/lookup-entry:sharing-settings
spaceStorageSettingssoftware.amazon.awscdk.services.sagemaker.CfnDomain$DefaultSpaceStorageSettingsPropertycdk.support/lookup-entry:space-storage-settings
studioWebPortaljava.lang.Stringcdk.support/lookup-entry:studio-web-portal
The build-cfn-domain-user-settings-property-builder function updates a CfnDomain$UserSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$UserSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeEditorAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-editor-app-settings` |
| `customFileSystemConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-file-system-configs` |
| `customPosixUserConfig` | software.amazon.awscdk.services.sagemaker.CfnDomain$CustomPosixUserConfigProperty | [[cdk.support/lookup-entry]] | `:custom-posix-user-config` |
| `defaultLandingUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-landing-uri` |
| `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` |
| `jupyterLabAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-settings` |
| `jupyterServerAppSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$JupyterServerAppSettingsProperty | [[cdk.support/lookup-entry]] | `:jupyter-server-app-settings` |
| `kernelGatewayAppSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$KernelGatewayAppSettingsProperty | [[cdk.support/lookup-entry]] | `:kernel-gateway-app-settings` |
| `rSessionAppSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$RSessionAppSettingsProperty | [[cdk.support/lookup-entry]] | `:r-session-app-settings` |
| `rStudioServerProAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:r-studio-server-pro-app-settings` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `sharingSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$SharingSettingsProperty | [[cdk.support/lookup-entry]] | `:sharing-settings` |
| `spaceStorageSettings` | software.amazon.awscdk.services.sagemaker.CfnDomain$DefaultSpaceStorageSettingsProperty | [[cdk.support/lookup-entry]] | `:space-storage-settings` |
| `studioWebPortal` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-web-portal` |
sourceraw docstring

build-cfn-endpoint-alarm-property-builderclj

(build-cfn-endpoint-alarm-property-builder builder id config)

The build-cfn-endpoint-alarm-property-builder function updates a CfnEndpoint$AlarmProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$AlarmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
The build-cfn-endpoint-alarm-property-builder function updates a CfnEndpoint$AlarmProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$AlarmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
sourceraw docstring

build-cfn-endpoint-auto-rollback-config-property-builderclj

(build-cfn-endpoint-auto-rollback-config-property-builder builder id config)

The build-cfn-endpoint-auto-rollback-config-property-builder function updates a CfnEndpoint$AutoRollbackConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$AutoRollbackConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alarms
The build-cfn-endpoint-auto-rollback-config-property-builder function updates a CfnEndpoint$AutoRollbackConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$AutoRollbackConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarms` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alarms` |
sourceraw docstring

build-cfn-endpoint-blue-green-update-policy-property-builderclj

(build-cfn-endpoint-blue-green-update-policy-property-builder builder id config)

The build-cfn-endpoint-blue-green-update-policy-property-builder function updates a CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maximumExecutionTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-execution-timeout-in-seconds
terminationWaitInSecondsjava.lang.Numbercdk.support/lookup-entry:termination-wait-in-seconds
trafficRoutingConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:traffic-routing-configuration
The build-cfn-endpoint-blue-green-update-policy-property-builder function updates a CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maximumExecutionTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-execution-timeout-in-seconds` |
| `terminationWaitInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:termination-wait-in-seconds` |
| `trafficRoutingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:traffic-routing-configuration` |
sourceraw docstring

build-cfn-endpoint-builderclj

(build-cfn-endpoint-builder builder id config)

The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration. The function takes the CfnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deploymentConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$DeploymentConfigPropertycdk.support/lookup-entry:deployment-config
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
excludeRetainedVariantPropertiesjava.util.Listcdk.support/lookup-entry:exclude-retained-variant-properties
retainAllVariantPropertiesjava.lang.Booleancdk.support/lookup-entry:retain-all-variant-properties
retainDeploymentConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-deployment-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$DeploymentConfigProperty | [[cdk.support/lookup-entry]] | `:deployment-config` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `excludeRetainedVariantProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-retained-variant-properties` |
| `retainAllVariantProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-all-variant-properties` |
| `retainDeploymentConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-deployment-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-endpoint-capacity-size-property-builderclj

(build-cfn-endpoint-capacity-size-property-builder builder id config)

The build-cfn-endpoint-capacity-size-property-builder function updates a CfnEndpoint$CapacitySizeProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$CapacitySizeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-endpoint-capacity-size-property-builder function updates a CfnEndpoint$CapacitySizeProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$CapacitySizeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-endpoint-config-async-inference-client-config-property-builderclj

(build-cfn-endpoint-config-async-inference-client-config-property-builder
  builder
  id
  config)

The build-cfn-endpoint-config-async-inference-client-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxConcurrentInvocationsPerInstancejava.lang.Numbercdk.support/lookup-entry:max-concurrent-invocations-per-instance
The build-cfn-endpoint-config-async-inference-client-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConcurrentInvocationsPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-invocations-per-instance` |
sourceraw docstring

build-cfn-endpoint-config-async-inference-config-property-builderclj

(build-cfn-endpoint-config-async-inference-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-endpoint-config-async-inference-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$AsyncInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clientConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:client-config
outputConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$AsyncInferenceOutputConfigPropertycdk.support/lookup-entry:output-config
The build-cfn-endpoint-config-async-inference-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$AsyncInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-config` |
| `outputConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$AsyncInferenceOutputConfigProperty | [[cdk.support/lookup-entry]] | `:output-config` |
sourceraw docstring

build-cfn-endpoint-config-async-inference-notification-config-property-builderclj

(build-cfn-endpoint-config-async-inference-notification-config-property-builder
  builder
  id
  config)

The build-cfn-endpoint-config-async-inference-notification-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
errorTopicjava.lang.Stringcdk.support/lookup-entry:error-topic
includeInferenceResponseInjava.util.Listcdk.support/lookup-entry:include-inference-response-in
successTopicjava.lang.Stringcdk.support/lookup-entry:success-topic
The build-cfn-endpoint-config-async-inference-notification-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `errorTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:error-topic` |
| `includeInferenceResponseIn` | java.util.List | [[cdk.support/lookup-entry]] | `:include-inference-response-in` |
| `successTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:success-topic` |
sourceraw docstring

build-cfn-endpoint-config-async-inference-output-config-property-builderclj

(build-cfn-endpoint-config-async-inference-output-config-property-builder
  builder
  id
  config)

The build-cfn-endpoint-config-async-inference-output-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
notificationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-config
s3FailurePathjava.lang.Stringcdk.support/lookup-entry:s3-failure-path
s3OutputPathjava.lang.Stringcdk.support/lookup-entry:s3-output-path
The build-cfn-endpoint-config-async-inference-output-config-property-builder function updates a CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `notificationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-config` |
| `s3FailurePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-failure-path` |
| `s3OutputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-path` |
sourceraw docstring

build-cfn-endpoint-config-builderclj

(build-cfn-endpoint-config-builder builder id config)

The build-cfn-endpoint-config-builder function updates a CfnEndpointConfig$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
asyncInferenceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:async-inference-config
dataCaptureConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-capture-config
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
explainerConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ExplainerConfigPropertycdk.support/lookup-entry:explainer-config
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
productionVariantssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:production-variants
shadowProductionVariantsjava.util.Listcdk.support/lookup-entry:shadow-production-variants
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-endpoint-config-builder function updates a CfnEndpointConfig$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `asyncInferenceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:async-inference-config` |
| `dataCaptureConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-capture-config` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `explainerConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ExplainerConfigProperty | [[cdk.support/lookup-entry]] | `:explainer-config` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `productionVariants` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:production-variants` |
| `shadowProductionVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:shadow-production-variants` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-endpoint-config-capture-content-type-header-property-builderclj

(build-cfn-endpoint-config-capture-content-type-header-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-endpoint-config-capture-content-type-header-property-builder function updates a CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvContentTypesjava.util.Listcdk.support/lookup-entry:csv-content-types
jsonContentTypesjava.util.Listcdk.support/lookup-entry:json-content-types
The build-cfn-endpoint-config-capture-content-type-header-property-builder function updates a CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csvContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:csv-content-types` |
| `jsonContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:json-content-types` |
sourceraw docstring

build-cfn-endpoint-config-capture-option-property-builderclj

(build-cfn-endpoint-config-capture-option-property-builder builder id config)

The build-cfn-endpoint-config-capture-option-property-builder function updates a CfnEndpointConfig$CaptureOptionProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$CaptureOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
captureModejava.lang.Stringcdk.support/lookup-entry:capture-mode
The build-cfn-endpoint-config-capture-option-property-builder function updates a CfnEndpointConfig$CaptureOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$CaptureOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `captureMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:capture-mode` |
sourceraw docstring

build-cfn-endpoint-config-clarify-explainer-config-property-builderclj

(build-cfn-endpoint-config-clarify-explainer-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-endpoint-config-clarify-explainer-config-property-builder function updates a CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableExplanationsjava.lang.Stringcdk.support/lookup-entry:enable-explanations
inferenceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-config
shapConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:shap-config
The build-cfn-endpoint-config-clarify-explainer-config-property-builder function updates a CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableExplanations` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-explanations` |
| `inferenceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-config` |
| `shapConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:shap-config` |
sourceraw docstring

build-cfn-endpoint-config-clarify-inference-config-property-builderclj

(build-cfn-endpoint-config-clarify-inference-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-endpoint-config-clarify-inference-config-property-builder function updates a CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentTemplatejava.lang.Stringcdk.support/lookup-entry:content-template
featureHeadersjava.util.Listcdk.support/lookup-entry:feature-headers
featureTypesjava.util.Listcdk.support/lookup-entry:feature-types
featuresAttributejava.lang.Stringcdk.support/lookup-entry:features-attribute
labelAttributejava.lang.Stringcdk.support/lookup-entry:label-attribute
labelHeadersjava.util.Listcdk.support/lookup-entry:label-headers
labelIndexjava.lang.Numbercdk.support/lookup-entry:label-index
maxPayloadInMbjava.lang.Numbercdk.support/lookup-entry:max-payload-in-mb
maxRecordCountjava.lang.Numbercdk.support/lookup-entry:max-record-count
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
probabilityIndexjava.lang.Numbercdk.support/lookup-entry:probability-index
The build-cfn-endpoint-config-clarify-inference-config-property-builder function updates a CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-template` |
| `featureHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:feature-headers` |
| `featureTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:feature-types` |
| `featuresAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:features-attribute` |
| `labelAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:label-attribute` |
| `labelHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:label-headers` |
| `labelIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:label-index` |
| `maxPayloadInMb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-payload-in-mb` |
| `maxRecordCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-record-count` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `probabilityIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:probability-index` |
sourceraw docstring

build-cfn-endpoint-config-clarify-shap-baseline-config-property-builderclj

(build-cfn-endpoint-config-clarify-shap-baseline-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-endpoint-config-clarify-shap-baseline-config-property-builder function updates a CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
mimeTypejava.lang.Stringcdk.support/lookup-entry:mime-type
shapBaselinejava.lang.Stringcdk.support/lookup-entry:shap-baseline
shapBaselineUrijava.lang.Stringcdk.support/lookup-entry:shap-baseline-uri
The build-cfn-endpoint-config-clarify-shap-baseline-config-property-builder function updates a CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mimeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mime-type` |
| `shapBaseline` | java.lang.String | [[cdk.support/lookup-entry]] | `:shap-baseline` |
| `shapBaselineUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:shap-baseline-uri` |
sourceraw docstring

build-cfn-endpoint-config-clarify-shap-config-property-builderclj

(build-cfn-endpoint-config-clarify-shap-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-endpoint-config-clarify-shap-config-property-builder function updates a CfnEndpointConfig$ClarifyShapConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ClarifyShapConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
numberOfSamplesjava.lang.Numbercdk.support/lookup-entry:number-of-samples
seedjava.lang.Numbercdk.support/lookup-entry:seed
shapBaselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:shap-baseline-config
textConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:text-config
useLogitjava.lang.Booleancdk.support/lookup-entry:use-logit
The build-cfn-endpoint-config-clarify-shap-config-property-builder function updates a CfnEndpointConfig$ClarifyShapConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ClarifyShapConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `numberOfSamples` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-samples` |
| `seed` | java.lang.Number | [[cdk.support/lookup-entry]] | `:seed` |
| `shapBaselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:shap-baseline-config` |
| `textConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:text-config` |
| `useLogit` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-logit` |
sourceraw docstring

build-cfn-endpoint-config-clarify-text-config-property-builderclj

(build-cfn-endpoint-config-clarify-text-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-endpoint-config-clarify-text-config-property-builder function updates a CfnEndpointConfig$ClarifyTextConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ClarifyTextConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
granularityjava.lang.Stringcdk.support/lookup-entry:granularity
languagejava.lang.Stringcdk.support/lookup-entry:language
The build-cfn-endpoint-config-clarify-text-config-property-builder function updates a CfnEndpointConfig$ClarifyTextConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ClarifyTextConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `granularity` | java.lang.String | [[cdk.support/lookup-entry]] | `:granularity` |
| `language` | java.lang.String | [[cdk.support/lookup-entry]] | `:language` |
sourceraw docstring

build-cfn-endpoint-config-data-capture-config-property-builderclj

(build-cfn-endpoint-config-data-capture-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-endpoint-config-data-capture-config-property-builder function updates a CfnEndpointConfig$DataCaptureConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$DataCaptureConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
captureContentTypeHeadersoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$CaptureContentTypeHeaderPropertycdk.support/lookup-entry:capture-content-type-header
captureOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:capture-options
destinationS3Urijava.lang.Stringcdk.support/lookup-entry:destination-s3-uri
enableCapturesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-capture
initialSamplingPercentagejava.lang.Numbercdk.support/lookup-entry:initial-sampling-percentage
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
The build-cfn-endpoint-config-data-capture-config-property-builder function updates a CfnEndpointConfig$DataCaptureConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$DataCaptureConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `captureContentTypeHeader` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$CaptureContentTypeHeaderProperty | [[cdk.support/lookup-entry]] | `:capture-content-type-header` |
| `captureOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capture-options` |
| `destinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-s3-uri` |
| `enableCapture` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-capture` |
| `initialSamplingPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:initial-sampling-percentage` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
sourceraw docstring

build-cfn-endpoint-config-explainer-config-property-builderclj

(build-cfn-endpoint-config-explainer-config-property-builder builder id config)

The build-cfn-endpoint-config-explainer-config-property-builder function updates a CfnEndpointConfig$ExplainerConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ExplainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clarifyExplainerConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ClarifyExplainerConfigPropertycdk.support/lookup-entry:clarify-explainer-config
The build-cfn-endpoint-config-explainer-config-property-builder function updates a CfnEndpointConfig$ExplainerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ExplainerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clarifyExplainerConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ClarifyExplainerConfigProperty | [[cdk.support/lookup-entry]] | `:clarify-explainer-config` |
sourceraw docstring

build-cfn-endpoint-config-managed-instance-scaling-property-builderclj

(build-cfn-endpoint-config-managed-instance-scaling-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-endpoint-config-managed-instance-scaling-property-builder function updates a CfnEndpointConfig$ManagedInstanceScalingProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ManagedInstanceScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxInstanceCountjava.lang.Numbercdk.support/lookup-entry:max-instance-count
minInstanceCountjava.lang.Numbercdk.support/lookup-entry:min-instance-count
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-endpoint-config-managed-instance-scaling-property-builder function updates a CfnEndpointConfig$ManagedInstanceScalingProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ManagedInstanceScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-instance-count` |
| `minInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-instance-count` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-endpoint-config-production-variant-property-builderclj

(build-cfn-endpoint-config-production-variant-property-builder builder
                                                               id
                                                               config)

The build-cfn-endpoint-config-production-variant-property-builder function updates a CfnEndpointConfig$ProductionVariantProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ProductionVariantProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceleratorTypejava.lang.Stringcdk.support/lookup-entry:accelerator-type
containerStartupHealthCheckTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:container-startup-health-check-timeout-in-seconds
enableSsmAccessjava.lang.Booleancdk.support/lookup-entry:enable-ssm-access
initialInstanceCountjava.lang.Numbercdk.support/lookup-entry:initial-instance-count
initialVariantWeightjava.lang.Numbercdk.support/lookup-entry:initial-variant-weight
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
managedInstanceScalingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:managed-instance-scaling
modelDataDownloadTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:model-data-download-timeout-in-seconds
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
routingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:routing-config
serverlessConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:serverless-config
variantNamejava.lang.Stringcdk.support/lookup-entry:variant-name
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-endpoint-config-production-variant-property-builder function updates a CfnEndpointConfig$ProductionVariantProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ProductionVariantProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceleratorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:accelerator-type` |
| `containerStartupHealthCheckTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-startup-health-check-timeout-in-seconds` |
| `enableSsmAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ssm-access` |
| `initialInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:initial-instance-count` |
| `initialVariantWeight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:initial-variant-weight` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `managedInstanceScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:managed-instance-scaling` |
| `modelDataDownloadTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-data-download-timeout-in-seconds` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `routingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-config` |
| `serverlessConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:serverless-config` |
| `variantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-name` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-endpoint-config-props-builderclj

(build-cfn-endpoint-config-props-builder builder id config)

The build-cfn-endpoint-config-props-builder function updates a CfnEndpointConfigProps$Builder instance using the provided configuration. The function takes the CfnEndpointConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
asyncInferenceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:async-inference-config
dataCaptureConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-capture-config
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
explainerConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ExplainerConfigPropertycdk.support/lookup-entry:explainer-config
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
productionVariantsjava.util.Listcdk.support/lookup-entry:production-variants
shadowProductionVariantsjava.util.Listcdk.support/lookup-entry:shadow-production-variants
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-endpoint-config-props-builder function updates a CfnEndpointConfigProps$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `asyncInferenceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:async-inference-config` |
| `dataCaptureConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-capture-config` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `explainerConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ExplainerConfigProperty | [[cdk.support/lookup-entry]] | `:explainer-config` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `productionVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:production-variants` |
| `shadowProductionVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:shadow-production-variants` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-endpoint-config-routing-config-property-builderclj

(build-cfn-endpoint-config-routing-config-property-builder builder id config)

The build-cfn-endpoint-config-routing-config-property-builder function updates a CfnEndpointConfig$RoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$RoutingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
routingStrategyjava.lang.Stringcdk.support/lookup-entry:routing-strategy
The build-cfn-endpoint-config-routing-config-property-builder function updates a CfnEndpointConfig$RoutingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$RoutingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `routingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:routing-strategy` |
sourceraw docstring

build-cfn-endpoint-config-serverless-config-property-builderclj

(build-cfn-endpoint-config-serverless-config-property-builder builder id config)

The build-cfn-endpoint-config-serverless-config-property-builder function updates a CfnEndpointConfig$ServerlessConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$ServerlessConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxConcurrencyjava.lang.Numbercdk.support/lookup-entry:max-concurrency
memorySizeInMbjava.lang.Numbercdk.support/lookup-entry:memory-size-in-mb
provisionedConcurrencyjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrency
The build-cfn-endpoint-config-serverless-config-property-builder function updates a CfnEndpointConfig$ServerlessConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$ServerlessConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` |
| `memorySizeInMb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size-in-mb` |
| `provisionedConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrency` |
sourceraw docstring

build-cfn-endpoint-config-vpc-config-property-builderclj

(build-cfn-endpoint-config-vpc-config-property-builder builder id config)

The build-cfn-endpoint-config-vpc-config-property-builder function updates a CfnEndpointConfig$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpointConfig$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-endpoint-config-vpc-config-property-builder function updates a CfnEndpointConfig$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpointConfig$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-endpoint-deployment-config-property-builderclj

(build-cfn-endpoint-deployment-config-property-builder builder id config)

The build-cfn-endpoint-deployment-config-property-builder function updates a CfnEndpoint$DeploymentConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$DeploymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoRollbackConfigurationsoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$AutoRollbackConfigPropertycdk.support/lookup-entry:auto-rollback-configuration
blueGreenUpdatePolicysoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$BlueGreenUpdatePolicyPropertycdk.support/lookup-entry:blue-green-update-policy
rollingUpdatePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rolling-update-policy
The build-cfn-endpoint-deployment-config-property-builder function updates a CfnEndpoint$DeploymentConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$DeploymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoRollbackConfiguration` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$AutoRollbackConfigProperty | [[cdk.support/lookup-entry]] | `:auto-rollback-configuration` |
| `blueGreenUpdatePolicy` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$BlueGreenUpdatePolicyProperty | [[cdk.support/lookup-entry]] | `:blue-green-update-policy` |
| `rollingUpdatePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rolling-update-policy` |
sourceraw docstring

build-cfn-endpoint-props-builderclj

(build-cfn-endpoint-props-builder builder id config)

The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration. The function takes the CfnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deploymentConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-config
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
excludeRetainedVariantPropertiesjava.util.Listcdk.support/lookup-entry:exclude-retained-variant-properties
retainAllVariantPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-all-variant-properties
retainDeploymentConfigjava.lang.Booleancdk.support/lookup-entry:retain-deployment-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration.
  The function takes the CfnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-config` |
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `excludeRetainedVariantProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-retained-variant-properties` |
| `retainAllVariantProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-all-variant-properties` |
| `retainDeploymentConfig` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployment-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-endpoint-rolling-update-policy-property-builderclj

(build-cfn-endpoint-rolling-update-policy-property-builder builder id config)

The build-cfn-endpoint-rolling-update-policy-property-builder function updates a CfnEndpoint$RollingUpdatePolicyProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$RollingUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maximumBatchSizesoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizePropertycdk.support/lookup-entry:maximum-batch-size
maximumExecutionTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-execution-timeout-in-seconds
rollbackMaximumBatchSizesoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizePropertycdk.support/lookup-entry:rollback-maximum-batch-size
waitIntervalInSecondsjava.lang.Numbercdk.support/lookup-entry:wait-interval-in-seconds
The build-cfn-endpoint-rolling-update-policy-property-builder function updates a CfnEndpoint$RollingUpdatePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$RollingUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maximumBatchSize` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizeProperty | [[cdk.support/lookup-entry]] | `:maximum-batch-size` |
| `maximumExecutionTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-execution-timeout-in-seconds` |
| `rollbackMaximumBatchSize` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizeProperty | [[cdk.support/lookup-entry]] | `:rollback-maximum-batch-size` |
| `waitIntervalInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-interval-in-seconds` |
sourceraw docstring

build-cfn-endpoint-traffic-routing-config-property-builderclj

(build-cfn-endpoint-traffic-routing-config-property-builder builder id config)

The build-cfn-endpoint-traffic-routing-config-property-builder function updates a CfnEndpoint$TrafficRoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$TrafficRoutingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
canarySizesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:canary-size
linearStepSizesoftware.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizePropertycdk.support/lookup-entry:linear-step-size
typejava.lang.Stringcdk.support/lookup-entry:type
waitIntervalInSecondsjava.lang.Numbercdk.support/lookup-entry:wait-interval-in-seconds
The build-cfn-endpoint-traffic-routing-config-property-builder function updates a CfnEndpoint$TrafficRoutingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$TrafficRoutingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `canarySize` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:canary-size` |
| `linearStepSize` | software.amazon.awscdk.services.sagemaker.CfnEndpoint$CapacitySizeProperty | [[cdk.support/lookup-entry]] | `:linear-step-size` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `waitIntervalInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:wait-interval-in-seconds` |
sourceraw docstring

build-cfn-endpoint-variant-property-property-builderclj

(build-cfn-endpoint-variant-property-property-builder builder id config)

The build-cfn-endpoint-variant-property-property-builder function updates a CfnEndpoint$VariantPropertyProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$VariantPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
variantPropertyTypejava.lang.Stringcdk.support/lookup-entry:variant-property-type
The build-cfn-endpoint-variant-property-property-builder function updates a CfnEndpoint$VariantPropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$VariantPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `variantPropertyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-property-type` |
sourceraw docstring

build-cfn-feature-group-builderclj

(build-cfn-feature-group-builder builder id config)

The build-cfn-feature-group-builder function updates a CfnFeatureGroup$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventTimeFeatureNamejava.lang.Stringcdk.support/lookup-entry:event-time-feature-name
featureDefinitionsjava.util.Listcdk.support/lookup-entry:feature-definitions
featureGroupNamejava.lang.Stringcdk.support/lookup-entry:feature-group-name
offlineStoreConfigjava.lang.Objectcdk.support/lookup-entry:offline-store-config
onlineStoreConfigjava.lang.Objectcdk.support/lookup-entry:online-store-config
recordIdentifierFeatureNamejava.lang.Stringcdk.support/lookup-entry:record-identifier-feature-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
throughputConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:throughput-config
The build-cfn-feature-group-builder function updates a CfnFeatureGroup$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventTimeFeatureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-time-feature-name` |
| `featureDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:feature-definitions` |
| `featureGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature-group-name` |
| `offlineStoreConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:offline-store-config` |
| `onlineStoreConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:online-store-config` |
| `recordIdentifierFeatureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-identifier-feature-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `throughputConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:throughput-config` |
sourceraw docstring

build-cfn-feature-group-data-catalog-config-property-builderclj

(build-cfn-feature-group-data-catalog-config-property-builder builder id config)

The build-cfn-feature-group-data-catalog-config-property-builder function updates a CfnFeatureGroup$DataCatalogConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$DataCatalogConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
catalogjava.lang.Stringcdk.support/lookup-entry:catalog
databasejava.lang.Stringcdk.support/lookup-entry:database
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-feature-group-data-catalog-config-property-builder function updates a CfnFeatureGroup$DataCatalogConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$DataCatalogConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `catalog` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog` |
| `database` | java.lang.String | [[cdk.support/lookup-entry]] | `:database` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-feature-group-feature-definition-property-builderclj

(build-cfn-feature-group-feature-definition-property-builder builder id config)

The build-cfn-feature-group-feature-definition-property-builder function updates a CfnFeatureGroup$FeatureDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$FeatureDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
featureNamejava.lang.Stringcdk.support/lookup-entry:feature-name
featureTypejava.lang.Stringcdk.support/lookup-entry:feature-type
The build-cfn-feature-group-feature-definition-property-builder function updates a CfnFeatureGroup$FeatureDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$FeatureDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `featureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature-name` |
| `featureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature-type` |
sourceraw docstring

build-cfn-feature-group-offline-store-config-property-builderclj

(build-cfn-feature-group-offline-store-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-feature-group-offline-store-config-property-builder function updates a CfnFeatureGroup$OfflineStoreConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$OfflineStoreConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCatalogConfigsoftware.amazon.awscdk.services.sagemaker.CfnFeatureGroup$DataCatalogConfigPropertycdk.support/lookup-entry:data-catalog-config
disableGlueTableCreationjava.lang.Booleancdk.support/lookup-entry:disable-glue-table-creation
s3StorageConfigsoftware.amazon.awscdk.services.sagemaker.CfnFeatureGroup$S3StorageConfigPropertycdk.support/lookup-entry:s3-storage-config
tableFormatjava.lang.Stringcdk.support/lookup-entry:table-format
The build-cfn-feature-group-offline-store-config-property-builder function updates a CfnFeatureGroup$OfflineStoreConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$OfflineStoreConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCatalogConfig` | software.amazon.awscdk.services.sagemaker.CfnFeatureGroup$DataCatalogConfigProperty | [[cdk.support/lookup-entry]] | `:data-catalog-config` |
| `disableGlueTableCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-glue-table-creation` |
| `s3StorageConfig` | software.amazon.awscdk.services.sagemaker.CfnFeatureGroup$S3StorageConfigProperty | [[cdk.support/lookup-entry]] | `:s3-storage-config` |
| `tableFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-format` |
sourceraw docstring

build-cfn-feature-group-online-store-config-property-builderclj

(build-cfn-feature-group-online-store-config-property-builder builder id config)

The build-cfn-feature-group-online-store-config-property-builder function updates a CfnFeatureGroup$OnlineStoreConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$OnlineStoreConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableOnlineStoresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-online-store
securityConfigsoftware.amazon.awscdk.services.sagemaker.CfnFeatureGroup$OnlineStoreSecurityConfigPropertycdk.support/lookup-entry:security-config
storageTypejava.lang.Stringcdk.support/lookup-entry:storage-type
ttlDurationsoftware.amazon.awscdk.services.sagemaker.CfnFeatureGroup$TtlDurationPropertycdk.support/lookup-entry:ttl-duration
The build-cfn-feature-group-online-store-config-property-builder function updates a CfnFeatureGroup$OnlineStoreConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$OnlineStoreConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableOnlineStore` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-online-store` |
| `securityConfig` | software.amazon.awscdk.services.sagemaker.CfnFeatureGroup$OnlineStoreSecurityConfigProperty | [[cdk.support/lookup-entry]] | `:security-config` |
| `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` |
| `ttlDuration` | software.amazon.awscdk.services.sagemaker.CfnFeatureGroup$TtlDurationProperty | [[cdk.support/lookup-entry]] | `:ttl-duration` |
sourceraw docstring

build-cfn-feature-group-online-store-security-config-property-builderclj

(build-cfn-feature-group-online-store-security-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-feature-group-online-store-security-config-property-builder function updates a CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
The build-cfn-feature-group-online-store-security-config-property-builder function updates a CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
sourceraw docstring

build-cfn-feature-group-props-builderclj

(build-cfn-feature-group-props-builder builder id config)

The build-cfn-feature-group-props-builder function updates a CfnFeatureGroupProps$Builder instance using the provided configuration. The function takes the CfnFeatureGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventTimeFeatureNamejava.lang.Stringcdk.support/lookup-entry:event-time-feature-name
featureDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:feature-definitions
featureGroupNamejava.lang.Stringcdk.support/lookup-entry:feature-group-name
offlineStoreConfigjava.lang.Objectcdk.support/lookup-entry:offline-store-config
onlineStoreConfigjava.lang.Objectcdk.support/lookup-entry:online-store-config
recordIdentifierFeatureNamejava.lang.Stringcdk.support/lookup-entry:record-identifier-feature-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
throughputConfigsoftware.amazon.awscdk.services.sagemaker.CfnFeatureGroup$ThroughputConfigPropertycdk.support/lookup-entry:throughput-config
The build-cfn-feature-group-props-builder function updates a CfnFeatureGroupProps$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventTimeFeatureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-time-feature-name` |
| `featureDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:feature-definitions` |
| `featureGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature-group-name` |
| `offlineStoreConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:offline-store-config` |
| `onlineStoreConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:online-store-config` |
| `recordIdentifierFeatureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-identifier-feature-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `throughputConfig` | software.amazon.awscdk.services.sagemaker.CfnFeatureGroup$ThroughputConfigProperty | [[cdk.support/lookup-entry]] | `:throughput-config` |
sourceraw docstring

build-cfn-feature-group-s3-storage-config-property-builderclj

(build-cfn-feature-group-s3-storage-config-property-builder builder id config)

The build-cfn-feature-group-s3-storage-config-property-builder function updates a CfnFeatureGroup$S3StorageConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$S3StorageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-feature-group-s3-storage-config-property-builder function updates a CfnFeatureGroup$S3StorageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$S3StorageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-feature-group-throughput-config-property-builderclj

(build-cfn-feature-group-throughput-config-property-builder builder id config)

The build-cfn-feature-group-throughput-config-property-builder function updates a CfnFeatureGroup$ThroughputConfigProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$ThroughputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
provisionedReadCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:provisioned-read-capacity-units
provisionedWriteCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:provisioned-write-capacity-units
throughputModejava.lang.Stringcdk.support/lookup-entry:throughput-mode
The build-cfn-feature-group-throughput-config-property-builder function updates a CfnFeatureGroup$ThroughputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$ThroughputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `provisionedReadCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-read-capacity-units` |
| `provisionedWriteCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-write-capacity-units` |
| `throughputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:throughput-mode` |
sourceraw docstring

build-cfn-feature-group-ttl-duration-property-builderclj

(build-cfn-feature-group-ttl-duration-property-builder builder id config)

The build-cfn-feature-group-ttl-duration-property-builder function updates a CfnFeatureGroup$TtlDurationProperty$Builder instance using the provided configuration. The function takes the CfnFeatureGroup$TtlDurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-feature-group-ttl-duration-property-builder function updates a CfnFeatureGroup$TtlDurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFeatureGroup$TtlDurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-image-builderclj

(build-cfn-image-builder builder id config)

The build-cfn-image-builder function updates a CfnImage$Builder instance using the provided configuration. The function takes the CfnImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
imageDescriptionjava.lang.Stringcdk.support/lookup-entry:image-description
imageDisplayNamejava.lang.Stringcdk.support/lookup-entry:image-display-name
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
imageRoleArnjava.lang.Stringcdk.support/lookup-entry:image-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-image-builder function updates a CfnImage$Builder instance using the provided configuration.
  The function takes the CfnImage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-description` |
| `imageDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-display-name` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `imageRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-image-props-builderclj

(build-cfn-image-props-builder builder id config)

The build-cfn-image-props-builder function updates a CfnImageProps$Builder instance using the provided configuration. The function takes the CfnImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
imageDescriptionjava.lang.Stringcdk.support/lookup-entry:image-description
imageDisplayNamejava.lang.Stringcdk.support/lookup-entry:image-display-name
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
imageRoleArnjava.lang.Stringcdk.support/lookup-entry:image-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-image-props-builder function updates a CfnImageProps$Builder instance using the provided configuration.
  The function takes the CfnImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-description` |
| `imageDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-display-name` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `imageRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-image-version-builderclj

(build-cfn-image-version-builder builder id config)

The build-cfn-image-version-builder function updates a CfnImageVersion$Builder instance using the provided configuration. The function takes the CfnImageVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
aliasjava.lang.Stringcdk.support/lookup-entry:alias
aliasesjava.util.Listcdk.support/lookup-entry:aliases
baseImagejava.lang.Stringcdk.support/lookup-entry:base-image
horovodjava.lang.Booleancdk.support/lookup-entry:horovod
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
jobTypejava.lang.Stringcdk.support/lookup-entry:job-type
mlFrameworkjava.lang.Stringcdk.support/lookup-entry:ml-framework
processorjava.lang.Stringcdk.support/lookup-entry:processor
programmingLangjava.lang.Stringcdk.support/lookup-entry:programming-lang
releaseNotesjava.lang.Stringcdk.support/lookup-entry:release-notes
vendorGuidancejava.lang.Stringcdk.support/lookup-entry:vendor-guidance
The build-cfn-image-version-builder function updates a CfnImageVersion$Builder instance using the provided configuration.
  The function takes the CfnImageVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alias` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias` |
| `aliases` | java.util.List | [[cdk.support/lookup-entry]] | `:aliases` |
| `baseImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-image` |
| `horovod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:horovod` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `jobType` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-type` |
| `mlFramework` | java.lang.String | [[cdk.support/lookup-entry]] | `:ml-framework` |
| `processor` | java.lang.String | [[cdk.support/lookup-entry]] | `:processor` |
| `programmingLang` | java.lang.String | [[cdk.support/lookup-entry]] | `:programming-lang` |
| `releaseNotes` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-notes` |
| `vendorGuidance` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor-guidance` |
sourceraw docstring

build-cfn-image-version-props-builderclj

(build-cfn-image-version-props-builder builder id config)

The build-cfn-image-version-props-builder function updates a CfnImageVersionProps$Builder instance using the provided configuration. The function takes the CfnImageVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
aliasjava.lang.Stringcdk.support/lookup-entry:alias
aliasesjava.util.Listcdk.support/lookup-entry:aliases
baseImagejava.lang.Stringcdk.support/lookup-entry:base-image
horovodjava.lang.Booleancdk.support/lookup-entry:horovod
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
jobTypejava.lang.Stringcdk.support/lookup-entry:job-type
mlFrameworkjava.lang.Stringcdk.support/lookup-entry:ml-framework
processorjava.lang.Stringcdk.support/lookup-entry:processor
programmingLangjava.lang.Stringcdk.support/lookup-entry:programming-lang
releaseNotesjava.lang.Stringcdk.support/lookup-entry:release-notes
vendorGuidancejava.lang.Stringcdk.support/lookup-entry:vendor-guidance
The build-cfn-image-version-props-builder function updates a CfnImageVersionProps$Builder instance using the provided configuration.
  The function takes the CfnImageVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alias` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias` |
| `aliases` | java.util.List | [[cdk.support/lookup-entry]] | `:aliases` |
| `baseImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-image` |
| `horovod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:horovod` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `jobType` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-type` |
| `mlFramework` | java.lang.String | [[cdk.support/lookup-entry]] | `:ml-framework` |
| `processor` | java.lang.String | [[cdk.support/lookup-entry]] | `:processor` |
| `programmingLang` | java.lang.String | [[cdk.support/lookup-entry]] | `:programming-lang` |
| `releaseNotes` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-notes` |
| `vendorGuidance` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor-guidance` |
sourceraw docstring

build-cfn-inference-component-builderclj

(build-cfn-inference-component-builder builder id config)

The build-cfn-inference-component-builder function updates a CfnInferenceComponent$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointArnjava.lang.Stringcdk.support/lookup-entry:endpoint-arn
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
inferenceComponentNamejava.lang.Stringcdk.support/lookup-entry:inference-component-name
runtimeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime-config
specificationsoftware.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentSpecificationPropertycdk.support/lookup-entry:specification
tagsjava.util.Listcdk.support/lookup-entry:tags
variantNamejava.lang.Stringcdk.support/lookup-entry:variant-name
The build-cfn-inference-component-builder function updates a CfnInferenceComponent$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-arn` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `inferenceComponentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-component-name` |
| `runtimeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-config` |
| `specification` | software.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentSpecificationProperty | [[cdk.support/lookup-entry]] | `:specification` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `variantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-name` |
sourceraw docstring

build-cfn-inference-component-deployed-image-property-builderclj

(build-cfn-inference-component-deployed-image-property-builder builder
                                                               id
                                                               config)

The build-cfn-inference-component-deployed-image-property-builder function updates a CfnInferenceComponent$DeployedImageProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$DeployedImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
resolutionTimejava.lang.Stringcdk.support/lookup-entry:resolution-time
resolvedImagejava.lang.Stringcdk.support/lookup-entry:resolved-image
specifiedImagejava.lang.Stringcdk.support/lookup-entry:specified-image
The build-cfn-inference-component-deployed-image-property-builder function updates a CfnInferenceComponent$DeployedImageProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$DeployedImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `resolutionTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:resolution-time` |
| `resolvedImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:resolved-image` |
| `specifiedImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:specified-image` |
sourceraw docstring

build-cfn-inference-component-inference-component-compute-resource-requirements-property-builderclj

(build-cfn-inference-component-inference-component-compute-resource-requirements-property-builder
  builder
  id
  config)

The build-cfn-inference-component-inference-component-compute-resource-requirements-property-builder function updates a CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxMemoryRequiredInMbjava.lang.Numbercdk.support/lookup-entry:max-memory-required-in-mb
minMemoryRequiredInMbjava.lang.Numbercdk.support/lookup-entry:min-memory-required-in-mb
numberOfAcceleratorDevicesRequiredjava.lang.Numbercdk.support/lookup-entry:number-of-accelerator-devices-required
numberOfCpuCoresRequiredjava.lang.Numbercdk.support/lookup-entry:number-of-cpu-cores-required
The build-cfn-inference-component-inference-component-compute-resource-requirements-property-builder function updates a CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxMemoryRequiredInMb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-memory-required-in-mb` |
| `minMemoryRequiredInMb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-memory-required-in-mb` |
| `numberOfAcceleratorDevicesRequired` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-accelerator-devices-required` |
| `numberOfCpuCoresRequired` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-cpu-cores-required` |
sourceraw docstring

build-cfn-inference-component-inference-component-container-specification-property-builderclj

(build-cfn-inference-component-inference-component-container-specification-property-builder
  builder
  id
  config)

The build-cfn-inference-component-inference-component-container-specification-property-builder function updates a CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
artifactUrljava.lang.Stringcdk.support/lookup-entry:artifact-url
deployedImagesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployed-image
environmentjava.util.Mapcdk.support/lookup-entry:environment
imagejava.lang.Stringcdk.support/lookup-entry:image
The build-cfn-inference-component-inference-component-container-specification-property-builder function updates a CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `artifactUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:artifact-url` |
| `deployedImage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployed-image` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
sourceraw docstring

build-cfn-inference-component-inference-component-runtime-config-property-builderclj

(build-cfn-inference-component-inference-component-runtime-config-property-builder
  builder
  id
  config)

The build-cfn-inference-component-inference-component-runtime-config-property-builder function updates a CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
copyCountjava.lang.Numbercdk.support/lookup-entry:copy-count
currentCopyCountjava.lang.Numbercdk.support/lookup-entry:current-copy-count
desiredCopyCountjava.lang.Numbercdk.support/lookup-entry:desired-copy-count
The build-cfn-inference-component-inference-component-runtime-config-property-builder function updates a CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `copyCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:copy-count` |
| `currentCopyCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:current-copy-count` |
| `desiredCopyCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-copy-count` |
sourceraw docstring

build-cfn-inference-component-inference-component-specification-property-builderclj

(build-cfn-inference-component-inference-component-specification-property-builder
  builder
  id
  config)

The build-cfn-inference-component-inference-component-specification-property-builder function updates a CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
computeResourceRequirementssoftware.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentComputeResourceRequirementsPropertycdk.support/lookup-entry:compute-resource-requirements
containersoftware.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentContainerSpecificationPropertycdk.support/lookup-entry:container
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
startupParameterssoftware.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentStartupParametersPropertycdk.support/lookup-entry:startup-parameters
The build-cfn-inference-component-inference-component-specification-property-builder function updates a CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `computeResourceRequirements` | software.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty | [[cdk.support/lookup-entry]] | `:compute-resource-requirements` |
| `container` | software.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentContainerSpecificationProperty | [[cdk.support/lookup-entry]] | `:container` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `startupParameters` | software.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentStartupParametersProperty | [[cdk.support/lookup-entry]] | `:startup-parameters` |
sourceraw docstring

build-cfn-inference-component-inference-component-startup-parameters-property-builderclj

(build-cfn-inference-component-inference-component-startup-parameters-property-builder
  builder
  id
  config)

The build-cfn-inference-component-inference-component-startup-parameters-property-builder function updates a CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder instance using the provided configuration. The function takes the CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerStartupHealthCheckTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:container-startup-health-check-timeout-in-seconds
modelDataDownloadTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:model-data-download-timeout-in-seconds
The build-cfn-inference-component-inference-component-startup-parameters-property-builder function updates a CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerStartupHealthCheckTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-startup-health-check-timeout-in-seconds` |
| `modelDataDownloadTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-data-download-timeout-in-seconds` |
sourceraw docstring

build-cfn-inference-component-props-builderclj

(build-cfn-inference-component-props-builder builder id config)

The build-cfn-inference-component-props-builder function updates a CfnInferenceComponentProps$Builder instance using the provided configuration. The function takes the CfnInferenceComponentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointArnjava.lang.Stringcdk.support/lookup-entry:endpoint-arn
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
inferenceComponentNamejava.lang.Stringcdk.support/lookup-entry:inference-component-name
runtimeConfigsoftware.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentRuntimeConfigPropertycdk.support/lookup-entry:runtime-config
specificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:specification
tagsjava.util.Listcdk.support/lookup-entry:tags
variantNamejava.lang.Stringcdk.support/lookup-entry:variant-name
The build-cfn-inference-component-props-builder function updates a CfnInferenceComponentProps$Builder instance using the provided configuration.
  The function takes the CfnInferenceComponentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-arn` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `inferenceComponentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-component-name` |
| `runtimeConfig` | software.amazon.awscdk.services.sagemaker.CfnInferenceComponent$InferenceComponentRuntimeConfigProperty | [[cdk.support/lookup-entry]] | `:runtime-config` |
| `specification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:specification` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `variantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-name` |
sourceraw docstring

build-cfn-inference-experiment-builderclj

(build-cfn-inference-experiment-builder builder id config)

The build-cfn-inference-experiment-builder function updates a CfnInferenceExperiment$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataStorageConfigsoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$DataStorageConfigPropertycdk.support/lookup-entry:data-storage-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
desiredStatejava.lang.Stringcdk.support/lookup-entry:desired-state
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
modelVariantssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-variants
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schedulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedule
shadowModeConfigsoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$ShadowModeConfigPropertycdk.support/lookup-entry:shadow-mode-config
statusReasonjava.lang.Stringcdk.support/lookup-entry:status-reason
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-inference-experiment-builder function updates a CfnInferenceExperiment$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataStorageConfig` | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$DataStorageConfigProperty | [[cdk.support/lookup-entry]] | `:data-storage-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
| `modelVariants` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-variants` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` |
| `shadowModeConfig` | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$ShadowModeConfigProperty | [[cdk.support/lookup-entry]] | `:shadow-mode-config` |
| `statusReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-reason` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-inference-experiment-capture-content-type-header-property-builderclj

(build-cfn-inference-experiment-capture-content-type-header-property-builder
  builder
  id
  config)

The build-cfn-inference-experiment-capture-content-type-header-property-builder function updates a CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvContentTypesjava.util.Listcdk.support/lookup-entry:csv-content-types
jsonContentTypesjava.util.Listcdk.support/lookup-entry:json-content-types
The build-cfn-inference-experiment-capture-content-type-header-property-builder function updates a CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csvContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:csv-content-types` |
| `jsonContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:json-content-types` |
sourceraw docstring

build-cfn-inference-experiment-data-storage-config-property-builderclj

(build-cfn-inference-experiment-data-storage-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-inference-experiment-data-storage-config-property-builder function updates a CfnInferenceExperiment$DataStorageConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$DataStorageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:content-type
destinationjava.lang.Stringcdk.support/lookup-entry:destination
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
The build-cfn-inference-experiment-data-storage-config-property-builder function updates a CfnInferenceExperiment$DataStorageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$DataStorageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:content-type` |
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
sourceraw docstring

build-cfn-inference-experiment-endpoint-metadata-property-builderclj

(build-cfn-inference-experiment-endpoint-metadata-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-inference-experiment-endpoint-metadata-property-builder function updates a CfnInferenceExperiment$EndpointMetadataProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$EndpointMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointConfigNamejava.lang.Stringcdk.support/lookup-entry:endpoint-config-name
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
endpointStatusjava.lang.Stringcdk.support/lookup-entry:endpoint-status
The build-cfn-inference-experiment-endpoint-metadata-property-builder function updates a CfnInferenceExperiment$EndpointMetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$EndpointMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-config-name` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `endpointStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-status` |
sourceraw docstring

build-cfn-inference-experiment-inference-experiment-schedule-property-builderclj

(build-cfn-inference-experiment-inference-experiment-schedule-property-builder
  builder
  id
  config)

The build-cfn-inference-experiment-inference-experiment-schedule-property-builder function updates a CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endTimejava.lang.Stringcdk.support/lookup-entry:end-time
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
The build-cfn-inference-experiment-inference-experiment-schedule-property-builder function updates a CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-inference-experiment-model-infrastructure-config-property-builderclj

(build-cfn-inference-experiment-model-infrastructure-config-property-builder
  builder
  id
  config)

The build-cfn-inference-experiment-model-infrastructure-config-property-builder function updates a CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
infrastructureTypejava.lang.Stringcdk.support/lookup-entry:infrastructure-type
realTimeInferenceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:real-time-inference-config
The build-cfn-inference-experiment-model-infrastructure-config-property-builder function updates a CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `infrastructureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:infrastructure-type` |
| `realTimeInferenceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:real-time-inference-config` |
sourceraw docstring

build-cfn-inference-experiment-model-variant-config-property-builderclj

(build-cfn-inference-experiment-model-variant-config-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-inference-experiment-model-variant-config-property-builder function updates a CfnInferenceExperiment$ModelVariantConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$ModelVariantConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
infrastructureConfigsoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$ModelInfrastructureConfigPropertycdk.support/lookup-entry:infrastructure-config
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
variantNamejava.lang.Stringcdk.support/lookup-entry:variant-name
The build-cfn-inference-experiment-model-variant-config-property-builder function updates a CfnInferenceExperiment$ModelVariantConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$ModelVariantConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `infrastructureConfig` | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$ModelInfrastructureConfigProperty | [[cdk.support/lookup-entry]] | `:infrastructure-config` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `variantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variant-name` |
sourceraw docstring

build-cfn-inference-experiment-props-builderclj

(build-cfn-inference-experiment-props-builder builder id config)

The build-cfn-inference-experiment-props-builder function updates a CfnInferenceExperimentProps$Builder instance using the provided configuration. The function takes the CfnInferenceExperimentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataStorageConfigsoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$DataStorageConfigPropertycdk.support/lookup-entry:data-storage-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
desiredStatejava.lang.Stringcdk.support/lookup-entry:desired-state
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
modelVariantsjava.util.Listcdk.support/lookup-entry:model-variants
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schedulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedule
shadowModeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:shadow-mode-config
statusReasonjava.lang.Stringcdk.support/lookup-entry:status-reason
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-inference-experiment-props-builder function updates a CfnInferenceExperimentProps$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperimentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataStorageConfig` | software.amazon.awscdk.services.sagemaker.CfnInferenceExperiment$DataStorageConfigProperty | [[cdk.support/lookup-entry]] | `:data-storage-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
| `modelVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:model-variants` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` |
| `shadowModeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:shadow-mode-config` |
| `statusReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-reason` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-inference-experiment-real-time-inference-config-property-builderclj

(build-cfn-inference-experiment-real-time-inference-config-property-builder
  builder
  id
  config)

The build-cfn-inference-experiment-real-time-inference-config-property-builder function updates a CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
The build-cfn-inference-experiment-real-time-inference-config-property-builder function updates a CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
sourceraw docstring

build-cfn-inference-experiment-shadow-mode-config-property-builderclj

(build-cfn-inference-experiment-shadow-mode-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-inference-experiment-shadow-mode-config-property-builder function updates a CfnInferenceExperiment$ShadowModeConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$ShadowModeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
shadowModelVariantsjava.util.Listcdk.support/lookup-entry:shadow-model-variants
sourceModelVariantNamejava.lang.Stringcdk.support/lookup-entry:source-model-variant-name
The build-cfn-inference-experiment-shadow-mode-config-property-builder function updates a CfnInferenceExperiment$ShadowModeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$ShadowModeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `shadowModelVariants` | java.util.List | [[cdk.support/lookup-entry]] | `:shadow-model-variants` |
| `sourceModelVariantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-model-variant-name` |
sourceraw docstring

build-cfn-inference-experiment-shadow-model-variant-config-property-builderclj

(build-cfn-inference-experiment-shadow-model-variant-config-property-builder
  builder
  id
  config)

The build-cfn-inference-experiment-shadow-model-variant-config-property-builder function updates a CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder instance using the provided configuration. The function takes the CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
samplingPercentagejava.lang.Numbercdk.support/lookup-entry:sampling-percentage
shadowModelVariantNamejava.lang.Stringcdk.support/lookup-entry:shadow-model-variant-name
The build-cfn-inference-experiment-shadow-model-variant-config-property-builder function updates a CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `samplingPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sampling-percentage` |
| `shadowModelVariantName` | java.lang.String | [[cdk.support/lookup-entry]] | `:shadow-model-variant-name` |
sourceraw docstring

build-cfn-model-bias-job-definition-batch-transform-input-property-builderclj

(build-cfn-model-bias-job-definition-batch-transform-input-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-batch-transform-input-property-builder function updates a CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCapturedDestinationS3Urijava.lang.Stringcdk.support/lookup-entry:data-captured-destination-s3-uri
datasetFormatsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$DatasetFormatPropertycdk.support/lookup-entry:dataset-format
endTimeOffsetjava.lang.Stringcdk.support/lookup-entry:end-time-offset
featuresAttributejava.lang.Stringcdk.support/lookup-entry:features-attribute
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
probabilityThresholdAttributejava.lang.Numbercdk.support/lookup-entry:probability-threshold-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
startTimeOffsetjava.lang.Stringcdk.support/lookup-entry:start-time-offset
The build-cfn-model-bias-job-definition-batch-transform-input-property-builder function updates a CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCapturedDestinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-captured-destination-s3-uri` |
| `datasetFormat` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$DatasetFormatProperty | [[cdk.support/lookup-entry]] | `:dataset-format` |
| `endTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time-offset` |
| `featuresAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:features-attribute` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `probabilityThresholdAttribute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:probability-threshold-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
| `startTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time-offset` |
sourceraw docstring

build-cfn-model-bias-job-definition-builderclj

(build-cfn-model-bias-job-definition-builder builder id config)

The build-cfn-model-bias-job-definition-builder function updates a CfnModelBiasJobDefinition$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-resources
modelBiasAppSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$ModelBiasAppSpecificationPropertycdk.support/lookup-entry:model-bias-app-specification
modelBiasBaselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-bias-baseline-config
modelBiasJobInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-bias-job-input
modelBiasJobOutputConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringOutputConfigPropertycdk.support/lookup-entry:model-bias-job-output-config
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-bias-job-definition-builder function updates a CfnModelBiasJobDefinition$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelBiasAppSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty | [[cdk.support/lookup-entry]] | `:model-bias-app-specification` |
| `modelBiasBaselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-bias-baseline-config` |
| `modelBiasJobInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-bias-job-input` |
| `modelBiasJobOutputConfig` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringOutputConfigProperty | [[cdk.support/lookup-entry]] | `:model-bias-job-output-config` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-bias-job-definition-cluster-config-property-builderclj

(build-cfn-model-bias-job-definition-cluster-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-bias-job-definition-cluster-config-property-builder function updates a CfnModelBiasJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-model-bias-job-definition-cluster-config-property-builder function updates a CfnModelBiasJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-model-bias-job-definition-constraints-resource-property-builderclj

(build-cfn-model-bias-job-definition-constraints-resource-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-constraints-resource-property-builder function updates a CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-bias-job-definition-constraints-resource-property-builder function updates a CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-bias-job-definition-csv-property-builderclj

(build-cfn-model-bias-job-definition-csv-property-builder builder id config)

The build-cfn-model-bias-job-definition-csv-property-builder function updates a CfnModelBiasJobDefinition$CsvProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:header
The build-cfn-model-bias-job-definition-csv-property-builder function updates a CfnModelBiasJobDefinition$CsvProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `header` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:header` |
sourceraw docstring

build-cfn-model-bias-job-definition-dataset-format-property-builderclj

(build-cfn-model-bias-job-definition-dataset-format-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-bias-job-definition-dataset-format-property-builder function updates a CfnModelBiasJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$CsvPropertycdk.support/lookup-entry:csv
jsonsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$JsonPropertycdk.support/lookup-entry:json
parquetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parquet
The build-cfn-model-bias-job-definition-dataset-format-property-builder function updates a CfnModelBiasJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csv` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$CsvProperty | [[cdk.support/lookup-entry]] | `:csv` |
| `json` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$JsonProperty | [[cdk.support/lookup-entry]] | `:json` |
| `parquet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parquet` |
sourceraw docstring

build-cfn-model-bias-job-definition-endpoint-input-property-builderclj

(build-cfn-model-bias-job-definition-endpoint-input-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-bias-job-definition-endpoint-input-property-builder function updates a CfnModelBiasJobDefinition$EndpointInputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endTimeOffsetjava.lang.Stringcdk.support/lookup-entry:end-time-offset
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
featuresAttributejava.lang.Stringcdk.support/lookup-entry:features-attribute
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
probabilityThresholdAttributejava.lang.Numbercdk.support/lookup-entry:probability-threshold-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
startTimeOffsetjava.lang.Stringcdk.support/lookup-entry:start-time-offset
The build-cfn-model-bias-job-definition-endpoint-input-property-builder function updates a CfnModelBiasJobDefinition$EndpointInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time-offset` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `featuresAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:features-attribute` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `probabilityThresholdAttribute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:probability-threshold-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
| `startTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time-offset` |
sourceraw docstring

build-cfn-model-bias-job-definition-json-property-builderclj

(build-cfn-model-bias-job-definition-json-property-builder builder id config)

The build-cfn-model-bias-job-definition-json-property-builder function updates a CfnModelBiasJobDefinition$JsonProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
linesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:line
The build-cfn-model-bias-job-definition-json-property-builder function updates a CfnModelBiasJobDefinition$JsonProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `line` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:line` |
sourceraw docstring

build-cfn-model-bias-job-definition-model-bias-app-specification-property-builderclj

(build-cfn-model-bias-job-definition-model-bias-app-specification-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-model-bias-app-specification-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configUrijava.lang.Stringcdk.support/lookup-entry:config-uri
environmentjava.util.Mapcdk.support/lookup-entry:environment
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
The build-cfn-model-bias-job-definition-model-bias-app-specification-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-uri` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
sourceraw docstring

build-cfn-model-bias-job-definition-model-bias-baseline-config-property-builderclj

(build-cfn-model-bias-job-definition-model-bias-baseline-config-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-model-bias-baseline-config-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
baseliningJobNamejava.lang.Stringcdk.support/lookup-entry:baselining-job-name
constraintsResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints-resource
The build-cfn-model-bias-job-definition-model-bias-baseline-config-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseliningJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:baselining-job-name` |
| `constraintsResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints-resource` |
sourceraw docstring

build-cfn-model-bias-job-definition-model-bias-job-input-property-builderclj

(build-cfn-model-bias-job-definition-model-bias-job-input-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-model-bias-job-input-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchTransformInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-transform-input
endpointInputsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$EndpointInputPropertycdk.support/lookup-entry:endpoint-input
groundTruthS3Inputsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputPropertycdk.support/lookup-entry:ground-truth-s3-input
The build-cfn-model-bias-job-definition-model-bias-job-input-property-builder function updates a CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchTransformInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-transform-input` |
| `endpointInput` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$EndpointInputProperty | [[cdk.support/lookup-entry]] | `:endpoint-input` |
| `groundTruthS3Input` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty | [[cdk.support/lookup-entry]] | `:ground-truth-s3-input` |
sourceraw docstring

build-cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builderclj

(build-cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builder function updates a CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builder function updates a CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-bias-job-definition-monitoring-output-config-property-builderclj

(build-cfn-model-bias-job-definition-monitoring-output-config-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-monitoring-output-config-property-builder function updates a CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
monitoringOutputsjava.util.Listcdk.support/lookup-entry:monitoring-outputs
The build-cfn-model-bias-job-definition-monitoring-output-config-property-builder function updates a CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `monitoringOutputs` | java.util.List | [[cdk.support/lookup-entry]] | `:monitoring-outputs` |
sourceraw docstring

build-cfn-model-bias-job-definition-monitoring-output-property-builderclj

(build-cfn-model-bias-job-definition-monitoring-output-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-model-bias-job-definition-monitoring-output-property-builder function updates a CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Outputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-output
The build-cfn-model-bias-job-definition-monitoring-output-property-builder function updates a CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Output` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-output` |
sourceraw docstring

build-cfn-model-bias-job-definition-monitoring-resources-property-builderclj

(build-cfn-model-bias-job-definition-monitoring-resources-property-builder
  builder
  id
  config)

The build-cfn-model-bias-job-definition-monitoring-resources-property-builder function updates a CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cluster-config
The build-cfn-model-bias-job-definition-monitoring-resources-property-builder function updates a CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cluster-config` |
sourceraw docstring

build-cfn-model-bias-job-definition-network-config-property-builderclj

(build-cfn-model-bias-job-definition-network-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-bias-job-definition-network-config-property-builder function updates a CfnModelBiasJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableInterContainerTrafficEncryptionjava.lang.Booleancdk.support/lookup-entry:enable-inter-container-traffic-encryption
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-model-bias-job-definition-network-config-property-builder function updates a CfnModelBiasJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableInterContainerTrafficEncryption` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-inter-container-traffic-encryption` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-model-bias-job-definition-props-builderclj

(build-cfn-model-bias-job-definition-props-builder builder id config)

The build-cfn-model-bias-job-definition-props-builder function updates a CfnModelBiasJobDefinitionProps$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-resources
modelBiasAppSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-bias-app-specification
modelBiasBaselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-bias-baseline-config
modelBiasJobInputsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$ModelBiasJobInputPropertycdk.support/lookup-entry:model-bias-job-input
modelBiasJobOutputConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringOutputConfigPropertycdk.support/lookup-entry:model-bias-job-output-config
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$StoppingConditionPropertycdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-bias-job-definition-props-builder function updates a CfnModelBiasJobDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelBiasAppSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-bias-app-specification` |
| `modelBiasBaselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-bias-baseline-config` |
| `modelBiasJobInput` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$ModelBiasJobInputProperty | [[cdk.support/lookup-entry]] | `:model-bias-job-input` |
| `modelBiasJobOutputConfig` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$MonitoringOutputConfigProperty | [[cdk.support/lookup-entry]] | `:model-bias-job-output-config` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition$StoppingConditionProperty | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-bias-job-definition-s3-output-property-builderclj

(build-cfn-model-bias-job-definition-s3-output-property-builder builder
                                                                id
                                                                config)

The build-cfn-model-bias-job-definition-s3-output-property-builder function updates a CfnModelBiasJobDefinition$S3OutputProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3UploadModejava.lang.Stringcdk.support/lookup-entry:s3-upload-mode
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-bias-job-definition-s3-output-property-builder function updates a CfnModelBiasJobDefinition$S3OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3UploadMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-upload-mode` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-bias-job-definition-stopping-condition-property-builderclj

(build-cfn-model-bias-job-definition-stopping-condition-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-model-bias-job-definition-stopping-condition-property-builder function updates a CfnModelBiasJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxRuntimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-runtime-in-seconds
The build-cfn-model-bias-job-definition-stopping-condition-property-builder function updates a CfnModelBiasJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-runtime-in-seconds` |
sourceraw docstring

build-cfn-model-bias-job-definition-vpc-config-property-builderclj

(build-cfn-model-bias-job-definition-vpc-config-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-model-bias-job-definition-vpc-config-property-builder function updates a CfnModelBiasJobDefinition$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelBiasJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-model-bias-job-definition-vpc-config-property-builder function updates a CfnModelBiasJobDefinition$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelBiasJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-model-builderclj

(build-cfn-model-builder builder id config)

The build-cfn-model-builder function updates a CfnModel$Builder instance using the provided configuration. The function takes the CfnModel$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containersjava.util.Listcdk.support/lookup-entry:containers
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
inferenceExecutionConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-execution-config
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
primaryContainersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:primary-container
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.services.sagemaker.CfnModel$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-model-builder function updates a CfnModel$Builder instance using the provided configuration.
  The function takes the CfnModel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `inferenceExecutionConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-execution-config` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `primaryContainer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-container` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.services.sagemaker.CfnModel$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-model-card-additional-information-property-builderclj

(build-cfn-model-card-additional-information-property-builder builder id config)

The build-cfn-model-card-additional-information-property-builder function updates a CfnModelCard$AdditionalInformationProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$AdditionalInformationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
caveatsAndRecommendationsjava.lang.Stringcdk.support/lookup-entry:caveats-and-recommendations
customDetailsjava.util.Mapcdk.support/lookup-entry:custom-details
ethicalConsiderationsjava.lang.Stringcdk.support/lookup-entry:ethical-considerations
The build-cfn-model-card-additional-information-property-builder function updates a CfnModelCard$AdditionalInformationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$AdditionalInformationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `caveatsAndRecommendations` | java.lang.String | [[cdk.support/lookup-entry]] | `:caveats-and-recommendations` |
| `customDetails` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-details` |
| `ethicalConsiderations` | java.lang.String | [[cdk.support/lookup-entry]] | `:ethical-considerations` |
sourceraw docstring

build-cfn-model-card-builderclj

(build-cfn-model-card-builder builder id config)

The build-cfn-model-card-builder function updates a CfnModelCard$Builder instance using the provided configuration. The function takes the CfnModelCard$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$ContentPropertycdk.support/lookup-entry:content
createdBysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:created-by
lastModifiedBysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:last-modified-by
modelCardNamejava.lang.Stringcdk.support/lookup-entry:model-card-name
modelCardStatusjava.lang.Stringcdk.support/lookup-entry:model-card-status
securityConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:security-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-card-builder function updates a CfnModelCard$Builder instance using the provided configuration.
  The function takes the CfnModelCard$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | software.amazon.awscdk.services.sagemaker.CfnModelCard$ContentProperty | [[cdk.support/lookup-entry]] | `:content` |
| `createdBy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:created-by` |
| `lastModifiedBy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:last-modified-by` |
| `modelCardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-card-name` |
| `modelCardStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-card-status` |
| `securityConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-card-business-details-property-builderclj

(build-cfn-model-card-business-details-property-builder builder id config)

The build-cfn-model-card-business-details-property-builder function updates a CfnModelCard$BusinessDetailsProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$BusinessDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
businessProblemjava.lang.Stringcdk.support/lookup-entry:business-problem
businessStakeholdersjava.lang.Stringcdk.support/lookup-entry:business-stakeholders
lineOfBusinessjava.lang.Stringcdk.support/lookup-entry:line-of-business
The build-cfn-model-card-business-details-property-builder function updates a CfnModelCard$BusinessDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$BusinessDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `businessProblem` | java.lang.String | [[cdk.support/lookup-entry]] | `:business-problem` |
| `businessStakeholders` | java.lang.String | [[cdk.support/lookup-entry]] | `:business-stakeholders` |
| `lineOfBusiness` | java.lang.String | [[cdk.support/lookup-entry]] | `:line-of-business` |
sourceraw docstring

build-cfn-model-card-container-property-builderclj

(build-cfn-model-card-container-property-builder builder id config)

The build-cfn-model-card-container-property-builder function updates a CfnModelCard$ContainerProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
imagejava.lang.Stringcdk.support/lookup-entry:image
modelDataUrljava.lang.Stringcdk.support/lookup-entry:model-data-url
nearestModelNamejava.lang.Stringcdk.support/lookup-entry:nearest-model-name
The build-cfn-model-card-container-property-builder function updates a CfnModelCard$ContainerProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `modelDataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-data-url` |
| `nearestModelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:nearest-model-name` |
sourceraw docstring

build-cfn-model-card-content-property-builderclj

(build-cfn-model-card-content-property-builder builder id config)

The build-cfn-model-card-content-property-builder function updates a CfnModelCard$ContentProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInformationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-information
businessDetailssoftware.amazon.awscdk.services.sagemaker.CfnModelCard$BusinessDetailsPropertycdk.support/lookup-entry:business-details
evaluationDetailsjava.util.Listcdk.support/lookup-entry:evaluation-details
intendedUsessoftware.amazon.awscdk.services.sagemaker.CfnModelCard$IntendedUsesPropertycdk.support/lookup-entry:intended-uses
modelOverviewsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$ModelOverviewPropertycdk.support/lookup-entry:model-overview
modelPackageDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-package-details
trainingDetailssoftware.amazon.awscdk.services.sagemaker.CfnModelCard$TrainingDetailsPropertycdk.support/lookup-entry:training-details
The build-cfn-model-card-content-property-builder function updates a CfnModelCard$ContentProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInformation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-information` |
| `businessDetails` | software.amazon.awscdk.services.sagemaker.CfnModelCard$BusinessDetailsProperty | [[cdk.support/lookup-entry]] | `:business-details` |
| `evaluationDetails` | java.util.List | [[cdk.support/lookup-entry]] | `:evaluation-details` |
| `intendedUses` | software.amazon.awscdk.services.sagemaker.CfnModelCard$IntendedUsesProperty | [[cdk.support/lookup-entry]] | `:intended-uses` |
| `modelOverview` | software.amazon.awscdk.services.sagemaker.CfnModelCard$ModelOverviewProperty | [[cdk.support/lookup-entry]] | `:model-overview` |
| `modelPackageDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-package-details` |
| `trainingDetails` | software.amazon.awscdk.services.sagemaker.CfnModelCard$TrainingDetailsProperty | [[cdk.support/lookup-entry]] | `:training-details` |
sourceraw docstring

build-cfn-model-card-evaluation-detail-property-builderclj

(build-cfn-model-card-evaluation-detail-property-builder builder id config)

The build-cfn-model-card-evaluation-detail-property-builder function updates a CfnModelCard$EvaluationDetailProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$EvaluationDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
datasetsjava.util.Listcdk.support/lookup-entry:datasets
evaluationJobArnjava.lang.Stringcdk.support/lookup-entry:evaluation-job-arn
evaluationObservationjava.lang.Stringcdk.support/lookup-entry:evaluation-observation
metadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metadata
metricGroupsjava.util.Listcdk.support/lookup-entry:metric-groups
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-model-card-evaluation-detail-property-builder function updates a CfnModelCard$EvaluationDetailProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$EvaluationDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datasets` | java.util.List | [[cdk.support/lookup-entry]] | `:datasets` |
| `evaluationJobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-job-arn` |
| `evaluationObservation` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-observation` |
| `metadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metadata` |
| `metricGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-groups` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-model-card-function-property-builderclj

(build-cfn-model-card-function-property-builder builder id config)

The build-cfn-model-card-function-property-builder function updates a CfnModelCard$FunctionProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$FunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
conditionjava.lang.Stringcdk.support/lookup-entry:condition
facetjava.lang.Stringcdk.support/lookup-entry:facet
functionjava.lang.Stringcdk.support/lookup-entry:function
The build-cfn-model-card-function-property-builder function updates a CfnModelCard$FunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$FunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `condition` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition` |
| `facet` | java.lang.String | [[cdk.support/lookup-entry]] | `:facet` |
| `function` | java.lang.String | [[cdk.support/lookup-entry]] | `:function` |
sourceraw docstring

build-cfn-model-card-inference-environment-property-builderclj

(build-cfn-model-card-inference-environment-property-builder builder id config)

The build-cfn-model-card-inference-environment-property-builder function updates a CfnModelCard$InferenceEnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$InferenceEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerImagejava.util.Listcdk.support/lookup-entry:container-image
The build-cfn-model-card-inference-environment-property-builder function updates a CfnModelCard$InferenceEnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$InferenceEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerImage` | java.util.List | [[cdk.support/lookup-entry]] | `:container-image` |
sourceraw docstring

build-cfn-model-card-inference-specification-property-builderclj

(build-cfn-model-card-inference-specification-property-builder builder
                                                               id
                                                               config)

The build-cfn-model-card-inference-specification-property-builder function updates a CfnModelCard$InferenceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$InferenceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containersjava.util.Listcdk.support/lookup-entry:containers
The build-cfn-model-card-inference-specification-property-builder function updates a CfnModelCard$InferenceSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$InferenceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
sourceraw docstring

build-cfn-model-card-intended-uses-property-builderclj

(build-cfn-model-card-intended-uses-property-builder builder id config)

The build-cfn-model-card-intended-uses-property-builder function updates a CfnModelCard$IntendedUsesProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$IntendedUsesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
explanationsForRiskRatingjava.lang.Stringcdk.support/lookup-entry:explanations-for-risk-rating
factorsAffectingModelEfficiencyjava.lang.Stringcdk.support/lookup-entry:factors-affecting-model-efficiency
intendedUsesjava.lang.Stringcdk.support/lookup-entry:intended-uses
purposeOfModeljava.lang.Stringcdk.support/lookup-entry:purpose-of-model
riskRatingjava.lang.Stringcdk.support/lookup-entry:risk-rating
The build-cfn-model-card-intended-uses-property-builder function updates a CfnModelCard$IntendedUsesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$IntendedUsesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `explanationsForRiskRating` | java.lang.String | [[cdk.support/lookup-entry]] | `:explanations-for-risk-rating` |
| `factorsAffectingModelEfficiency` | java.lang.String | [[cdk.support/lookup-entry]] | `:factors-affecting-model-efficiency` |
| `intendedUses` | java.lang.String | [[cdk.support/lookup-entry]] | `:intended-uses` |
| `purposeOfModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:purpose-of-model` |
| `riskRating` | java.lang.String | [[cdk.support/lookup-entry]] | `:risk-rating` |
sourceraw docstring

build-cfn-model-card-metric-data-items-property-builderclj

(build-cfn-model-card-metric-data-items-property-builder builder id config)

The build-cfn-model-card-metric-data-items-property-builder function updates a CfnModelCard$MetricDataItemsProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$MetricDataItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
notesjava.lang.Stringcdk.support/lookup-entry:notes
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Objectcdk.support/lookup-entry:value
xAxisNamejava.util.Listcdk.support/lookup-entry:x-axis-name
yAxisNamejava.util.Listcdk.support/lookup-entry:y-axis-name
The build-cfn-model-card-metric-data-items-property-builder function updates a CfnModelCard$MetricDataItemsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$MetricDataItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notes` | java.lang.String | [[cdk.support/lookup-entry]] | `:notes` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `value` | java.lang.Object | [[cdk.support/lookup-entry]] | `:value` |
| `xAxisName` | java.util.List | [[cdk.support/lookup-entry]] | `:x-axis-name` |
| `yAxisName` | java.util.List | [[cdk.support/lookup-entry]] | `:y-axis-name` |
sourceraw docstring

build-cfn-model-card-metric-group-property-builderclj

(build-cfn-model-card-metric-group-property-builder builder id config)

The build-cfn-model-card-metric-group-property-builder function updates a CfnModelCard$MetricGroupProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$MetricGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
metricDatajava.util.Listcdk.support/lookup-entry:metric-data
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-model-card-metric-group-property-builder function updates a CfnModelCard$MetricGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$MetricGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `metricData` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-data` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-model-card-model-overview-property-builderclj

(build-cfn-model-card-model-overview-property-builder builder id config)

The build-cfn-model-card-model-overview-property-builder function updates a CfnModelCard$ModelOverviewProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ModelOverviewProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
algorithmTypejava.lang.Stringcdk.support/lookup-entry:algorithm-type
inferenceEnvironmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-environment
modelArtifactjava.util.Listcdk.support/lookup-entry:model-artifact
modelCreatorjava.lang.Stringcdk.support/lookup-entry:model-creator
modelDescriptionjava.lang.Stringcdk.support/lookup-entry:model-description
modelIdjava.lang.Stringcdk.support/lookup-entry:model-id
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
modelOwnerjava.lang.Stringcdk.support/lookup-entry:model-owner
modelVersionjava.lang.Numbercdk.support/lookup-entry:model-version
problemTypejava.lang.Stringcdk.support/lookup-entry:problem-type
The build-cfn-model-card-model-overview-property-builder function updates a CfnModelCard$ModelOverviewProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ModelOverviewProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmType` | java.lang.String | [[cdk.support/lookup-entry]] | `:algorithm-type` |
| `inferenceEnvironment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-environment` |
| `modelArtifact` | java.util.List | [[cdk.support/lookup-entry]] | `:model-artifact` |
| `modelCreator` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-creator` |
| `modelDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-description` |
| `modelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-id` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `modelOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-owner` |
| `modelVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-version` |
| `problemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:problem-type` |
sourceraw docstring

build-cfn-model-card-model-package-creator-property-builderclj

(build-cfn-model-card-model-package-creator-property-builder builder id config)

The build-cfn-model-card-model-package-creator-property-builder function updates a CfnModelCard$ModelPackageCreatorProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ModelPackageCreatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
The build-cfn-model-card-model-package-creator-property-builder function updates a CfnModelCard$ModelPackageCreatorProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ModelPackageCreatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
sourceraw docstring

build-cfn-model-card-model-package-details-property-builderclj

(build-cfn-model-card-model-package-details-property-builder builder id config)

The build-cfn-model-card-model-package-details-property-builder function updates a CfnModelCard$ModelPackageDetailsProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ModelPackageDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
approvalDescriptionjava.lang.Stringcdk.support/lookup-entry:approval-description
createdBysoftware.amazon.awscdk.services.sagemaker.CfnModelCard$ModelPackageCreatorPropertycdk.support/lookup-entry:created-by
domainjava.lang.Stringcdk.support/lookup-entry:domain
inferenceSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$InferenceSpecificationPropertycdk.support/lookup-entry:inference-specification
modelApprovalStatusjava.lang.Stringcdk.support/lookup-entry:model-approval-status
modelPackageArnjava.lang.Stringcdk.support/lookup-entry:model-package-arn
modelPackageDescriptionjava.lang.Stringcdk.support/lookup-entry:model-package-description
modelPackageGroupNamejava.lang.Stringcdk.support/lookup-entry:model-package-group-name
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
modelPackageStatusjava.lang.Stringcdk.support/lookup-entry:model-package-status
modelPackageVersionjava.lang.Numbercdk.support/lookup-entry:model-package-version
sourceAlgorithmssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-algorithms
taskjava.lang.Stringcdk.support/lookup-entry:task
The build-cfn-model-card-model-package-details-property-builder function updates a CfnModelCard$ModelPackageDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ModelPackageDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `approvalDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:approval-description` |
| `createdBy` | software.amazon.awscdk.services.sagemaker.CfnModelCard$ModelPackageCreatorProperty | [[cdk.support/lookup-entry]] | `:created-by` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `inferenceSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelCard$InferenceSpecificationProperty | [[cdk.support/lookup-entry]] | `:inference-specification` |
| `modelApprovalStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-approval-status` |
| `modelPackageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-arn` |
| `modelPackageDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-description` |
| `modelPackageGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-name` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `modelPackageStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-status` |
| `modelPackageVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-package-version` |
| `sourceAlgorithms` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-algorithms` |
| `task` | java.lang.String | [[cdk.support/lookup-entry]] | `:task` |
sourceraw docstring

build-cfn-model-card-objective-function-property-builderclj

(build-cfn-model-card-objective-function-property-builder builder id config)

The build-cfn-model-card-objective-function-property-builder function updates a CfnModelCard$ObjectiveFunctionProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$ObjectiveFunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
functionsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$FunctionPropertycdk.support/lookup-entry:function
notesjava.lang.Stringcdk.support/lookup-entry:notes
The build-cfn-model-card-objective-function-property-builder function updates a CfnModelCard$ObjectiveFunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$ObjectiveFunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `function` | software.amazon.awscdk.services.sagemaker.CfnModelCard$FunctionProperty | [[cdk.support/lookup-entry]] | `:function` |
| `notes` | java.lang.String | [[cdk.support/lookup-entry]] | `:notes` |
sourceraw docstring

build-cfn-model-card-props-builderclj

(build-cfn-model-card-props-builder builder id config)

The build-cfn-model-card-props-builder function updates a CfnModelCardProps$Builder instance using the provided configuration. The function takes the CfnModelCardProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$ContentPropertycdk.support/lookup-entry:content
createdBysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:created-by
lastModifiedBysoftware.amazon.awscdk.services.sagemaker.CfnModelCard$UserContextPropertycdk.support/lookup-entry:last-modified-by
modelCardNamejava.lang.Stringcdk.support/lookup-entry:model-card-name
modelCardStatusjava.lang.Stringcdk.support/lookup-entry:model-card-status
securityConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelCard$SecurityConfigPropertycdk.support/lookup-entry:security-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-card-props-builder function updates a CfnModelCardProps$Builder instance using the provided configuration.
  The function takes the CfnModelCardProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | software.amazon.awscdk.services.sagemaker.CfnModelCard$ContentProperty | [[cdk.support/lookup-entry]] | `:content` |
| `createdBy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:created-by` |
| `lastModifiedBy` | software.amazon.awscdk.services.sagemaker.CfnModelCard$UserContextProperty | [[cdk.support/lookup-entry]] | `:last-modified-by` |
| `modelCardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-card-name` |
| `modelCardStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-card-status` |
| `securityConfig` | software.amazon.awscdk.services.sagemaker.CfnModelCard$SecurityConfigProperty | [[cdk.support/lookup-entry]] | `:security-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-card-security-config-property-builderclj

(build-cfn-model-card-security-config-property-builder builder id config)

The build-cfn-model-card-security-config-property-builder function updates a CfnModelCard$SecurityConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$SecurityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
The build-cfn-model-card-security-config-property-builder function updates a CfnModelCard$SecurityConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$SecurityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
sourceraw docstring

build-cfn-model-card-source-algorithm-property-builderclj

(build-cfn-model-card-source-algorithm-property-builder builder id config)

The build-cfn-model-card-source-algorithm-property-builder function updates a CfnModelCard$SourceAlgorithmProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$SourceAlgorithmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
algorithmNamejava.lang.Stringcdk.support/lookup-entry:algorithm-name
modelDataUrljava.lang.Stringcdk.support/lookup-entry:model-data-url
The build-cfn-model-card-source-algorithm-property-builder function updates a CfnModelCard$SourceAlgorithmProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$SourceAlgorithmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:algorithm-name` |
| `modelDataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-data-url` |
sourceraw docstring

build-cfn-model-card-training-details-property-builderclj

(build-cfn-model-card-training-details-property-builder builder id config)

The build-cfn-model-card-training-details-property-builder function updates a CfnModelCard$TrainingDetailsProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$TrainingDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
objectiveFunctionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:objective-function
trainingJobDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:training-job-details
trainingObservationsjava.lang.Stringcdk.support/lookup-entry:training-observations
The build-cfn-model-card-training-details-property-builder function updates a CfnModelCard$TrainingDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$TrainingDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `objectiveFunction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:objective-function` |
| `trainingJobDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:training-job-details` |
| `trainingObservations` | java.lang.String | [[cdk.support/lookup-entry]] | `:training-observations` |
sourceraw docstring

build-cfn-model-card-training-environment-property-builderclj

(build-cfn-model-card-training-environment-property-builder builder id config)

The build-cfn-model-card-training-environment-property-builder function updates a CfnModelCard$TrainingEnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$TrainingEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerImagejava.util.Listcdk.support/lookup-entry:container-image
The build-cfn-model-card-training-environment-property-builder function updates a CfnModelCard$TrainingEnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$TrainingEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerImage` | java.util.List | [[cdk.support/lookup-entry]] | `:container-image` |
sourceraw docstring

build-cfn-model-card-training-hyper-parameter-property-builderclj

(build-cfn-model-card-training-hyper-parameter-property-builder builder
                                                                id
                                                                config)

The build-cfn-model-card-training-hyper-parameter-property-builder function updates a CfnModelCard$TrainingHyperParameterProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$TrainingHyperParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-model-card-training-hyper-parameter-property-builder function updates a CfnModelCard$TrainingHyperParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$TrainingHyperParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-model-card-training-job-details-property-builderclj

(build-cfn-model-card-training-job-details-property-builder builder id config)

The build-cfn-model-card-training-job-details-property-builder function updates a CfnModelCard$TrainingJobDetailsProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$TrainingJobDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
hyperParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hyper-parameters
trainingArnjava.lang.Stringcdk.support/lookup-entry:training-arn
trainingDatasetsjava.util.Listcdk.support/lookup-entry:training-datasets
trainingEnvironmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:training-environment
trainingMetricsjava.util.Listcdk.support/lookup-entry:training-metrics
userProvidedHyperParametersjava.util.Listcdk.support/lookup-entry:user-provided-hyper-parameters
userProvidedTrainingMetricssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-provided-training-metrics
The build-cfn-model-card-training-job-details-property-builder function updates a CfnModelCard$TrainingJobDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$TrainingJobDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hyperParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hyper-parameters` |
| `trainingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:training-arn` |
| `trainingDatasets` | java.util.List | [[cdk.support/lookup-entry]] | `:training-datasets` |
| `trainingEnvironment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:training-environment` |
| `trainingMetrics` | java.util.List | [[cdk.support/lookup-entry]] | `:training-metrics` |
| `userProvidedHyperParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:user-provided-hyper-parameters` |
| `userProvidedTrainingMetrics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-provided-training-metrics` |
sourceraw docstring

build-cfn-model-card-training-metric-property-builderclj

(build-cfn-model-card-training-metric-property-builder builder id config)

The build-cfn-model-card-training-metric-property-builder function updates a CfnModelCard$TrainingMetricProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$TrainingMetricProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
notesjava.lang.Stringcdk.support/lookup-entry:notes
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-model-card-training-metric-property-builder function updates a CfnModelCard$TrainingMetricProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$TrainingMetricProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notes` | java.lang.String | [[cdk.support/lookup-entry]] | `:notes` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-model-card-user-context-property-builderclj

(build-cfn-model-card-user-context-property-builder builder id config)

The build-cfn-model-card-user-context-property-builder function updates a CfnModelCard$UserContextProperty$Builder instance using the provided configuration. The function takes the CfnModelCard$UserContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
userProfileArnjava.lang.Stringcdk.support/lookup-entry:user-profile-arn
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
The build-cfn-model-card-user-context-property-builder function updates a CfnModelCard$UserContextProperty$Builder instance using the provided configuration.
  The function takes the CfnModelCard$UserContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `userProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-arn` |
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
sourceraw docstring

build-cfn-model-container-definition-property-builderclj

(build-cfn-model-container-definition-property-builder builder id config)

The build-cfn-model-container-definition-property-builder function updates a CfnModel$ContainerDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnModel$ContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerHostnamejava.lang.Stringcdk.support/lookup-entry:container-hostname
environmentjava.lang.Objectcdk.support/lookup-entry:environment
imagejava.lang.Stringcdk.support/lookup-entry:image
imageConfigsoftware.amazon.awscdk.services.sagemaker.CfnModel$ImageConfigPropertycdk.support/lookup-entry:image-config
inferenceSpecificationNamejava.lang.Stringcdk.support/lookup-entry:inference-specification-name
modejava.lang.Stringcdk.support/lookup-entry:mode
modelDataSourcesoftware.amazon.awscdk.services.sagemaker.CfnModel$ModelDataSourcePropertycdk.support/lookup-entry:model-data-source
modelDataUrljava.lang.Stringcdk.support/lookup-entry:model-data-url
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
multiModelConfigsoftware.amazon.awscdk.services.sagemaker.CfnModel$MultiModelConfigPropertycdk.support/lookup-entry:multi-model-config
The build-cfn-model-container-definition-property-builder function updates a CfnModel$ContainerDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$ContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-hostname` |
| `environment` | java.lang.Object | [[cdk.support/lookup-entry]] | `:environment` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `imageConfig` | software.amazon.awscdk.services.sagemaker.CfnModel$ImageConfigProperty | [[cdk.support/lookup-entry]] | `:image-config` |
| `inferenceSpecificationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-specification-name` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `modelDataSource` | software.amazon.awscdk.services.sagemaker.CfnModel$ModelDataSourceProperty | [[cdk.support/lookup-entry]] | `:model-data-source` |
| `modelDataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-data-url` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `multiModelConfig` | software.amazon.awscdk.services.sagemaker.CfnModel$MultiModelConfigProperty | [[cdk.support/lookup-entry]] | `:multi-model-config` |
sourceraw docstring

build-cfn-model-explainability-job-definition-batch-transform-input-property-builderclj

(build-cfn-model-explainability-job-definition-batch-transform-input-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-batch-transform-input-property-builder function updates a CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCapturedDestinationS3Urijava.lang.Stringcdk.support/lookup-entry:data-captured-destination-s3-uri
datasetFormatsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$DatasetFormatPropertycdk.support/lookup-entry:dataset-format
featuresAttributejava.lang.Stringcdk.support/lookup-entry:features-attribute
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-model-explainability-job-definition-batch-transform-input-property-builder function updates a CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCapturedDestinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-captured-destination-s3-uri` |
| `datasetFormat` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$DatasetFormatProperty | [[cdk.support/lookup-entry]] | `:dataset-format` |
| `featuresAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:features-attribute` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-model-explainability-job-definition-builderclj

(build-cfn-model-explainability-job-definition-builder builder id config)

The build-cfn-model-explainability-job-definition-builder function updates a CfnModelExplainabilityJobDefinition$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-resources
modelExplainabilityAppSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-explainability-app-specification
modelExplainabilityBaselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-explainability-baseline-config
modelExplainabilityJobInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-explainability-job-input
modelExplainabilityJobOutputConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$MonitoringOutputConfigPropertycdk.support/lookup-entry:model-explainability-job-output-config
networkConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$StoppingConditionPropertycdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-explainability-job-definition-builder function updates a CfnModelExplainabilityJobDefinition$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelExplainabilityAppSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-explainability-app-specification` |
| `modelExplainabilityBaselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-explainability-baseline-config` |
| `modelExplainabilityJobInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-explainability-job-input` |
| `modelExplainabilityJobOutputConfig` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty | [[cdk.support/lookup-entry]] | `:model-explainability-job-output-config` |
| `networkConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$StoppingConditionProperty | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-explainability-job-definition-cluster-config-property-builderclj

(build-cfn-model-explainability-job-definition-cluster-config-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-cluster-config-property-builder function updates a CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-model-explainability-job-definition-cluster-config-property-builder function updates a CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-model-explainability-job-definition-constraints-resource-property-builderclj

(build-cfn-model-explainability-job-definition-constraints-resource-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-constraints-resource-property-builder function updates a CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-explainability-job-definition-constraints-resource-property-builder function updates a CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-explainability-job-definition-csv-property-builderclj

(build-cfn-model-explainability-job-definition-csv-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-model-explainability-job-definition-csv-property-builder function updates a CfnModelExplainabilityJobDefinition$CsvProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headerjava.lang.Booleancdk.support/lookup-entry:header
The build-cfn-model-explainability-job-definition-csv-property-builder function updates a CfnModelExplainabilityJobDefinition$CsvProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `header` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:header` |
sourceraw docstring

build-cfn-model-explainability-job-definition-dataset-format-property-builderclj

(build-cfn-model-explainability-job-definition-dataset-format-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-dataset-format-property-builder function updates a CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv
jsonsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$JsonPropertycdk.support/lookup-entry:json
parquetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parquet
The build-cfn-model-explainability-job-definition-dataset-format-property-builder function updates a CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csv` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv` |
| `json` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$JsonProperty | [[cdk.support/lookup-entry]] | `:json` |
| `parquet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parquet` |
sourceraw docstring

build-cfn-model-explainability-job-definition-endpoint-input-property-builderclj

(build-cfn-model-explainability-job-definition-endpoint-input-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-endpoint-input-property-builder function updates a CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
featuresAttributejava.lang.Stringcdk.support/lookup-entry:features-attribute
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-model-explainability-job-definition-endpoint-input-property-builder function updates a CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `featuresAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:features-attribute` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-model-explainability-job-definition-json-property-builderclj

(build-cfn-model-explainability-job-definition-json-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-explainability-job-definition-json-property-builder function updates a CfnModelExplainabilityJobDefinition$JsonProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
linesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:line
The build-cfn-model-explainability-job-definition-json-property-builder function updates a CfnModelExplainabilityJobDefinition$JsonProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `line` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:line` |
sourceraw docstring

build-cfn-model-explainability-job-definition-model-explainability-app-specification-property-builderclj

(build-cfn-model-explainability-job-definition-model-explainability-app-specification-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-model-explainability-app-specification-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configUrijava.lang.Stringcdk.support/lookup-entry:config-uri
environmentjava.util.Mapcdk.support/lookup-entry:environment
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
The build-cfn-model-explainability-job-definition-model-explainability-app-specification-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-uri` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
sourceraw docstring

build-cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builderclj

(build-cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
baseliningJobNamejava.lang.Stringcdk.support/lookup-entry:baselining-job-name
constraintsResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints-resource
The build-cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseliningJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:baselining-job-name` |
| `constraintsResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints-resource` |
sourceraw docstring

build-cfn-model-explainability-job-definition-model-explainability-job-input-property-builderclj

(build-cfn-model-explainability-job-definition-model-explainability-job-input-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-model-explainability-job-input-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchTransformInputsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$BatchTransformInputPropertycdk.support/lookup-entry:batch-transform-input
endpointInputsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$EndpointInputPropertycdk.support/lookup-entry:endpoint-input
The build-cfn-model-explainability-job-definition-model-explainability-job-input-property-builder function updates a CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchTransformInput` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$BatchTransformInputProperty | [[cdk.support/lookup-entry]] | `:batch-transform-input` |
| `endpointInput` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$EndpointInputProperty | [[cdk.support/lookup-entry]] | `:endpoint-input` |
sourceraw docstring

build-cfn-model-explainability-job-definition-monitoring-output-config-property-builderclj

(build-cfn-model-explainability-job-definition-monitoring-output-config-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-monitoring-output-config-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
monitoringOutputsjava.util.Listcdk.support/lookup-entry:monitoring-outputs
The build-cfn-model-explainability-job-definition-monitoring-output-config-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `monitoringOutputs` | java.util.List | [[cdk.support/lookup-entry]] | `:monitoring-outputs` |
sourceraw docstring

build-cfn-model-explainability-job-definition-monitoring-output-property-builderclj

(build-cfn-model-explainability-job-definition-monitoring-output-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-monitoring-output-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Outputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-output
The build-cfn-model-explainability-job-definition-monitoring-output-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Output` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-output` |
sourceraw docstring

build-cfn-model-explainability-job-definition-monitoring-resources-property-builderclj

(build-cfn-model-explainability-job-definition-monitoring-resources-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-monitoring-resources-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cluster-config
The build-cfn-model-explainability-job-definition-monitoring-resources-property-builder function updates a CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cluster-config` |
sourceraw docstring

build-cfn-model-explainability-job-definition-network-config-property-builderclj

(build-cfn-model-explainability-job-definition-network-config-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-network-config-property-builder function updates a CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableInterContainerTrafficEncryptionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-inter-container-traffic-encryption
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-model-explainability-job-definition-network-config-property-builder function updates a CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableInterContainerTrafficEncryption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-inter-container-traffic-encryption` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-model-explainability-job-definition-props-builderclj

(build-cfn-model-explainability-job-definition-props-builder builder id config)

The build-cfn-model-explainability-job-definition-props-builder function updates a CfnModelExplainabilityJobDefinitionProps$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-resources
modelExplainabilityAppSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationPropertycdk.support/lookup-entry:model-explainability-app-specification
modelExplainabilityBaselineConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigPropertycdk.support/lookup-entry:model-explainability-baseline-config
modelExplainabilityJobInputsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputPropertycdk.support/lookup-entry:model-explainability-job-input
modelExplainabilityJobOutputConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-explainability-job-output-config
networkConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$StoppingConditionPropertycdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-explainability-job-definition-props-builder function updates a CfnModelExplainabilityJobDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelExplainabilityAppSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty | [[cdk.support/lookup-entry]] | `:model-explainability-app-specification` |
| `modelExplainabilityBaselineConfig` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty | [[cdk.support/lookup-entry]] | `:model-explainability-baseline-config` |
| `modelExplainabilityJobInput` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty | [[cdk.support/lookup-entry]] | `:model-explainability-job-input` |
| `modelExplainabilityJobOutputConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-explainability-job-output-config` |
| `networkConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.services.sagemaker.CfnModelExplainabilityJobDefinition$StoppingConditionProperty | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-explainability-job-definition-s3-output-property-builderclj

(build-cfn-model-explainability-job-definition-s3-output-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-s3-output-property-builder function updates a CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3UploadModejava.lang.Stringcdk.support/lookup-entry:s3-upload-mode
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-explainability-job-definition-s3-output-property-builder function updates a CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3UploadMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-upload-mode` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-explainability-job-definition-stopping-condition-property-builderclj

(build-cfn-model-explainability-job-definition-stopping-condition-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-stopping-condition-property-builder function updates a CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxRuntimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-runtime-in-seconds
The build-cfn-model-explainability-job-definition-stopping-condition-property-builder function updates a CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-runtime-in-seconds` |
sourceraw docstring

build-cfn-model-explainability-job-definition-vpc-config-property-builderclj

(build-cfn-model-explainability-job-definition-vpc-config-property-builder
  builder
  id
  config)

The build-cfn-model-explainability-job-definition-vpc-config-property-builder function updates a CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-model-explainability-job-definition-vpc-config-property-builder function updates a CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-model-image-config-property-builderclj

(build-cfn-model-image-config-property-builder builder id config)

The build-cfn-model-image-config-property-builder function updates a CfnModel$ImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$ImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
repositoryAccessModejava.lang.Stringcdk.support/lookup-entry:repository-access-mode
repositoryAuthConfigsoftware.amazon.awscdk.services.sagemaker.CfnModel$RepositoryAuthConfigPropertycdk.support/lookup-entry:repository-auth-config
The build-cfn-model-image-config-property-builder function updates a CfnModel$ImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$ImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `repositoryAccessMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-access-mode` |
| `repositoryAuthConfig` | software.amazon.awscdk.services.sagemaker.CfnModel$RepositoryAuthConfigProperty | [[cdk.support/lookup-entry]] | `:repository-auth-config` |
sourceraw docstring

build-cfn-model-inference-execution-config-property-builderclj

(build-cfn-model-inference-execution-config-property-builder builder id config)

The build-cfn-model-inference-execution-config-property-builder function updates a CfnModel$InferenceExecutionConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$InferenceExecutionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
modejava.lang.Stringcdk.support/lookup-entry:mode
The build-cfn-model-inference-execution-config-property-builder function updates a CfnModel$InferenceExecutionConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$InferenceExecutionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
sourceraw docstring

build-cfn-model-model-access-config-property-builderclj

(build-cfn-model-model-access-config-property-builder builder id config)

The build-cfn-model-model-access-config-property-builder function updates a CfnModel$ModelAccessConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$ModelAccessConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceptEulajava.lang.Booleancdk.support/lookup-entry:accept-eula
The build-cfn-model-model-access-config-property-builder function updates a CfnModel$ModelAccessConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$ModelAccessConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceptEula` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:accept-eula` |
sourceraw docstring

build-cfn-model-model-data-source-property-builderclj

(build-cfn-model-model-data-source-property-builder builder id config)

The build-cfn-model-model-data-source-property-builder function updates a CfnModel$ModelDataSourceProperty$Builder instance using the provided configuration. The function takes the CfnModel$ModelDataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3DataSourcesoftware.amazon.awscdk.services.sagemaker.CfnModel$S3DataSourcePropertycdk.support/lookup-entry:s3-data-source
The build-cfn-model-model-data-source-property-builder function updates a CfnModel$ModelDataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$ModelDataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataSource` | software.amazon.awscdk.services.sagemaker.CfnModel$S3DataSourceProperty | [[cdk.support/lookup-entry]] | `:s3-data-source` |
sourceraw docstring

build-cfn-model-multi-model-config-property-builderclj

(build-cfn-model-multi-model-config-property-builder builder id config)

The build-cfn-model-multi-model-config-property-builder function updates a CfnModel$MultiModelConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$MultiModelConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
modelCacheSettingjava.lang.Stringcdk.support/lookup-entry:model-cache-setting
The build-cfn-model-multi-model-config-property-builder function updates a CfnModel$MultiModelConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$MultiModelConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `modelCacheSetting` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-cache-setting` |
sourceraw docstring

build-cfn-model-package-additional-inference-specification-definition-property-builderclj

(build-cfn-model-package-additional-inference-specification-definition-property-builder
  builder
  id
  config)

The build-cfn-model-package-additional-inference-specification-definition-property-builder function updates a CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containersjava.util.Listcdk.support/lookup-entry:containers
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
supportedContentTypesjava.util.Listcdk.support/lookup-entry:supported-content-types
supportedRealtimeInferenceInstanceTypesjava.util.Listcdk.support/lookup-entry:supported-realtime-inference-instance-types
supportedResponseMimeTypesjava.util.Listcdk.support/lookup-entry:supported-response-mime-types
supportedTransformInstanceTypesjava.util.Listcdk.support/lookup-entry:supported-transform-instance-types
The build-cfn-model-package-additional-inference-specification-definition-property-builder function updates a CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `supportedContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-content-types` |
| `supportedRealtimeInferenceInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-realtime-inference-instance-types` |
| `supportedResponseMimeTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-response-mime-types` |
| `supportedTransformInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-transform-instance-types` |
sourceraw docstring

build-cfn-model-package-bias-property-builderclj

(build-cfn-model-package-bias-property-builder builder id config)

The build-cfn-model-package-bias-property-builder function updates a CfnModelPackage$BiasProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$BiasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
postTrainingReportsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:post-training-report
preTrainingReportsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:pre-training-report
reportsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:report
The build-cfn-model-package-bias-property-builder function updates a CfnModelPackage$BiasProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$BiasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `postTrainingReport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:post-training-report` |
| `preTrainingReport` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:pre-training-report` |
| `report` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:report` |
sourceraw docstring

build-cfn-model-package-builderclj

(build-cfn-model-package-builder builder id config)

The build-cfn-model-package-builder function updates a CfnModelPackage$Builder instance using the provided configuration. The function takes the CfnModelPackage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInferenceSpecificationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-inference-specifications
additionalInferenceSpecificationsToAddsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-inference-specifications-to-add
approvalDescriptionjava.lang.Stringcdk.support/lookup-entry:approval-description
certifyForMarketplacejava.lang.Booleancdk.support/lookup-entry:certify-for-marketplace
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
customerMetadataPropertiesjava.util.Mapcdk.support/lookup-entry:customer-metadata-properties
domainjava.lang.Stringcdk.support/lookup-entry:domain
driftCheckBaselinessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:drift-check-baselines
inferenceSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$InferenceSpecificationPropertycdk.support/lookup-entry:inference-specification
lastModifiedTimejava.lang.Stringcdk.support/lookup-entry:last-modified-time
metadataPropertiessoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetadataPropertiesPropertycdk.support/lookup-entry:metadata-properties
modelApprovalStatusjava.lang.Stringcdk.support/lookup-entry:model-approval-status
modelMetricssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-metrics
modelPackageDescriptionjava.lang.Stringcdk.support/lookup-entry:model-package-description
modelPackageGroupNamejava.lang.Stringcdk.support/lookup-entry:model-package-group-name
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
modelPackageStatusDetailssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelPackageStatusDetailsPropertycdk.support/lookup-entry:model-package-status-details
modelPackageVersionjava.lang.Numbercdk.support/lookup-entry:model-package-version
samplePayloadUrljava.lang.Stringcdk.support/lookup-entry:sample-payload-url
skipModelValidationjava.lang.Stringcdk.support/lookup-entry:skip-model-validation
sourceAlgorithmSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$SourceAlgorithmSpecificationPropertycdk.support/lookup-entry:source-algorithm-specification
tagsjava.util.Listcdk.support/lookup-entry:tags
taskjava.lang.Stringcdk.support/lookup-entry:task
validationSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$ValidationSpecificationPropertycdk.support/lookup-entry:validation-specification
The build-cfn-model-package-builder function updates a CfnModelPackage$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInferenceSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-inference-specifications` |
| `additionalInferenceSpecificationsToAdd` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-inference-specifications-to-add` |
| `approvalDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:approval-description` |
| `certifyForMarketplace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:certify-for-marketplace` |
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `customerMetadataProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:customer-metadata-properties` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `driftCheckBaselines` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:drift-check-baselines` |
| `inferenceSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$InferenceSpecificationProperty | [[cdk.support/lookup-entry]] | `:inference-specification` |
| `lastModifiedTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-modified-time` |
| `metadataProperties` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetadataPropertiesProperty | [[cdk.support/lookup-entry]] | `:metadata-properties` |
| `modelApprovalStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-approval-status` |
| `modelMetrics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-metrics` |
| `modelPackageDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-description` |
| `modelPackageGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-name` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `modelPackageStatusDetails` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelPackageStatusDetailsProperty | [[cdk.support/lookup-entry]] | `:model-package-status-details` |
| `modelPackageVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-package-version` |
| `samplePayloadUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-payload-url` |
| `skipModelValidation` | java.lang.String | [[cdk.support/lookup-entry]] | `:skip-model-validation` |
| `sourceAlgorithmSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$SourceAlgorithmSpecificationProperty | [[cdk.support/lookup-entry]] | `:source-algorithm-specification` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `task` | java.lang.String | [[cdk.support/lookup-entry]] | `:task` |
| `validationSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$ValidationSpecificationProperty | [[cdk.support/lookup-entry]] | `:validation-specification` |
sourceraw docstring

build-cfn-model-package-data-source-property-builderclj

(build-cfn-model-package-data-source-property-builder builder id config)

The build-cfn-model-package-data-source-property-builder function updates a CfnModelPackage$DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3DataSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-data-source
The build-cfn-model-package-data-source-property-builder function updates a CfnModelPackage$DataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-data-source` |
sourceraw docstring

build-cfn-model-package-drift-check-baselines-property-builderclj

(build-cfn-model-package-drift-check-baselines-property-builder builder
                                                                id
                                                                config)

The build-cfn-model-package-drift-check-baselines-property-builder function updates a CfnModelPackage$DriftCheckBaselinesProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DriftCheckBaselinesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
biassoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:bias
explainabilitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:explainability
modelDataQualitysoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$DriftCheckModelDataQualityPropertycdk.support/lookup-entry:model-data-quality
modelQualitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-quality
The build-cfn-model-package-drift-check-baselines-property-builder function updates a CfnModelPackage$DriftCheckBaselinesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DriftCheckBaselinesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bias` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bias` |
| `explainability` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:explainability` |
| `modelDataQuality` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$DriftCheckModelDataQualityProperty | [[cdk.support/lookup-entry]] | `:model-data-quality` |
| `modelQuality` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-quality` |
sourceraw docstring

build-cfn-model-package-drift-check-bias-property-builderclj

(build-cfn-model-package-drift-check-bias-property-builder builder id config)

The build-cfn-model-package-drift-check-bias-property-builder function updates a CfnModelPackage$DriftCheckBiasProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DriftCheckBiasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configFilesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config-file
postTrainingConstraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:post-training-constraints
preTrainingConstraintssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:pre-training-constraints
The build-cfn-model-package-drift-check-bias-property-builder function updates a CfnModelPackage$DriftCheckBiasProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DriftCheckBiasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configFile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config-file` |
| `postTrainingConstraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:post-training-constraints` |
| `preTrainingConstraints` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:pre-training-constraints` |
sourceraw docstring

build-cfn-model-package-drift-check-explainability-property-builderclj

(build-cfn-model-package-drift-check-explainability-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-model-package-drift-check-explainability-property-builder function updates a CfnModelPackage$DriftCheckExplainabilityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DriftCheckExplainabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configFilesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config-file
constraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints
The build-cfn-model-package-drift-check-explainability-property-builder function updates a CfnModelPackage$DriftCheckExplainabilityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DriftCheckExplainabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configFile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config-file` |
| `constraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints` |
sourceraw docstring

build-cfn-model-package-drift-check-model-data-quality-property-builderclj

(build-cfn-model-package-drift-check-model-data-quality-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-model-package-drift-check-model-data-quality-property-builder function updates a CfnModelPackage$DriftCheckModelDataQualityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DriftCheckModelDataQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints
statisticssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:statistics
The build-cfn-model-package-drift-check-model-data-quality-property-builder function updates a CfnModelPackage$DriftCheckModelDataQualityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DriftCheckModelDataQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints` |
| `statistics` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:statistics` |
sourceraw docstring

build-cfn-model-package-drift-check-model-quality-property-builderclj

(build-cfn-model-package-drift-check-model-quality-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-model-package-drift-check-model-quality-property-builder function updates a CfnModelPackage$DriftCheckModelQualityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$DriftCheckModelQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints
statisticssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:statistics
The build-cfn-model-package-drift-check-model-quality-property-builder function updates a CfnModelPackage$DriftCheckModelQualityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$DriftCheckModelQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints` |
| `statistics` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:statistics` |
sourceraw docstring

build-cfn-model-package-explainability-property-builderclj

(build-cfn-model-package-explainability-property-builder builder id config)

The build-cfn-model-package-explainability-property-builder function updates a CfnModelPackage$ExplainabilityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ExplainabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
reportsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:report
The build-cfn-model-package-explainability-property-builder function updates a CfnModelPackage$ExplainabilityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ExplainabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `report` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:report` |
sourceraw docstring

build-cfn-model-package-file-source-property-builderclj

(build-cfn-model-package-file-source-property-builder builder id config)

The build-cfn-model-package-file-source-property-builder function updates a CfnModelPackage$FileSourceProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$FileSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentDigestjava.lang.Stringcdk.support/lookup-entry:content-digest
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-package-file-source-property-builder function updates a CfnModelPackage$FileSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$FileSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-digest` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-package-group-builderclj

(build-cfn-model-package-group-builder builder id config)

The build-cfn-model-package-group-builder function updates a CfnModelPackageGroup$Builder instance using the provided configuration. The function takes the CfnModelPackageGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
modelPackageGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:model-package-group-description
modelPackageGroupNamejava.lang.Stringcdk.support/lookup-entry:model-package-group-name
modelPackageGroupPolicyjava.lang.Objectcdk.support/lookup-entry:model-package-group-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-package-group-builder function updates a CfnModelPackageGroup$Builder instance using the provided configuration.
  The function takes the CfnModelPackageGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `modelPackageGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-description` |
| `modelPackageGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-name` |
| `modelPackageGroupPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:model-package-group-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-package-group-props-builderclj

(build-cfn-model-package-group-props-builder builder id config)

The build-cfn-model-package-group-props-builder function updates a CfnModelPackageGroupProps$Builder instance using the provided configuration. The function takes the CfnModelPackageGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
modelPackageGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:model-package-group-description
modelPackageGroupNamejava.lang.Stringcdk.support/lookup-entry:model-package-group-name
modelPackageGroupPolicyjava.lang.Objectcdk.support/lookup-entry:model-package-group-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-package-group-props-builder function updates a CfnModelPackageGroupProps$Builder instance using the provided configuration.
  The function takes the CfnModelPackageGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `modelPackageGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-description` |
| `modelPackageGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-name` |
| `modelPackageGroupPolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:model-package-group-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-package-inference-specification-property-builderclj

(build-cfn-model-package-inference-specification-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-model-package-inference-specification-property-builder function updates a CfnModelPackage$InferenceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$InferenceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containersjava.util.Listcdk.support/lookup-entry:containers
supportedContentTypesjava.util.Listcdk.support/lookup-entry:supported-content-types
supportedRealtimeInferenceInstanceTypesjava.util.Listcdk.support/lookup-entry:supported-realtime-inference-instance-types
supportedResponseMimeTypesjava.util.Listcdk.support/lookup-entry:supported-response-mime-types
supportedTransformInstanceTypesjava.util.Listcdk.support/lookup-entry:supported-transform-instance-types
The build-cfn-model-package-inference-specification-property-builder function updates a CfnModelPackage$InferenceSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$InferenceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containers` | java.util.List | [[cdk.support/lookup-entry]] | `:containers` |
| `supportedContentTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-content-types` |
| `supportedRealtimeInferenceInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-realtime-inference-instance-types` |
| `supportedResponseMimeTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-response-mime-types` |
| `supportedTransformInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-transform-instance-types` |
sourceraw docstring

build-cfn-model-package-metadata-properties-property-builderclj

(build-cfn-model-package-metadata-properties-property-builder builder id config)

The build-cfn-model-package-metadata-properties-property-builder function updates a CfnModelPackage$MetadataPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$MetadataPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
commitIdjava.lang.Stringcdk.support/lookup-entry:commit-id
generatedByjava.lang.Stringcdk.support/lookup-entry:generated-by
projectIdjava.lang.Stringcdk.support/lookup-entry:project-id
repositoryjava.lang.Stringcdk.support/lookup-entry:repository
The build-cfn-model-package-metadata-properties-property-builder function updates a CfnModelPackage$MetadataPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$MetadataPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `commitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:commit-id` |
| `generatedBy` | java.lang.String | [[cdk.support/lookup-entry]] | `:generated-by` |
| `projectId` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-id` |
| `repository` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository` |
sourceraw docstring

build-cfn-model-package-metrics-source-property-builderclj

(build-cfn-model-package-metrics-source-property-builder builder id config)

The build-cfn-model-package-metrics-source-property-builder function updates a CfnModelPackage$MetricsSourceProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$MetricsSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentDigestjava.lang.Stringcdk.support/lookup-entry:content-digest
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-package-metrics-source-property-builder function updates a CfnModelPackage$MetricsSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$MetricsSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-digest` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-package-model-data-quality-property-builderclj

(build-cfn-model-package-model-data-quality-property-builder builder id config)

The build-cfn-model-package-model-data-quality-property-builder function updates a CfnModelPackage$ModelDataQualityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelDataQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:constraints
statisticssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:statistics
The build-cfn-model-package-model-data-quality-property-builder function updates a CfnModelPackage$ModelDataQualityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelDataQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:constraints` |
| `statistics` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:statistics` |
sourceraw docstring

build-cfn-model-package-model-input-property-builderclj

(build-cfn-model-package-model-input-property-builder builder id config)

The build-cfn-model-package-model-input-property-builder function updates a CfnModelPackage$ModelInputProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataInputConfigjava.lang.Stringcdk.support/lookup-entry:data-input-config
The build-cfn-model-package-model-input-property-builder function updates a CfnModelPackage$ModelInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataInputConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-input-config` |
sourceraw docstring

build-cfn-model-package-model-metrics-property-builderclj

(build-cfn-model-package-model-metrics-property-builder builder id config)

The build-cfn-model-package-model-metrics-property-builder function updates a CfnModelPackage$ModelMetricsProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelMetricsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
biassoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$BiasPropertycdk.support/lookup-entry:bias
explainabilitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:explainability
modelDataQualitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-data-quality
modelQualitysoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelQualityPropertycdk.support/lookup-entry:model-quality
The build-cfn-model-package-model-metrics-property-builder function updates a CfnModelPackage$ModelMetricsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelMetricsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bias` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$BiasProperty | [[cdk.support/lookup-entry]] | `:bias` |
| `explainability` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:explainability` |
| `modelDataQuality` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-data-quality` |
| `modelQuality` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelQualityProperty | [[cdk.support/lookup-entry]] | `:model-quality` |
sourceraw docstring

build-cfn-model-package-model-package-container-definition-property-builderclj

(build-cfn-model-package-model-package-container-definition-property-builder
  builder
  id
  config)

The build-cfn-model-package-model-package-container-definition-property-builder function updates a CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerHostnamejava.lang.Stringcdk.support/lookup-entry:container-hostname
environmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment
frameworkjava.lang.Stringcdk.support/lookup-entry:framework
frameworkVersionjava.lang.Stringcdk.support/lookup-entry:framework-version
imagejava.lang.Stringcdk.support/lookup-entry:image
imageDigestjava.lang.Stringcdk.support/lookup-entry:image-digest
modelDataUrljava.lang.Stringcdk.support/lookup-entry:model-data-url
modelInputjava.lang.Objectcdk.support/lookup-entry:model-input
nearestModelNamejava.lang.Stringcdk.support/lookup-entry:nearest-model-name
The build-cfn-model-package-model-package-container-definition-property-builder function updates a CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-hostname` |
| `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` |
| `framework` | java.lang.String | [[cdk.support/lookup-entry]] | `:framework` |
| `frameworkVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:framework-version` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `imageDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-digest` |
| `modelDataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-data-url` |
| `modelInput` | java.lang.Object | [[cdk.support/lookup-entry]] | `:model-input` |
| `nearestModelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:nearest-model-name` |
sourceraw docstring

build-cfn-model-package-model-package-status-details-property-builderclj

(build-cfn-model-package-model-package-status-details-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-model-package-model-package-status-details-property-builder function updates a CfnModelPackage$ModelPackageStatusDetailsProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelPackageStatusDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
validationStatusesjava.util.Listcdk.support/lookup-entry:validation-statuses
The build-cfn-model-package-model-package-status-details-property-builder function updates a CfnModelPackage$ModelPackageStatusDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelPackageStatusDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `validationStatuses` | java.util.List | [[cdk.support/lookup-entry]] | `:validation-statuses` |
sourceraw docstring

build-cfn-model-package-model-package-status-item-property-builderclj

(build-cfn-model-package-model-package-status-item-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-model-package-model-package-status-item-property-builder function updates a CfnModelPackage$ModelPackageStatusItemProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelPackageStatusItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
failureReasonjava.lang.Stringcdk.support/lookup-entry:failure-reason
namejava.lang.Stringcdk.support/lookup-entry:name
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-model-package-model-package-status-item-property-builder function updates a CfnModelPackage$ModelPackageStatusItemProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelPackageStatusItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `failureReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-reason` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-model-package-model-quality-property-builderclj

(build-cfn-model-package-model-quality-property-builder builder id config)

The build-cfn-model-package-model-quality-property-builder function updates a CfnModelPackage$ModelQualityProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ModelQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:constraints
statisticssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourcePropertycdk.support/lookup-entry:statistics
The build-cfn-model-package-model-quality-property-builder function updates a CfnModelPackage$ModelQualityProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ModelQualityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:constraints` |
| `statistics` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | [[cdk.support/lookup-entry]] | `:statistics` |
sourceraw docstring

build-cfn-model-package-props-builderclj

(build-cfn-model-package-props-builder builder id config)

The build-cfn-model-package-props-builder function updates a CfnModelPackageProps$Builder instance using the provided configuration. The function takes the CfnModelPackageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInferenceSpecificationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-inference-specifications
additionalInferenceSpecificationsToAddsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-inference-specifications-to-add
approvalDescriptionjava.lang.Stringcdk.support/lookup-entry:approval-description
certifyForMarketplacejava.lang.Booleancdk.support/lookup-entry:certify-for-marketplace
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
customerMetadataPropertiesjava.util.Mapcdk.support/lookup-entry:customer-metadata-properties
domainjava.lang.Stringcdk.support/lookup-entry:domain
driftCheckBaselinessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:drift-check-baselines
inferenceSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-specification
lastModifiedTimejava.lang.Stringcdk.support/lookup-entry:last-modified-time
metadataPropertiessoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$MetadataPropertiesPropertycdk.support/lookup-entry:metadata-properties
modelApprovalStatusjava.lang.Stringcdk.support/lookup-entry:model-approval-status
modelMetricssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelMetricsPropertycdk.support/lookup-entry:model-metrics
modelPackageDescriptionjava.lang.Stringcdk.support/lookup-entry:model-package-description
modelPackageGroupNamejava.lang.Stringcdk.support/lookup-entry:model-package-group-name
modelPackageNamejava.lang.Stringcdk.support/lookup-entry:model-package-name
modelPackageStatusDetailssoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelPackageStatusDetailsPropertycdk.support/lookup-entry:model-package-status-details
modelPackageVersionjava.lang.Numbercdk.support/lookup-entry:model-package-version
samplePayloadUrljava.lang.Stringcdk.support/lookup-entry:sample-payload-url
skipModelValidationjava.lang.Stringcdk.support/lookup-entry:skip-model-validation
sourceAlgorithmSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-algorithm-specification
tagsjava.util.Listcdk.support/lookup-entry:tags
taskjava.lang.Stringcdk.support/lookup-entry:task
validationSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validation-specification
The build-cfn-model-package-props-builder function updates a CfnModelPackageProps$Builder instance using the provided configuration.
  The function takes the CfnModelPackageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInferenceSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-inference-specifications` |
| `additionalInferenceSpecificationsToAdd` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-inference-specifications-to-add` |
| `approvalDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:approval-description` |
| `certifyForMarketplace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:certify-for-marketplace` |
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `customerMetadataProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:customer-metadata-properties` |
| `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` |
| `driftCheckBaselines` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:drift-check-baselines` |
| `inferenceSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-specification` |
| `lastModifiedTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-modified-time` |
| `metadataProperties` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetadataPropertiesProperty | [[cdk.support/lookup-entry]] | `:metadata-properties` |
| `modelApprovalStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-approval-status` |
| `modelMetrics` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelMetricsProperty | [[cdk.support/lookup-entry]] | `:model-metrics` |
| `modelPackageDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-description` |
| `modelPackageGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-group-name` |
| `modelPackageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-package-name` |
| `modelPackageStatusDetails` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$ModelPackageStatusDetailsProperty | [[cdk.support/lookup-entry]] | `:model-package-status-details` |
| `modelPackageVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:model-package-version` |
| `samplePayloadUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-payload-url` |
| `skipModelValidation` | java.lang.String | [[cdk.support/lookup-entry]] | `:skip-model-validation` |
| `sourceAlgorithmSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-algorithm-specification` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `task` | java.lang.String | [[cdk.support/lookup-entry]] | `:task` |
| `validationSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validation-specification` |
sourceraw docstring

build-cfn-model-package-s3-data-source-property-builderclj

(build-cfn-model-package-s3-data-source-property-builder builder id config)

The build-cfn-model-package-s3-data-source-property-builder function updates a CfnModelPackage$S3DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$S3DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3DataTypejava.lang.Stringcdk.support/lookup-entry:s3-data-type
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-package-s3-data-source-property-builder function updates a CfnModelPackage$S3DataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$S3DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3DataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-type` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-package-source-algorithm-property-builderclj

(build-cfn-model-package-source-algorithm-property-builder builder id config)

The build-cfn-model-package-source-algorithm-property-builder function updates a CfnModelPackage$SourceAlgorithmProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$SourceAlgorithmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
algorithmNamejava.lang.Stringcdk.support/lookup-entry:algorithm-name
modelDataUrljava.lang.Stringcdk.support/lookup-entry:model-data-url
The build-cfn-model-package-source-algorithm-property-builder function updates a CfnModelPackage$SourceAlgorithmProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$SourceAlgorithmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `algorithmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:algorithm-name` |
| `modelDataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-data-url` |
sourceraw docstring

build-cfn-model-package-source-algorithm-specification-property-builderclj

(build-cfn-model-package-source-algorithm-specification-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-model-package-source-algorithm-specification-property-builder function updates a CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
sourceAlgorithmssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-algorithms
The build-cfn-model-package-source-algorithm-specification-property-builder function updates a CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sourceAlgorithms` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-algorithms` |
sourceraw docstring

build-cfn-model-package-transform-input-property-builderclj

(build-cfn-model-package-transform-input-property-builder builder id config)

The build-cfn-model-package-transform-input-property-builder function updates a CfnModelPackage$TransformInputProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$TransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
compressionTypejava.lang.Stringcdk.support/lookup-entry:compression-type
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
dataSourcesoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$DataSourcePropertycdk.support/lookup-entry:data-source
splitTypejava.lang.Stringcdk.support/lookup-entry:split-type
The build-cfn-model-package-transform-input-property-builder function updates a CfnModelPackage$TransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$TransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression-type` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `dataSource` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$DataSourceProperty | [[cdk.support/lookup-entry]] | `:data-source` |
| `splitType` | java.lang.String | [[cdk.support/lookup-entry]] | `:split-type` |
sourceraw docstring

build-cfn-model-package-transform-job-definition-property-builderclj

(build-cfn-model-package-transform-job-definition-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-model-package-transform-job-definition-property-builder function updates a CfnModelPackage$TransformJobDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$TransformJobDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchStrategyjava.lang.Stringcdk.support/lookup-entry:batch-strategy
environmentjava.util.Mapcdk.support/lookup-entry:environment
maxConcurrentTransformsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-transforms
maxPayloadInMbjava.lang.Numbercdk.support/lookup-entry:max-payload-in-mb
transformInputsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$TransformInputPropertycdk.support/lookup-entry:transform-input
transformOutputsoftware.amazon.awscdk.services.sagemaker.CfnModelPackage$TransformOutputPropertycdk.support/lookup-entry:transform-output
transformResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:transform-resources
The build-cfn-model-package-transform-job-definition-property-builder function updates a CfnModelPackage$TransformJobDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$TransformJobDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:batch-strategy` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `maxConcurrentTransforms` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-transforms` |
| `maxPayloadInMb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-payload-in-mb` |
| `transformInput` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$TransformInputProperty | [[cdk.support/lookup-entry]] | `:transform-input` |
| `transformOutput` | software.amazon.awscdk.services.sagemaker.CfnModelPackage$TransformOutputProperty | [[cdk.support/lookup-entry]] | `:transform-output` |
| `transformResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transform-resources` |
sourceraw docstring

build-cfn-model-package-transform-output-property-builderclj

(build-cfn-model-package-transform-output-property-builder builder id config)

The build-cfn-model-package-transform-output-property-builder function updates a CfnModelPackage$TransformOutputProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$TransformOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceptjava.lang.Stringcdk.support/lookup-entry:accept
assembleWithjava.lang.Stringcdk.support/lookup-entry:assemble-with
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
s3OutputPathjava.lang.Stringcdk.support/lookup-entry:s3-output-path
The build-cfn-model-package-transform-output-property-builder function updates a CfnModelPackage$TransformOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$TransformOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accept` | java.lang.String | [[cdk.support/lookup-entry]] | `:accept` |
| `assembleWith` | java.lang.String | [[cdk.support/lookup-entry]] | `:assemble-with` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `s3OutputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-path` |
sourceraw docstring

build-cfn-model-package-transform-resources-property-builderclj

(build-cfn-model-package-transform-resources-property-builder builder id config)

The build-cfn-model-package-transform-resources-property-builder function updates a CfnModelPackage$TransformResourcesProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$TransformResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
The build-cfn-model-package-transform-resources-property-builder function updates a CfnModelPackage$TransformResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$TransformResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
sourceraw docstring

build-cfn-model-package-validation-profile-property-builderclj

(build-cfn-model-package-validation-profile-property-builder builder id config)

The build-cfn-model-package-validation-profile-property-builder function updates a CfnModelPackage$ValidationProfileProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ValidationProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
profileNamejava.lang.Stringcdk.support/lookup-entry:profile-name
transformJobDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:transform-job-definition
The build-cfn-model-package-validation-profile-property-builder function updates a CfnModelPackage$ValidationProfileProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ValidationProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `profileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile-name` |
| `transformJobDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transform-job-definition` |
sourceraw docstring

build-cfn-model-package-validation-specification-property-builderclj

(build-cfn-model-package-validation-specification-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-model-package-validation-specification-property-builder function updates a CfnModelPackage$ValidationSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelPackage$ValidationSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
validationProfilessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validation-profiles
validationRolejava.lang.Stringcdk.support/lookup-entry:validation-role
The build-cfn-model-package-validation-specification-property-builder function updates a CfnModelPackage$ValidationSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelPackage$ValidationSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `validationProfiles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validation-profiles` |
| `validationRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-role` |
sourceraw docstring

build-cfn-model-props-builderclj

(build-cfn-model-props-builder builder id config)

The build-cfn-model-props-builder function updates a CfnModelProps$Builder instance using the provided configuration. The function takes the CfnModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:containers
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
inferenceExecutionConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-execution-config
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
primaryContainersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:primary-container
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-model-props-builder function updates a CfnModelProps$Builder instance using the provided configuration.
  The function takes the CfnModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:containers` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `inferenceExecutionConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-execution-config` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `primaryContainer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-container` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-model-quality-job-definition-batch-transform-input-property-builderclj

(build-cfn-model-quality-job-definition-batch-transform-input-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-batch-transform-input-property-builder function updates a CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCapturedDestinationS3Urijava.lang.Stringcdk.support/lookup-entry:data-captured-destination-s3-uri
datasetFormatsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dataset-format
endTimeOffsetjava.lang.Stringcdk.support/lookup-entry:end-time-offset
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
probabilityThresholdAttributejava.lang.Numbercdk.support/lookup-entry:probability-threshold-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
startTimeOffsetjava.lang.Stringcdk.support/lookup-entry:start-time-offset
The build-cfn-model-quality-job-definition-batch-transform-input-property-builder function updates a CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCapturedDestinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-captured-destination-s3-uri` |
| `datasetFormat` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dataset-format` |
| `endTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time-offset` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `probabilityThresholdAttribute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:probability-threshold-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
| `startTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time-offset` |
sourceraw docstring

build-cfn-model-quality-job-definition-builderclj

(build-cfn-model-quality-job-definition-builder builder id config)

The build-cfn-model-quality-job-definition-builder function updates a CfnModelQualityJobDefinition$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-resources
modelQualityAppSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-quality-app-specification
modelQualityBaselineConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityBaselineConfigPropertycdk.support/lookup-entry:model-quality-baseline-config
modelQualityJobInputsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityJobInputPropertycdk.support/lookup-entry:model-quality-job-input
modelQualityJobOutputConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-quality-job-output-config
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-quality-job-definition-builder function updates a CfnModelQualityJobDefinition$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelQualityAppSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-quality-app-specification` |
| `modelQualityBaselineConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty | [[cdk.support/lookup-entry]] | `:model-quality-baseline-config` |
| `modelQualityJobInput` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityJobInputProperty | [[cdk.support/lookup-entry]] | `:model-quality-job-input` |
| `modelQualityJobOutputConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-quality-job-output-config` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-quality-job-definition-cluster-config-property-builderclj

(build-cfn-model-quality-job-definition-cluster-config-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-model-quality-job-definition-cluster-config-property-builder function updates a CfnModelQualityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-model-quality-job-definition-cluster-config-property-builder function updates a CfnModelQualityJobDefinition$ClusterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-model-quality-job-definition-constraints-resource-property-builderclj

(build-cfn-model-quality-job-definition-constraints-resource-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-constraints-resource-property-builder function updates a CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-quality-job-definition-constraints-resource-property-builder function updates a CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-quality-job-definition-csv-property-builderclj

(build-cfn-model-quality-job-definition-csv-property-builder builder id config)

The build-cfn-model-quality-job-definition-csv-property-builder function updates a CfnModelQualityJobDefinition$CsvProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headerjava.lang.Booleancdk.support/lookup-entry:header
The build-cfn-model-quality-job-definition-csv-property-builder function updates a CfnModelQualityJobDefinition$CsvProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `header` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:header` |
sourceraw docstring

build-cfn-model-quality-job-definition-dataset-format-property-builderclj

(build-cfn-model-quality-job-definition-dataset-format-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-model-quality-job-definition-dataset-format-property-builder function updates a CfnModelQualityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv
jsonsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json
parquetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parquet
The build-cfn-model-quality-job-definition-dataset-format-property-builder function updates a CfnModelQualityJobDefinition$DatasetFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csv` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv` |
| `json` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json` |
| `parquet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parquet` |
sourceraw docstring

build-cfn-model-quality-job-definition-endpoint-input-property-builderclj

(build-cfn-model-quality-job-definition-endpoint-input-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-model-quality-job-definition-endpoint-input-property-builder function updates a CfnModelQualityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endTimeOffsetjava.lang.Stringcdk.support/lookup-entry:end-time-offset
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
inferenceAttributejava.lang.Stringcdk.support/lookup-entry:inference-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
probabilityAttributejava.lang.Stringcdk.support/lookup-entry:probability-attribute
probabilityThresholdAttributejava.lang.Numbercdk.support/lookup-entry:probability-threshold-attribute
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
startTimeOffsetjava.lang.Stringcdk.support/lookup-entry:start-time-offset
The build-cfn-model-quality-job-definition-endpoint-input-property-builder function updates a CfnModelQualityJobDefinition$EndpointInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time-offset` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `inferenceAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:inference-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `probabilityAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:probability-attribute` |
| `probabilityThresholdAttribute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:probability-threshold-attribute` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
| `startTimeOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time-offset` |
sourceraw docstring

build-cfn-model-quality-job-definition-json-property-builderclj

(build-cfn-model-quality-job-definition-json-property-builder builder id config)

The build-cfn-model-quality-job-definition-json-property-builder function updates a CfnModelQualityJobDefinition$JsonProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
linejava.lang.Booleancdk.support/lookup-entry:line
The build-cfn-model-quality-job-definition-json-property-builder function updates a CfnModelQualityJobDefinition$JsonProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `line` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:line` |
sourceraw docstring

build-cfn-model-quality-job-definition-model-quality-app-specification-property-builderclj

(build-cfn-model-quality-job-definition-model-quality-app-specification-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-model-quality-app-specification-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerArgumentsjava.util.Listcdk.support/lookup-entry:container-arguments
containerEntrypointjava.util.Listcdk.support/lookup-entry:container-entrypoint
environmentjava.util.Mapcdk.support/lookup-entry:environment
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
postAnalyticsProcessorSourceUrijava.lang.Stringcdk.support/lookup-entry:post-analytics-processor-source-uri
problemTypejava.lang.Stringcdk.support/lookup-entry:problem-type
recordPreprocessorSourceUrijava.lang.Stringcdk.support/lookup-entry:record-preprocessor-source-uri
The build-cfn-model-quality-job-definition-model-quality-app-specification-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerArguments` | java.util.List | [[cdk.support/lookup-entry]] | `:container-arguments` |
| `containerEntrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:container-entrypoint` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `postAnalyticsProcessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-analytics-processor-source-uri` |
| `problemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:problem-type` |
| `recordPreprocessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-preprocessor-source-uri` |
sourceraw docstring

build-cfn-model-quality-job-definition-model-quality-baseline-config-property-builderclj

(build-cfn-model-quality-job-definition-model-quality-baseline-config-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-model-quality-baseline-config-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
baseliningJobNamejava.lang.Stringcdk.support/lookup-entry:baselining-job-name
constraintsResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints-resource
The build-cfn-model-quality-job-definition-model-quality-baseline-config-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseliningJobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:baselining-job-name` |
| `constraintsResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints-resource` |
sourceraw docstring

build-cfn-model-quality-job-definition-model-quality-job-input-property-builderclj

(build-cfn-model-quality-job-definition-model-quality-job-input-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-model-quality-job-input-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchTransformInputsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$BatchTransformInputPropertycdk.support/lookup-entry:batch-transform-input
endpointInputsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$EndpointInputPropertycdk.support/lookup-entry:endpoint-input
groundTruthS3Inputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ground-truth-s3-input
The build-cfn-model-quality-job-definition-model-quality-job-input-property-builder function updates a CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchTransformInput` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$BatchTransformInputProperty | [[cdk.support/lookup-entry]] | `:batch-transform-input` |
| `endpointInput` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$EndpointInputProperty | [[cdk.support/lookup-entry]] | `:endpoint-input` |
| `groundTruthS3Input` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ground-truth-s3-input` |
sourceraw docstring

build-cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builderclj

(build-cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builder function updates a CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builder function updates a CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-quality-job-definition-monitoring-output-config-property-builderclj

(build-cfn-model-quality-job-definition-monitoring-output-config-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-monitoring-output-config-property-builder function updates a CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
monitoringOutputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-outputs
The build-cfn-model-quality-job-definition-monitoring-output-config-property-builder function updates a CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `monitoringOutputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-outputs` |
sourceraw docstring

build-cfn-model-quality-job-definition-monitoring-output-property-builderclj

(build-cfn-model-quality-job-definition-monitoring-output-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-monitoring-output-property-builder function updates a CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Outputsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$S3OutputPropertycdk.support/lookup-entry:s3-output
The build-cfn-model-quality-job-definition-monitoring-output-property-builder function updates a CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Output` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$S3OutputProperty | [[cdk.support/lookup-entry]] | `:s3-output` |
sourceraw docstring

build-cfn-model-quality-job-definition-monitoring-resources-property-builderclj

(build-cfn-model-quality-job-definition-monitoring-resources-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-monitoring-resources-property-builder function updates a CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cluster-config
The build-cfn-model-quality-job-definition-monitoring-resources-property-builder function updates a CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cluster-config` |
sourceraw docstring

build-cfn-model-quality-job-definition-network-config-property-builderclj

(build-cfn-model-quality-job-definition-network-config-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-model-quality-job-definition-network-config-property-builder function updates a CfnModelQualityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableInterContainerTrafficEncryptionjava.lang.Booleancdk.support/lookup-entry:enable-inter-container-traffic-encryption
enableNetworkIsolationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-network-isolation
vpcConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-model-quality-job-definition-network-config-property-builder function updates a CfnModelQualityJobDefinition$NetworkConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableInterContainerTrafficEncryption` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-inter-container-traffic-encryption` |
| `enableNetworkIsolation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `vpcConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-model-quality-job-definition-props-builderclj

(build-cfn-model-quality-job-definition-props-builder builder id config)

The build-cfn-model-quality-job-definition-props-builder function updates a CfnModelQualityJobDefinitionProps$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
jobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:job-definition-name
jobResourcessoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$MonitoringResourcesPropertycdk.support/lookup-entry:job-resources
modelQualityAppSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityAppSpecificationPropertycdk.support/lookup-entry:model-quality-app-specification
modelQualityBaselineConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityBaselineConfigPropertycdk.support/lookup-entry:model-quality-baseline-config
modelQualityJobInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-quality-job-input
modelQualityJobOutputConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$MonitoringOutputConfigPropertycdk.support/lookup-entry:model-quality-job-output-config
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stopping-condition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-quality-job-definition-props-builder function updates a CfnModelQualityJobDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `jobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-definition-name` |
| `jobResources` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$MonitoringResourcesProperty | [[cdk.support/lookup-entry]] | `:job-resources` |
| `modelQualityAppSpecification` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty | [[cdk.support/lookup-entry]] | `:model-quality-app-specification` |
| `modelQualityBaselineConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty | [[cdk.support/lookup-entry]] | `:model-quality-baseline-config` |
| `modelQualityJobInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-quality-job-input` |
| `modelQualityJobOutputConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$MonitoringOutputConfigProperty | [[cdk.support/lookup-entry]] | `:model-quality-job-output-config` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stopping-condition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-quality-job-definition-s3-output-property-builderclj

(build-cfn-model-quality-job-definition-s3-output-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-model-quality-job-definition-s3-output-property-builder function updates a CfnModelQualityJobDefinition$S3OutputProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3UploadModejava.lang.Stringcdk.support/lookup-entry:s3-upload-mode
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-quality-job-definition-s3-output-property-builder function updates a CfnModelQualityJobDefinition$S3OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3UploadMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-upload-mode` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-quality-job-definition-stopping-condition-property-builderclj

(build-cfn-model-quality-job-definition-stopping-condition-property-builder
  builder
  id
  config)

The build-cfn-model-quality-job-definition-stopping-condition-property-builder function updates a CfnModelQualityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxRuntimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-runtime-in-seconds
The build-cfn-model-quality-job-definition-stopping-condition-property-builder function updates a CfnModelQualityJobDefinition$StoppingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-runtime-in-seconds` |
sourceraw docstring

build-cfn-model-quality-job-definition-vpc-config-property-builderclj

(build-cfn-model-quality-job-definition-vpc-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-model-quality-job-definition-vpc-config-property-builder function updates a CfnModelQualityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnModelQualityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-model-quality-job-definition-vpc-config-property-builder function updates a CfnModelQualityJobDefinition$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModelQualityJobDefinition$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-model-repository-auth-config-property-builderclj

(build-cfn-model-repository-auth-config-property-builder builder id config)

The build-cfn-model-repository-auth-config-property-builder function updates a CfnModel$RepositoryAuthConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$RepositoryAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
repositoryCredentialsProviderArnjava.lang.Stringcdk.support/lookup-entry:repository-credentials-provider-arn
The build-cfn-model-repository-auth-config-property-builder function updates a CfnModel$RepositoryAuthConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$RepositoryAuthConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `repositoryCredentialsProviderArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-credentials-provider-arn` |
sourceraw docstring

build-cfn-model-s3-data-source-property-builderclj

(build-cfn-model-s3-data-source-property-builder builder id config)

The build-cfn-model-s3-data-source-property-builder function updates a CfnModel$S3DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnModel$S3DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
compressionTypejava.lang.Stringcdk.support/lookup-entry:compression-type
modelAccessConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:model-access-config
s3DataTypejava.lang.Stringcdk.support/lookup-entry:s3-data-type
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-model-s3-data-source-property-builder function updates a CfnModel$S3DataSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$S3DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression-type` |
| `modelAccessConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:model-access-config` |
| `s3DataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-type` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-model-vpc-config-property-builderclj

(build-cfn-model-vpc-config-property-builder builder id config)

The build-cfn-model-vpc-config-property-builder function updates a CfnModel$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnModel$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-model-vpc-config-property-builder function updates a CfnModel$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnModel$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-monitoring-schedule-baseline-config-property-builderclj

(build-cfn-monitoring-schedule-baseline-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-monitoring-schedule-baseline-config-property-builder function updates a CfnMonitoringSchedule$BaselineConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$BaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintsResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints-resource
statisticsResourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:statistics-resource
The build-cfn-monitoring-schedule-baseline-config-property-builder function updates a CfnMonitoringSchedule$BaselineConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$BaselineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraintsResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints-resource` |
| `statisticsResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:statistics-resource` |
sourceraw docstring

build-cfn-monitoring-schedule-batch-transform-input-property-builderclj

(build-cfn-monitoring-schedule-batch-transform-input-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-monitoring-schedule-batch-transform-input-property-builder function updates a CfnMonitoringSchedule$BatchTransformInputProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataCapturedDestinationS3Urijava.lang.Stringcdk.support/lookup-entry:data-captured-destination-s3-uri
datasetFormatsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$DatasetFormatPropertycdk.support/lookup-entry:dataset-format
excludeFeaturesAttributejava.lang.Stringcdk.support/lookup-entry:exclude-features-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-monitoring-schedule-batch-transform-input-property-builder function updates a CfnMonitoringSchedule$BatchTransformInputProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$BatchTransformInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataCapturedDestinationS3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-captured-destination-s3-uri` |
| `datasetFormat` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$DatasetFormatProperty | [[cdk.support/lookup-entry]] | `:dataset-format` |
| `excludeFeaturesAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-features-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-monitoring-schedule-builderclj

(build-cfn-monitoring-schedule-builder builder id config)

The build-cfn-monitoring-schedule-builder function updates a CfnMonitoringSchedule$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
failureReasonjava.lang.Stringcdk.support/lookup-entry:failure-reason
lastMonitoringExecutionSummarysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:last-monitoring-execution-summary
monitoringScheduleConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-schedule-config
monitoringScheduleNamejava.lang.Stringcdk.support/lookup-entry:monitoring-schedule-name
monitoringScheduleStatusjava.lang.Stringcdk.support/lookup-entry:monitoring-schedule-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-monitoring-schedule-builder function updates a CfnMonitoringSchedule$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `failureReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-reason` |
| `lastMonitoringExecutionSummary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:last-monitoring-execution-summary` |
| `monitoringScheduleConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-schedule-config` |
| `monitoringScheduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-schedule-name` |
| `monitoringScheduleStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-schedule-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-monitoring-schedule-cluster-config-property-builderclj

(build-cfn-monitoring-schedule-cluster-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-monitoring-schedule-cluster-config-property-builder function updates a CfnMonitoringSchedule$ClusterConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
volumeKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:volume-kms-key-id
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-monitoring-schedule-cluster-config-property-builder function updates a CfnMonitoringSchedule$ClusterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$ClusterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `volumeKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-kms-key-id` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-monitoring-schedule-constraints-resource-property-builderclj

(build-cfn-monitoring-schedule-constraints-resource-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-monitoring-schedule-constraints-resource-property-builder function updates a CfnMonitoringSchedule$ConstraintsResourceProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-monitoring-schedule-constraints-resource-property-builder function updates a CfnMonitoringSchedule$ConstraintsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$ConstraintsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-monitoring-schedule-csv-property-builderclj

(build-cfn-monitoring-schedule-csv-property-builder builder id config)

The build-cfn-monitoring-schedule-csv-property-builder function updates a CfnMonitoringSchedule$CsvProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headerjava.lang.Booleancdk.support/lookup-entry:header
The build-cfn-monitoring-schedule-csv-property-builder function updates a CfnMonitoringSchedule$CsvProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$CsvProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `header` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:header` |
sourceraw docstring

build-cfn-monitoring-schedule-dataset-format-property-builderclj

(build-cfn-monitoring-schedule-dataset-format-property-builder builder
                                                               id
                                                               config)

The build-cfn-monitoring-schedule-dataset-format-property-builder function updates a CfnMonitoringSchedule$DatasetFormatProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
csvsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$CsvPropertycdk.support/lookup-entry:csv
jsonsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json
parquetjava.lang.Booleancdk.support/lookup-entry:parquet
The build-cfn-monitoring-schedule-dataset-format-property-builder function updates a CfnMonitoringSchedule$DatasetFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$DatasetFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `csv` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$CsvProperty | [[cdk.support/lookup-entry]] | `:csv` |
| `json` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json` |
| `parquet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:parquet` |
sourceraw docstring

build-cfn-monitoring-schedule-endpoint-input-property-builderclj

(build-cfn-monitoring-schedule-endpoint-input-property-builder builder
                                                               id
                                                               config)

The build-cfn-monitoring-schedule-endpoint-input-property-builder function updates a CfnMonitoringSchedule$EndpointInputProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
excludeFeaturesAttributejava.lang.Stringcdk.support/lookup-entry:exclude-features-attribute
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3DataDistributionTypejava.lang.Stringcdk.support/lookup-entry:s3-data-distribution-type
s3InputModejava.lang.Stringcdk.support/lookup-entry:s3-input-mode
The build-cfn-monitoring-schedule-endpoint-input-property-builder function updates a CfnMonitoringSchedule$EndpointInputProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$EndpointInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `excludeFeaturesAttribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-features-attribute` |
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3DataDistributionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-data-distribution-type` |
| `s3InputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-mode` |
sourceraw docstring

build-cfn-monitoring-schedule-json-property-builderclj

(build-cfn-monitoring-schedule-json-property-builder builder id config)

The build-cfn-monitoring-schedule-json-property-builder function updates a CfnMonitoringSchedule$JsonProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
linejava.lang.Booleancdk.support/lookup-entry:line
The build-cfn-monitoring-schedule-json-property-builder function updates a CfnMonitoringSchedule$JsonProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$JsonProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `line` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:line` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-app-specification-property-builderclj

(build-cfn-monitoring-schedule-monitoring-app-specification-property-builder
  builder
  id
  config)

The build-cfn-monitoring-schedule-monitoring-app-specification-property-builder function updates a CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerArgumentsjava.util.Listcdk.support/lookup-entry:container-arguments
containerEntrypointjava.util.Listcdk.support/lookup-entry:container-entrypoint
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
postAnalyticsProcessorSourceUrijava.lang.Stringcdk.support/lookup-entry:post-analytics-processor-source-uri
recordPreprocessorSourceUrijava.lang.Stringcdk.support/lookup-entry:record-preprocessor-source-uri
The build-cfn-monitoring-schedule-monitoring-app-specification-property-builder function updates a CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerArguments` | java.util.List | [[cdk.support/lookup-entry]] | `:container-arguments` |
| `containerEntrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:container-entrypoint` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `postAnalyticsProcessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-analytics-processor-source-uri` |
| `recordPreprocessorSourceUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-preprocessor-source-uri` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-execution-summary-property-builderclj

(build-cfn-monitoring-schedule-monitoring-execution-summary-property-builder
  builder
  id
  config)

The build-cfn-monitoring-schedule-monitoring-execution-summary-property-builder function updates a CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
creationTimejava.lang.Stringcdk.support/lookup-entry:creation-time
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
failureReasonjava.lang.Stringcdk.support/lookup-entry:failure-reason
lastModifiedTimejava.lang.Stringcdk.support/lookup-entry:last-modified-time
monitoringExecutionStatusjava.lang.Stringcdk.support/lookup-entry:monitoring-execution-status
monitoringScheduleNamejava.lang.Stringcdk.support/lookup-entry:monitoring-schedule-name
processingJobArnjava.lang.Stringcdk.support/lookup-entry:processing-job-arn
scheduledTimejava.lang.Stringcdk.support/lookup-entry:scheduled-time
The build-cfn-monitoring-schedule-monitoring-execution-summary-property-builder function updates a CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `creationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-time` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `failureReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-reason` |
| `lastModifiedTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-modified-time` |
| `monitoringExecutionStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-execution-status` |
| `monitoringScheduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-schedule-name` |
| `processingJobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:processing-job-arn` |
| `scheduledTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-time` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-input-property-builderclj

(build-cfn-monitoring-schedule-monitoring-input-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-monitoring-schedule-monitoring-input-property-builder function updates a CfnMonitoringSchedule$MonitoringInputProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
batchTransformInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-transform-input
endpointInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint-input
The build-cfn-monitoring-schedule-monitoring-input-property-builder function updates a CfnMonitoringSchedule$MonitoringInputProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchTransformInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-transform-input` |
| `endpointInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint-input` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-job-definition-property-builderclj

(build-cfn-monitoring-schedule-monitoring-job-definition-property-builder
  builder
  id
  config)

The build-cfn-monitoring-schedule-monitoring-job-definition-property-builder function updates a CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
baselineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:baseline-config
environmentjava.util.Mapcdk.support/lookup-entry:environment
monitoringAppSpecificationsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringAppSpecificationPropertycdk.support/lookup-entry:monitoring-app-specification
monitoringInputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-inputs
monitoringOutputConfigsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringOutputConfigPropertycdk.support/lookup-entry:monitoring-output-config
monitoringResourcessoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringResourcesPropertycdk.support/lookup-entry:monitoring-resources
networkConfigsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$NetworkConfigPropertycdk.support/lookup-entry:network-config
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stoppingConditionsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$StoppingConditionPropertycdk.support/lookup-entry:stopping-condition
The build-cfn-monitoring-schedule-monitoring-job-definition-property-builder function updates a CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baselineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:baseline-config` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `monitoringAppSpecification` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringAppSpecificationProperty | [[cdk.support/lookup-entry]] | `:monitoring-app-specification` |
| `monitoringInputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-inputs` |
| `monitoringOutputConfig` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringOutputConfigProperty | [[cdk.support/lookup-entry]] | `:monitoring-output-config` |
| `monitoringResources` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringResourcesProperty | [[cdk.support/lookup-entry]] | `:monitoring-resources` |
| `networkConfig` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$NetworkConfigProperty | [[cdk.support/lookup-entry]] | `:network-config` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stoppingCondition` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$StoppingConditionProperty | [[cdk.support/lookup-entry]] | `:stopping-condition` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-output-config-property-builderclj

(build-cfn-monitoring-schedule-monitoring-output-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-monitoring-schedule-monitoring-output-config-property-builder function updates a CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
monitoringOutputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-outputs
The build-cfn-monitoring-schedule-monitoring-output-config-property-builder function updates a CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `monitoringOutputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-outputs` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-output-property-builderclj

(build-cfn-monitoring-schedule-monitoring-output-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-monitoring-schedule-monitoring-output-property-builder function updates a CfnMonitoringSchedule$MonitoringOutputProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Outputsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$S3OutputPropertycdk.support/lookup-entry:s3-output
The build-cfn-monitoring-schedule-monitoring-output-property-builder function updates a CfnMonitoringSchedule$MonitoringOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Output` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$S3OutputProperty | [[cdk.support/lookup-entry]] | `:s3-output` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-resources-property-builderclj

(build-cfn-monitoring-schedule-monitoring-resources-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-monitoring-schedule-monitoring-resources-property-builder function updates a CfnMonitoringSchedule$MonitoringResourcesProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cluster-config
The build-cfn-monitoring-schedule-monitoring-resources-property-builder function updates a CfnMonitoringSchedule$MonitoringResourcesProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cluster-config` |
sourceraw docstring

build-cfn-monitoring-schedule-monitoring-schedule-config-property-builderclj

(build-cfn-monitoring-schedule-monitoring-schedule-config-property-builder
  builder
  id
  config)

The build-cfn-monitoring-schedule-monitoring-schedule-config-property-builder function updates a CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
monitoringJobDefinitionsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringJobDefinitionPropertycdk.support/lookup-entry:monitoring-job-definition
monitoringJobDefinitionNamejava.lang.Stringcdk.support/lookup-entry:monitoring-job-definition-name
monitoringTypejava.lang.Stringcdk.support/lookup-entry:monitoring-type
scheduleConfigsoftware.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$ScheduleConfigPropertycdk.support/lookup-entry:schedule-config
The build-cfn-monitoring-schedule-monitoring-schedule-config-property-builder function updates a CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `monitoringJobDefinition` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$MonitoringJobDefinitionProperty | [[cdk.support/lookup-entry]] | `:monitoring-job-definition` |
| `monitoringJobDefinitionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-job-definition-name` |
| `monitoringType` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-type` |
| `scheduleConfig` | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$ScheduleConfigProperty | [[cdk.support/lookup-entry]] | `:schedule-config` |
sourceraw docstring

build-cfn-monitoring-schedule-network-config-property-builderclj

(build-cfn-monitoring-schedule-network-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-monitoring-schedule-network-config-property-builder function updates a CfnMonitoringSchedule$NetworkConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
enableInterContainerTrafficEncryptionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-inter-container-traffic-encryption
enableNetworkIsolationjava.lang.Booleancdk.support/lookup-entry:enable-network-isolation
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-monitoring-schedule-network-config-property-builder function updates a CfnMonitoringSchedule$NetworkConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$NetworkConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableInterContainerTrafficEncryption` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-inter-container-traffic-encryption` |
| `enableNetworkIsolation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-network-isolation` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-monitoring-schedule-props-builderclj

(build-cfn-monitoring-schedule-props-builder builder id config)

The build-cfn-monitoring-schedule-props-builder function updates a CfnMonitoringScheduleProps$Builder instance using the provided configuration. The function takes the CfnMonitoringScheduleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
failureReasonjava.lang.Stringcdk.support/lookup-entry:failure-reason
lastMonitoringExecutionSummarysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:last-monitoring-execution-summary
monitoringScheduleConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monitoring-schedule-config
monitoringScheduleNamejava.lang.Stringcdk.support/lookup-entry:monitoring-schedule-name
monitoringScheduleStatusjava.lang.Stringcdk.support/lookup-entry:monitoring-schedule-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-monitoring-schedule-props-builder function updates a CfnMonitoringScheduleProps$Builder instance using the provided configuration.
  The function takes the CfnMonitoringScheduleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `failureReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-reason` |
| `lastMonitoringExecutionSummary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:last-monitoring-execution-summary` |
| `monitoringScheduleConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring-schedule-config` |
| `monitoringScheduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-schedule-name` |
| `monitoringScheduleStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitoring-schedule-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-monitoring-schedule-s3-output-property-builderclj

(build-cfn-monitoring-schedule-s3-output-property-builder builder id config)

The build-cfn-monitoring-schedule-s3-output-property-builder function updates a CfnMonitoringSchedule$S3OutputProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
localPathjava.lang.Stringcdk.support/lookup-entry:local-path
s3UploadModejava.lang.Stringcdk.support/lookup-entry:s3-upload-mode
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-monitoring-schedule-s3-output-property-builder function updates a CfnMonitoringSchedule$S3OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$S3OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `localPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-path` |
| `s3UploadMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-upload-mode` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-monitoring-schedule-schedule-config-property-builderclj

(build-cfn-monitoring-schedule-schedule-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-monitoring-schedule-schedule-config-property-builder function updates a CfnMonitoringSchedule$ScheduleConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$ScheduleConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataAnalysisEndTimejava.lang.Stringcdk.support/lookup-entry:data-analysis-end-time
dataAnalysisStartTimejava.lang.Stringcdk.support/lookup-entry:data-analysis-start-time
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
The build-cfn-monitoring-schedule-schedule-config-property-builder function updates a CfnMonitoringSchedule$ScheduleConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$ScheduleConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataAnalysisEndTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-analysis-end-time` |
| `dataAnalysisStartTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-analysis-start-time` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
sourceraw docstring

build-cfn-monitoring-schedule-statistics-resource-property-builderclj

(build-cfn-monitoring-schedule-statistics-resource-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-monitoring-schedule-statistics-resource-property-builder function updates a CfnMonitoringSchedule$StatisticsResourceProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$StatisticsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-monitoring-schedule-statistics-resource-property-builder function updates a CfnMonitoringSchedule$StatisticsResourceProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$StatisticsResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-monitoring-schedule-stopping-condition-property-builderclj

(build-cfn-monitoring-schedule-stopping-condition-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-monitoring-schedule-stopping-condition-property-builder function updates a CfnMonitoringSchedule$StoppingConditionProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxRuntimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-runtime-in-seconds
The build-cfn-monitoring-schedule-stopping-condition-property-builder function updates a CfnMonitoringSchedule$StoppingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$StoppingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRuntimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-runtime-in-seconds` |
sourceraw docstring

build-cfn-monitoring-schedule-vpc-config-property-builderclj

(build-cfn-monitoring-schedule-vpc-config-property-builder builder id config)

The build-cfn-monitoring-schedule-vpc-config-property-builder function updates a CfnMonitoringSchedule$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnMonitoringSchedule$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-monitoring-schedule-vpc-config-property-builder function updates a CfnMonitoringSchedule$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMonitoringSchedule$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-notebook-instance-builderclj

(build-cfn-notebook-instance-builder builder id config)

The build-cfn-notebook-instance-builder function updates a CfnNotebookInstance$Builder instance using the provided configuration. The function takes the CfnNotebookInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceleratorTypesjava.util.Listcdk.support/lookup-entry:accelerator-types
additionalCodeRepositoriesjava.util.Listcdk.support/lookup-entry:additional-code-repositories
defaultCodeRepositoryjava.lang.Stringcdk.support/lookup-entry:default-code-repository
directInternetAccessjava.lang.Stringcdk.support/lookup-entry:direct-internet-access
instanceMetadataServiceConfigurationsoftware.amazon.awscdk.services.sagemaker.CfnNotebookInstance$InstanceMetadataServiceConfigurationPropertycdk.support/lookup-entry:instance-metadata-service-configuration
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
lifecycleConfigNamejava.lang.Stringcdk.support/lookup-entry:lifecycle-config-name
notebookInstanceNamejava.lang.Stringcdk.support/lookup-entry:notebook-instance-name
platformIdentifierjava.lang.Stringcdk.support/lookup-entry:platform-identifier
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
rootAccessjava.lang.Stringcdk.support/lookup-entry:root-access
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tagsjava.util.Listcdk.support/lookup-entry:tags
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-notebook-instance-builder function updates a CfnNotebookInstance$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstance$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` |
| `additionalCodeRepositories` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-code-repositories` |
| `defaultCodeRepository` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-code-repository` |
| `directInternetAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:direct-internet-access` |
| `instanceMetadataServiceConfiguration` | software.amazon.awscdk.services.sagemaker.CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty | [[cdk.support/lookup-entry]] | `:instance-metadata-service-configuration` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `lifecycleConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-config-name` |
| `notebookInstanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-instance-name` |
| `platformIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-identifier` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `rootAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-access` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-notebook-instance-instance-metadata-service-configuration-property-builderclj

(build-cfn-notebook-instance-instance-metadata-service-configuration-property-builder
  builder
  id
  config)

The build-cfn-notebook-instance-instance-metadata-service-configuration-property-builder function updates a CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
minimumInstanceMetadataServiceVersionjava.lang.Stringcdk.support/lookup-entry:minimum-instance-metadata-service-version
The build-cfn-notebook-instance-instance-metadata-service-configuration-property-builder function updates a CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `minimumInstanceMetadataServiceVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:minimum-instance-metadata-service-version` |
sourceraw docstring

build-cfn-notebook-instance-lifecycle-config-builderclj

(build-cfn-notebook-instance-lifecycle-config-builder builder id config)

The build-cfn-notebook-instance-lifecycle-config-builder function updates a CfnNotebookInstanceLifecycleConfig$Builder instance using the provided configuration. The function takes the CfnNotebookInstanceLifecycleConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
notebookInstanceLifecycleConfigNamejava.lang.Stringcdk.support/lookup-entry:notebook-instance-lifecycle-config-name
onCreatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-create
onStartjava.util.Listcdk.support/lookup-entry:on-start
The build-cfn-notebook-instance-lifecycle-config-builder function updates a CfnNotebookInstanceLifecycleConfig$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstanceLifecycleConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notebookInstanceLifecycleConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-instance-lifecycle-config-name` |
| `onCreate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-create` |
| `onStart` | java.util.List | [[cdk.support/lookup-entry]] | `:on-start` |
sourceraw docstring

build-cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builderclj

(build-cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builder
  builder
  id
  config)

The build-cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builder function updates a CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder instance using the provided configuration. The function takes the CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contentjava.lang.Stringcdk.support/lookup-entry:content
The build-cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builder function updates a CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
sourceraw docstring

build-cfn-notebook-instance-lifecycle-config-props-builderclj

(build-cfn-notebook-instance-lifecycle-config-props-builder builder id config)

The build-cfn-notebook-instance-lifecycle-config-props-builder function updates a CfnNotebookInstanceLifecycleConfigProps$Builder instance using the provided configuration. The function takes the CfnNotebookInstanceLifecycleConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
notebookInstanceLifecycleConfigNamejava.lang.Stringcdk.support/lookup-entry:notebook-instance-lifecycle-config-name
onCreatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-create
onStartjava.util.Listcdk.support/lookup-entry:on-start
The build-cfn-notebook-instance-lifecycle-config-props-builder function updates a CfnNotebookInstanceLifecycleConfigProps$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstanceLifecycleConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notebookInstanceLifecycleConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-instance-lifecycle-config-name` |
| `onCreate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-create` |
| `onStart` | java.util.List | [[cdk.support/lookup-entry]] | `:on-start` |
sourceraw docstring

build-cfn-notebook-instance-props-builderclj

(build-cfn-notebook-instance-props-builder builder id config)

The build-cfn-notebook-instance-props-builder function updates a CfnNotebookInstanceProps$Builder instance using the provided configuration. The function takes the CfnNotebookInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceleratorTypesjava.util.Listcdk.support/lookup-entry:accelerator-types
additionalCodeRepositoriesjava.util.Listcdk.support/lookup-entry:additional-code-repositories
defaultCodeRepositoryjava.lang.Stringcdk.support/lookup-entry:default-code-repository
directInternetAccessjava.lang.Stringcdk.support/lookup-entry:direct-internet-access
instanceMetadataServiceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:instance-metadata-service-configuration
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
lifecycleConfigNamejava.lang.Stringcdk.support/lookup-entry:lifecycle-config-name
notebookInstanceNamejava.lang.Stringcdk.support/lookup-entry:notebook-instance-name
platformIdentifierjava.lang.Stringcdk.support/lookup-entry:platform-identifier
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
rootAccessjava.lang.Stringcdk.support/lookup-entry:root-access
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tagsjava.util.Listcdk.support/lookup-entry:tags
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-notebook-instance-props-builder function updates a CfnNotebookInstanceProps$Builder instance using the provided configuration.
  The function takes the CfnNotebookInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` |
| `additionalCodeRepositories` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-code-repositories` |
| `defaultCodeRepository` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-code-repository` |
| `directInternetAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:direct-internet-access` |
| `instanceMetadataServiceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-metadata-service-configuration` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `lifecycleConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-config-name` |
| `notebookInstanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-instance-name` |
| `platformIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-identifier` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `rootAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-access` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-pipeline-builderclj

(build-cfn-pipeline-builder builder id config)

The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration. The function takes the CfnPipeline$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
parallelismConfigurationjava.lang.Objectcdk.support/lookup-entry:parallelism-configuration
pipelineDefinitionjava.lang.Objectcdk.support/lookup-entry:pipeline-definition
pipelineDescriptionjava.lang.Stringcdk.support/lookup-entry:pipeline-description
pipelineDisplayNamejava.lang.Stringcdk.support/lookup-entry:pipeline-display-name
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration.
  The function takes the CfnPipeline$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parallelismConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parallelism-configuration` |
| `pipelineDefinition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pipeline-definition` |
| `pipelineDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-description` |
| `pipelineDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-display-name` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-pipeline-parallelism-configuration-property-builderclj

(build-cfn-pipeline-parallelism-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-pipeline-parallelism-configuration-property-builder function updates a CfnPipeline$ParallelismConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$ParallelismConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxParallelExecutionStepsjava.lang.Numbercdk.support/lookup-entry:max-parallel-execution-steps
The build-cfn-pipeline-parallelism-configuration-property-builder function updates a CfnPipeline$ParallelismConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$ParallelismConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxParallelExecutionSteps` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-parallel-execution-steps` |
sourceraw docstring

build-cfn-pipeline-pipeline-definition-property-builderclj

(build-cfn-pipeline-pipeline-definition-property-builder builder id config)

The build-cfn-pipeline-pipeline-definition-property-builder function updates a CfnPipeline$PipelineDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$PipelineDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
pipelineDefinitionBodyjava.lang.Stringcdk.support/lookup-entry:pipeline-definition-body
pipelineDefinitionS3Locationsoftware.amazon.awscdk.services.sagemaker.CfnPipeline$S3LocationPropertycdk.support/lookup-entry:pipeline-definition-s3-location
The build-cfn-pipeline-pipeline-definition-property-builder function updates a CfnPipeline$PipelineDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$PipelineDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pipelineDefinitionBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-definition-body` |
| `pipelineDefinitionS3Location` | software.amazon.awscdk.services.sagemaker.CfnPipeline$S3LocationProperty | [[cdk.support/lookup-entry]] | `:pipeline-definition-s3-location` |
sourceraw docstring

build-cfn-pipeline-props-builderclj

(build-cfn-pipeline-props-builder builder id config)

The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration. The function takes the CfnPipelineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
parallelismConfigurationjava.lang.Objectcdk.support/lookup-entry:parallelism-configuration
pipelineDefinitionjava.lang.Objectcdk.support/lookup-entry:pipeline-definition
pipelineDescriptionjava.lang.Stringcdk.support/lookup-entry:pipeline-description
pipelineDisplayNamejava.lang.Stringcdk.support/lookup-entry:pipeline-display-name
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration.
  The function takes the CfnPipelineProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parallelismConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parallelism-configuration` |
| `pipelineDefinition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pipeline-definition` |
| `pipelineDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-description` |
| `pipelineDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-display-name` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-pipeline-s3-location-property-builderclj

(build-cfn-pipeline-s3-location-property-builder builder id config)

The build-cfn-pipeline-s3-location-property-builder function updates a CfnPipeline$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
eTagjava.lang.Stringcdk.support/lookup-entry:e-tag
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-pipeline-s3-location-property-builder function updates a CfnPipeline$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `eTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:e-tag` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-project-builderclj

(build-cfn-project-builder builder id config)

The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
projectDescriptionjava.lang.Stringcdk.support/lookup-entry:project-description
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
serviceCatalogProvisionedProductDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-catalog-provisioned-product-details
serviceCatalogProvisioningDetailsjava.lang.Objectcdk.support/lookup-entry:service-catalog-provisioning-details
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration.
  The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `projectDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-description` |
| `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
| `serviceCatalogProvisionedProductDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-catalog-provisioned-product-details` |
| `serviceCatalogProvisioningDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:service-catalog-provisioning-details` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-project-props-builderclj

(build-cfn-project-props-builder builder id config)

The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
projectDescriptionjava.lang.Stringcdk.support/lookup-entry:project-description
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
serviceCatalogProvisionedProductDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-catalog-provisioned-product-details
serviceCatalogProvisioningDetailsjava.lang.Objectcdk.support/lookup-entry:service-catalog-provisioning-details
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration.
  The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `projectDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-description` |
| `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
| `serviceCatalogProvisionedProductDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-catalog-provisioned-product-details` |
| `serviceCatalogProvisioningDetails` | java.lang.Object | [[cdk.support/lookup-entry]] | `:service-catalog-provisioning-details` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-project-provisioning-parameter-property-builderclj

(build-cfn-project-provisioning-parameter-property-builder builder id config)

The build-cfn-project-provisioning-parameter-property-builder function updates a CfnProject$ProvisioningParameterProperty$Builder instance using the provided configuration. The function takes the CfnProject$ProvisioningParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-project-provisioning-parameter-property-builder function updates a CfnProject$ProvisioningParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnProject$ProvisioningParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-project-service-catalog-provisioned-product-details-property-builderclj

(build-cfn-project-service-catalog-provisioned-product-details-property-builder
  builder
  id
  config)

The build-cfn-project-service-catalog-provisioned-product-details-property-builder function updates a CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder instance using the provided configuration. The function takes the CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
provisionedProductIdjava.lang.Stringcdk.support/lookup-entry:provisioned-product-id
provisionedProductStatusMessagejava.lang.Stringcdk.support/lookup-entry:provisioned-product-status-message
The build-cfn-project-service-catalog-provisioned-product-details-property-builder function updates a CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `provisionedProductId` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioned-product-id` |
| `provisionedProductStatusMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioned-product-status-message` |
sourceraw docstring

build-cfn-project-service-catalog-provisioning-details-property-builderclj

(build-cfn-project-service-catalog-provisioning-details-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-project-service-catalog-provisioning-details-property-builder function updates a CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder instance using the provided configuration. The function takes the CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
pathIdjava.lang.Stringcdk.support/lookup-entry:path-id
productIdjava.lang.Stringcdk.support/lookup-entry:product-id
provisioningArtifactIdjava.lang.Stringcdk.support/lookup-entry:provisioning-artifact-id
provisioningParametersjava.util.Listcdk.support/lookup-entry:provisioning-parameters
The build-cfn-project-service-catalog-provisioning-details-property-builder function updates a CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pathId` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-id` |
| `productId` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-id` |
| `provisioningArtifactId` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-artifact-id` |
| `provisioningParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:provisioning-parameters` |
sourceraw docstring

build-cfn-space-builderclj

(build-cfn-space-builder builder id config)

The build-cfn-space-builder function updates a CfnSpace$Builder instance using the provided configuration. The function takes the CfnSpace$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
ownershipSettingssoftware.amazon.awscdk.services.sagemaker.CfnSpace$OwnershipSettingsPropertycdk.support/lookup-entry:ownership-settings
spaceDisplayNamejava.lang.Stringcdk.support/lookup-entry:space-display-name
spaceNamejava.lang.Stringcdk.support/lookup-entry:space-name
spaceSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:space-settings
spaceSharingSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:space-sharing-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-space-builder function updates a CfnSpace$Builder instance using the provided configuration.
  The function takes the CfnSpace$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `ownershipSettings` | software.amazon.awscdk.services.sagemaker.CfnSpace$OwnershipSettingsProperty | [[cdk.support/lookup-entry]] | `:ownership-settings` |
| `spaceDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:space-display-name` |
| `spaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:space-name` |
| `spaceSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:space-settings` |
| `spaceSharingSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:space-sharing-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-space-code-repository-property-builderclj

(build-cfn-space-code-repository-property-builder builder id config)

The build-cfn-space-code-repository-property-builder function updates a CfnSpace$CodeRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnSpace$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
repositoryUrljava.lang.Stringcdk.support/lookup-entry:repository-url
The build-cfn-space-code-repository-property-builder function updates a CfnSpace$CodeRepositoryProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `repositoryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-url` |
sourceraw docstring

build-cfn-space-custom-file-system-property-builderclj

(build-cfn-space-custom-file-system-property-builder builder id config)

The build-cfn-space-custom-file-system-property-builder function updates a CfnSpace$CustomFileSystemProperty$Builder instance using the provided configuration. The function takes the CfnSpace$CustomFileSystemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
efsFileSystemsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:efs-file-system
The build-cfn-space-custom-file-system-property-builder function updates a CfnSpace$CustomFileSystemProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$CustomFileSystemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `efsFileSystem` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:efs-file-system` |
sourceraw docstring

build-cfn-space-custom-image-property-builderclj

(build-cfn-space-custom-image-property-builder builder id config)

The build-cfn-space-custom-image-property-builder function updates a CfnSpace$CustomImageProperty$Builder instance using the provided configuration. The function takes the CfnSpace$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appImageConfigNamejava.lang.Stringcdk.support/lookup-entry:app-image-config-name
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
imageVersionNumberjava.lang.Numbercdk.support/lookup-entry:image-version-number
The build-cfn-space-custom-image-property-builder function updates a CfnSpace$CustomImageProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appImageConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-image-config-name` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `imageVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:image-version-number` |
sourceraw docstring

build-cfn-space-ebs-storage-settings-property-builderclj

(build-cfn-space-ebs-storage-settings-property-builder builder id config)

The build-cfn-space-ebs-storage-settings-property-builder function updates a CfnSpace$EbsStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$EbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ebsVolumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:ebs-volume-size-in-gb
The build-cfn-space-ebs-storage-settings-property-builder function updates a CfnSpace$EbsStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$EbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsVolumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-volume-size-in-gb` |
sourceraw docstring

build-cfn-space-efs-file-system-property-builderclj

(build-cfn-space-efs-file-system-property-builder builder id config)

The build-cfn-space-efs-file-system-property-builder function updates a CfnSpace$EFSFileSystemProperty$Builder instance using the provided configuration. The function takes the CfnSpace$EFSFileSystemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
The build-cfn-space-efs-file-system-property-builder function updates a CfnSpace$EFSFileSystemProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$EFSFileSystemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
sourceraw docstring

build-cfn-space-jupyter-server-app-settings-property-builderclj

(build-cfn-space-jupyter-server-app-settings-property-builder builder id config)

The build-cfn-space-jupyter-server-app-settings-property-builder function updates a CfnSpace$JupyterServerAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
The build-cfn-space-jupyter-server-app-settings-property-builder function updates a CfnSpace$JupyterServerAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-space-kernel-gateway-app-settings-property-builderclj

(build-cfn-space-kernel-gateway-app-settings-property-builder builder id config)

The build-cfn-space-kernel-gateway-app-settings-property-builder function updates a CfnSpace$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
The build-cfn-space-kernel-gateway-app-settings-property-builder function updates a CfnSpace$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-space-ownership-settings-property-builderclj

(build-cfn-space-ownership-settings-property-builder builder id config)

The build-cfn-space-ownership-settings-property-builder function updates a CfnSpace$OwnershipSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$OwnershipSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ownerUserProfileNamejava.lang.Stringcdk.support/lookup-entry:owner-user-profile-name
The build-cfn-space-ownership-settings-property-builder function updates a CfnSpace$OwnershipSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$OwnershipSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ownerUserProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-user-profile-name` |
sourceraw docstring

build-cfn-space-props-builderclj

(build-cfn-space-props-builder builder id config)

The build-cfn-space-props-builder function updates a CfnSpaceProps$Builder instance using the provided configuration. The function takes the CfnSpaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
ownershipSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ownership-settings
spaceDisplayNamejava.lang.Stringcdk.support/lookup-entry:space-display-name
spaceNamejava.lang.Stringcdk.support/lookup-entry:space-name
spaceSettingssoftware.amazon.awscdk.services.sagemaker.CfnSpace$SpaceSettingsPropertycdk.support/lookup-entry:space-settings
spaceSharingSettingssoftware.amazon.awscdk.services.sagemaker.CfnSpace$SpaceSharingSettingsPropertycdk.support/lookup-entry:space-sharing-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-space-props-builder function updates a CfnSpaceProps$Builder instance using the provided configuration.
  The function takes the CfnSpaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `ownershipSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ownership-settings` |
| `spaceDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:space-display-name` |
| `spaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:space-name` |
| `spaceSettings` | software.amazon.awscdk.services.sagemaker.CfnSpace$SpaceSettingsProperty | [[cdk.support/lookup-entry]] | `:space-settings` |
| `spaceSharingSettings` | software.amazon.awscdk.services.sagemaker.CfnSpace$SpaceSharingSettingsProperty | [[cdk.support/lookup-entry]] | `:space-sharing-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-space-resource-spec-property-builderclj

(build-cfn-space-resource-spec-property-builder builder id config)

The build-cfn-space-resource-spec-property-builder function updates a CfnSpace$ResourceSpecProperty$Builder instance using the provided configuration. The function takes the CfnSpace$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
sageMakerImageArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-arn
sageMakerImageVersionArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-version-arn
The build-cfn-space-resource-spec-property-builder function updates a CfnSpace$ResourceSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `sageMakerImageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-arn` |
| `sageMakerImageVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-version-arn` |
sourceraw docstring

build-cfn-space-space-code-editor-app-settings-property-builderclj

(build-cfn-space-space-code-editor-app-settings-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-space-space-code-editor-app-settings-property-builder function updates a CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
The build-cfn-space-space-code-editor-app-settings-property-builder function updates a CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-space-space-jupyter-lab-app-settings-property-builderclj

(build-cfn-space-space-jupyter-lab-app-settings-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-space-space-jupyter-lab-app-settings-property-builder function updates a CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeRepositoriesjava.util.Listcdk.support/lookup-entry:code-repositories
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
The build-cfn-space-space-jupyter-lab-app-settings-property-builder function updates a CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeRepositories` | java.util.List | [[cdk.support/lookup-entry]] | `:code-repositories` |
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-space-space-settings-property-builderclj

(build-cfn-space-space-settings-property-builder builder id config)

The build-cfn-space-space-settings-property-builder function updates a CfnSpace$SpaceSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$SpaceSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appTypejava.lang.Stringcdk.support/lookup-entry:app-type
codeEditorAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-editor-app-settings
customFileSystemssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-file-systems
jupyterLabAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jupyter-lab-app-settings
jupyterServerAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnSpace$JupyterServerAppSettingsPropertycdk.support/lookup-entry:jupyter-server-app-settings
kernelGatewayAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kernel-gateway-app-settings
spaceStorageSettingssoftware.amazon.awscdk.services.sagemaker.CfnSpace$SpaceStorageSettingsPropertycdk.support/lookup-entry:space-storage-settings
The build-cfn-space-space-settings-property-builder function updates a CfnSpace$SpaceSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$SpaceSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appType` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-type` |
| `codeEditorAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-editor-app-settings` |
| `customFileSystems` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-file-systems` |
| `jupyterLabAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-settings` |
| `jupyterServerAppSettings` | software.amazon.awscdk.services.sagemaker.CfnSpace$JupyterServerAppSettingsProperty | [[cdk.support/lookup-entry]] | `:jupyter-server-app-settings` |
| `kernelGatewayAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kernel-gateway-app-settings` |
| `spaceStorageSettings` | software.amazon.awscdk.services.sagemaker.CfnSpace$SpaceStorageSettingsProperty | [[cdk.support/lookup-entry]] | `:space-storage-settings` |
sourceraw docstring

build-cfn-space-space-sharing-settings-property-builderclj

(build-cfn-space-space-sharing-settings-property-builder builder id config)

The build-cfn-space-space-sharing-settings-property-builder function updates a CfnSpace$SpaceSharingSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$SpaceSharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
sharingTypejava.lang.Stringcdk.support/lookup-entry:sharing-type
The build-cfn-space-space-sharing-settings-property-builder function updates a CfnSpace$SpaceSharingSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$SpaceSharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sharingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sharing-type` |
sourceraw docstring

build-cfn-space-space-storage-settings-property-builderclj

(build-cfn-space-space-storage-settings-property-builder builder id config)

The build-cfn-space-space-storage-settings-property-builder function updates a CfnSpace$SpaceStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnSpace$SpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ebsStorageSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-storage-settings
The build-cfn-space-space-storage-settings-property-builder function updates a CfnSpace$SpaceStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnSpace$SpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsStorageSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-storage-settings` |
sourceraw docstring

build-cfn-user-profile-builderclj

(build-cfn-user-profile-builder builder id config)

The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration. The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
singleSignOnUserIdentifierjava.lang.Stringcdk.support/lookup-entry:single-sign-on-user-identifier
singleSignOnUserValuejava.lang.Stringcdk.support/lookup-entry:single-sign-on-user-value
tagsjava.util.Listcdk.support/lookup-entry:tags
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
userSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-settings
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `singleSignOnUserIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:single-sign-on-user-identifier` |
| `singleSignOnUserValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:single-sign-on-user-value` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
| `userSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-settings` |
sourceraw docstring

build-cfn-user-profile-code-editor-app-settings-property-builderclj

(build-cfn-user-profile-code-editor-app-settings-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-user-profile-code-editor-app-settings-property-builder function updates a CfnUserProfile$CodeEditorAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$CodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagesjava.util.Listcdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
lifecycleConfigArnsjava.util.Listcdk.support/lookup-entry:lifecycle-config-arns
The build-cfn-user-profile-code-editor-app-settings-property-builder function updates a CfnUserProfile$CodeEditorAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$CodeEditorAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
| `lifecycleConfigArns` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-config-arns` |
sourceraw docstring

build-cfn-user-profile-code-repository-property-builderclj

(build-cfn-user-profile-code-repository-property-builder builder id config)

The build-cfn-user-profile-code-repository-property-builder function updates a CfnUserProfile$CodeRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
repositoryUrljava.lang.Stringcdk.support/lookup-entry:repository-url
The build-cfn-user-profile-code-repository-property-builder function updates a CfnUserProfile$CodeRepositoryProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$CodeRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `repositoryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-url` |
sourceraw docstring

build-cfn-user-profile-custom-file-system-config-property-builderclj

(build-cfn-user-profile-custom-file-system-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-user-profile-custom-file-system-config-property-builder function updates a CfnUserProfile$CustomFileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$CustomFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
efsFileSystemConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:efs-file-system-config
The build-cfn-user-profile-custom-file-system-config-property-builder function updates a CfnUserProfile$CustomFileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$CustomFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `efsFileSystemConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:efs-file-system-config` |
sourceraw docstring

build-cfn-user-profile-custom-image-property-builderclj

(build-cfn-user-profile-custom-image-property-builder builder id config)

The build-cfn-user-profile-custom-image-property-builder function updates a CfnUserProfile$CustomImageProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
appImageConfigNamejava.lang.Stringcdk.support/lookup-entry:app-image-config-name
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
imageVersionNumberjava.lang.Numbercdk.support/lookup-entry:image-version-number
The build-cfn-user-profile-custom-image-property-builder function updates a CfnUserProfile$CustomImageProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$CustomImageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appImageConfigName` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-image-config-name` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `imageVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:image-version-number` |
sourceraw docstring

build-cfn-user-profile-custom-posix-user-config-property-builderclj

(build-cfn-user-profile-custom-posix-user-config-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-user-profile-custom-posix-user-config-property-builder function updates a CfnUserProfile$CustomPosixUserConfigProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$CustomPosixUserConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
gidjava.lang.Numbercdk.support/lookup-entry:gid
uidjava.lang.Numbercdk.support/lookup-entry:uid
The build-cfn-user-profile-custom-posix-user-config-property-builder function updates a CfnUserProfile$CustomPosixUserConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$CustomPosixUserConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gid` |
| `uid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:uid` |
sourceraw docstring

build-cfn-user-profile-default-ebs-storage-settings-property-builderclj

(build-cfn-user-profile-default-ebs-storage-settings-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-user-profile-default-ebs-storage-settings-property-builder function updates a CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultEbsVolumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:default-ebs-volume-size-in-gb
maximumEbsVolumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:maximum-ebs-volume-size-in-gb
The build-cfn-user-profile-default-ebs-storage-settings-property-builder function updates a CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultEbsVolumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-ebs-volume-size-in-gb` |
| `maximumEbsVolumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-ebs-volume-size-in-gb` |
sourceraw docstring

build-cfn-user-profile-default-space-storage-settings-property-builderclj

(build-cfn-user-profile-default-space-storage-settings-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-user-profile-default-space-storage-settings-property-builder function updates a CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultEbsStorageSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-ebs-storage-settings
The build-cfn-user-profile-default-space-storage-settings-property-builder function updates a CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultEbsStorageSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-ebs-storage-settings` |
sourceraw docstring

build-cfn-user-profile-efs-file-system-config-property-builderclj

(build-cfn-user-profile-efs-file-system-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-user-profile-efs-file-system-config-property-builder function updates a CfnUserProfile$EFSFileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$EFSFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
fileSystemPathjava.lang.Stringcdk.support/lookup-entry:file-system-path
The build-cfn-user-profile-efs-file-system-config-property-builder function updates a CfnUserProfile$EFSFileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$EFSFileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `fileSystemPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-path` |
sourceraw docstring

build-cfn-user-profile-jupyter-lab-app-settings-property-builderclj

(build-cfn-user-profile-jupyter-lab-app-settings-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-user-profile-jupyter-lab-app-settings-property-builder function updates a CfnUserProfile$JupyterLabAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$JupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeRepositoriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-repositories
customImagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
lifecycleConfigArnsjava.util.Listcdk.support/lookup-entry:lifecycle-config-arns
The build-cfn-user-profile-jupyter-lab-app-settings-property-builder function updates a CfnUserProfile$JupyterLabAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$JupyterLabAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeRepositories` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-repositories` |
| `customImages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
| `lifecycleConfigArns` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-config-arns` |
sourceraw docstring

build-cfn-user-profile-jupyter-server-app-settings-property-builderclj

(build-cfn-user-profile-jupyter-server-app-settings-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-user-profile-jupyter-server-app-settings-property-builder function updates a CfnUserProfile$JupyterServerAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultResourceSpecsoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$ResourceSpecPropertycdk.support/lookup-entry:default-resource-spec
The build-cfn-user-profile-jupyter-server-app-settings-property-builder function updates a CfnUserProfile$JupyterServerAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$JupyterServerAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultResourceSpec` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$ResourceSpecProperty | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-user-profile-kernel-gateway-app-settings-property-builderclj

(build-cfn-user-profile-kernel-gateway-app-settings-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-user-profile-kernel-gateway-app-settings-property-builder function updates a CfnUserProfile$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customImagesjava.util.Listcdk.support/lookup-entry:custom-images
defaultResourceSpecsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-resource-spec
The build-cfn-user-profile-kernel-gateway-app-settings-property-builder function updates a CfnUserProfile$KernelGatewayAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$KernelGatewayAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customImages` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-images` |
| `defaultResourceSpec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-resource-spec` |
sourceraw docstring

build-cfn-user-profile-props-builderclj

(build-cfn-user-profile-props-builder builder id config)

The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration. The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainIdjava.lang.Stringcdk.support/lookup-entry:domain-id
singleSignOnUserIdentifierjava.lang.Stringcdk.support/lookup-entry:single-sign-on-user-identifier
singleSignOnUserValuejava.lang.Stringcdk.support/lookup-entry:single-sign-on-user-value
tagsjava.util.Listcdk.support/lookup-entry:tags
userProfileNamejava.lang.Stringcdk.support/lookup-entry:user-profile-name
userSettingssoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$UserSettingsPropertycdk.support/lookup-entry:user-settings
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration.
  The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-id` |
| `singleSignOnUserIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:single-sign-on-user-identifier` |
| `singleSignOnUserValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:single-sign-on-user-value` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-profile-name` |
| `userSettings` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$UserSettingsProperty | [[cdk.support/lookup-entry]] | `:user-settings` |
sourceraw docstring

build-cfn-user-profile-r-studio-server-pro-app-settings-property-builderclj

(build-cfn-user-profile-r-studio-server-pro-app-settings-property-builder
  builder
  id
  config)

The build-cfn-user-profile-r-studio-server-pro-app-settings-property-builder function updates a CfnUserProfile$RStudioServerProAppSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$RStudioServerProAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessStatusjava.lang.Stringcdk.support/lookup-entry:access-status
userGroupjava.lang.Stringcdk.support/lookup-entry:user-group
The build-cfn-user-profile-r-studio-server-pro-app-settings-property-builder function updates a CfnUserProfile$RStudioServerProAppSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$RStudioServerProAppSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-status` |
| `userGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-group` |
sourceraw docstring

build-cfn-user-profile-resource-spec-property-builderclj

(build-cfn-user-profile-resource-spec-property-builder builder id config)

The build-cfn-user-profile-resource-spec-property-builder function updates a CfnUserProfile$ResourceSpecProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
sageMakerImageArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-arn
sageMakerImageVersionArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-image-version-arn
The build-cfn-user-profile-resource-spec-property-builder function updates a CfnUserProfile$ResourceSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$ResourceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `sageMakerImageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-arn` |
| `sageMakerImageVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-image-version-arn` |
sourceraw docstring

build-cfn-user-profile-sharing-settings-property-builderclj

(build-cfn-user-profile-sharing-settings-property-builder builder id config)

The build-cfn-user-profile-sharing-settings-property-builder function updates a CfnUserProfile$SharingSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$SharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
notebookOutputOptionjava.lang.Stringcdk.support/lookup-entry:notebook-output-option
s3KmsKeyIdjava.lang.Stringcdk.support/lookup-entry:s3-kms-key-id
s3OutputPathjava.lang.Stringcdk.support/lookup-entry:s3-output-path
The build-cfn-user-profile-sharing-settings-property-builder function updates a CfnUserProfile$SharingSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$SharingSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notebookOutputOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:notebook-output-option` |
| `s3KmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-kms-key-id` |
| `s3OutputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-output-path` |
sourceraw docstring

build-cfn-user-profile-user-settings-property-builderclj

(build-cfn-user-profile-user-settings-property-builder builder id config)

The build-cfn-user-profile-user-settings-property-builder function updates a CfnUserProfile$UserSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$UserSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
codeEditorAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-editor-app-settings
customFileSystemConfigsjava.util.Listcdk.support/lookup-entry:custom-file-system-configs
customPosixUserConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-posix-user-config
defaultLandingUrijava.lang.Stringcdk.support/lookup-entry:default-landing-uri
executionRolejava.lang.Stringcdk.support/lookup-entry:execution-role
jupyterLabAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$JupyterLabAppSettingsPropertycdk.support/lookup-entry:jupyter-lab-app-settings
jupyterServerAppSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jupyter-server-app-settings
kernelGatewayAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$KernelGatewayAppSettingsPropertycdk.support/lookup-entry:kernel-gateway-app-settings
rStudioServerProAppSettingssoftware.amazon.awscdk.services.sagemaker.CfnUserProfile$RStudioServerProAppSettingsPropertycdk.support/lookup-entry:r-studio-server-pro-app-settings
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
sharingSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sharing-settings
spaceStorageSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:space-storage-settings
studioWebPortaljava.lang.Stringcdk.support/lookup-entry:studio-web-portal
The build-cfn-user-profile-user-settings-property-builder function updates a CfnUserProfile$UserSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$UserSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeEditorAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-editor-app-settings` |
| `customFileSystemConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-file-system-configs` |
| `customPosixUserConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-posix-user-config` |
| `defaultLandingUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-landing-uri` |
| `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` |
| `jupyterLabAppSettings` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$JupyterLabAppSettingsProperty | [[cdk.support/lookup-entry]] | `:jupyter-lab-app-settings` |
| `jupyterServerAppSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jupyter-server-app-settings` |
| `kernelGatewayAppSettings` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$KernelGatewayAppSettingsProperty | [[cdk.support/lookup-entry]] | `:kernel-gateway-app-settings` |
| `rStudioServerProAppSettings` | software.amazon.awscdk.services.sagemaker.CfnUserProfile$RStudioServerProAppSettingsProperty | [[cdk.support/lookup-entry]] | `:r-studio-server-pro-app-settings` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `sharingSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sharing-settings` |
| `spaceStorageSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:space-storage-settings` |
| `studioWebPortal` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-web-portal` |
sourceraw docstring

build-cfn-workteam-builderclj

(build-cfn-workteam-builder builder id config)

The build-cfn-workteam-builder function updates a CfnWorkteam$Builder instance using the provided configuration. The function takes the CfnWorkteam$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
memberDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:member-definitions
notificationConfigurationsoftware.amazon.awscdk.services.sagemaker.CfnWorkteam$NotificationConfigurationPropertycdk.support/lookup-entry:notification-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
workforceNamejava.lang.Stringcdk.support/lookup-entry:workforce-name
workteamNamejava.lang.Stringcdk.support/lookup-entry:workteam-name
The build-cfn-workteam-builder function updates a CfnWorkteam$Builder instance using the provided configuration.
  The function takes the CfnWorkteam$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `memberDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:member-definitions` |
| `notificationConfiguration` | software.amazon.awscdk.services.sagemaker.CfnWorkteam$NotificationConfigurationProperty | [[cdk.support/lookup-entry]] | `:notification-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workforceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workforce-name` |
| `workteamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workteam-name` |
sourceraw docstring

build-cfn-workteam-cognito-member-definition-property-builderclj

(build-cfn-workteam-cognito-member-definition-property-builder builder
                                                               id
                                                               config)

The build-cfn-workteam-cognito-member-definition-property-builder function updates a CfnWorkteam$CognitoMemberDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnWorkteam$CognitoMemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cognitoClientIdjava.lang.Stringcdk.support/lookup-entry:cognito-client-id
cognitoUserGroupjava.lang.Stringcdk.support/lookup-entry:cognito-user-group
cognitoUserPooljava.lang.Stringcdk.support/lookup-entry:cognito-user-pool
The build-cfn-workteam-cognito-member-definition-property-builder function updates a CfnWorkteam$CognitoMemberDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkteam$CognitoMemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cognitoClientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cognito-client-id` |
| `cognitoUserGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:cognito-user-group` |
| `cognitoUserPool` | java.lang.String | [[cdk.support/lookup-entry]] | `:cognito-user-pool` |
sourceraw docstring

build-cfn-workteam-member-definition-property-builderclj

(build-cfn-workteam-member-definition-property-builder builder id config)

The build-cfn-workteam-member-definition-property-builder function updates a CfnWorkteam$MemberDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnWorkteam$MemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cognitoMemberDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cognito-member-definition
oidcMemberDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:oidc-member-definition
The build-cfn-workteam-member-definition-property-builder function updates a CfnWorkteam$MemberDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkteam$MemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cognitoMemberDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cognito-member-definition` |
| `oidcMemberDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:oidc-member-definition` |
sourceraw docstring

build-cfn-workteam-notification-configuration-property-builderclj

(build-cfn-workteam-notification-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-workteam-notification-configuration-property-builder function updates a CfnWorkteam$NotificationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnWorkteam$NotificationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
notificationTopicArnjava.lang.Stringcdk.support/lookup-entry:notification-topic-arn
The build-cfn-workteam-notification-configuration-property-builder function updates a CfnWorkteam$NotificationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkteam$NotificationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notificationTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-topic-arn` |
sourceraw docstring

build-cfn-workteam-oidc-member-definition-property-builderclj

(build-cfn-workteam-oidc-member-definition-property-builder builder id config)

The build-cfn-workteam-oidc-member-definition-property-builder function updates a CfnWorkteam$OidcMemberDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnWorkteam$OidcMemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
oidcGroupsjava.util.Listcdk.support/lookup-entry:oidc-groups
The build-cfn-workteam-oidc-member-definition-property-builder function updates a CfnWorkteam$OidcMemberDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnWorkteam$OidcMemberDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `oidcGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:oidc-groups` |
sourceraw docstring

build-cfn-workteam-props-builderclj

(build-cfn-workteam-props-builder builder id config)

The build-cfn-workteam-props-builder function updates a CfnWorkteamProps$Builder instance using the provided configuration. The function takes the CfnWorkteamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
memberDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:member-definitions
notificationConfigurationsoftware.amazon.awscdk.services.sagemaker.CfnWorkteam$NotificationConfigurationPropertycdk.support/lookup-entry:notification-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
workforceNamejava.lang.Stringcdk.support/lookup-entry:workforce-name
workteamNamejava.lang.Stringcdk.support/lookup-entry:workteam-name
The build-cfn-workteam-props-builder function updates a CfnWorkteamProps$Builder instance using the provided configuration.
  The function takes the CfnWorkteamProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `memberDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:member-definitions` |
| `notificationConfiguration` | software.amazon.awscdk.services.sagemaker.CfnWorkteam$NotificationConfigurationProperty | [[cdk.support/lookup-entry]] | `:notification-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workforceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workforce-name` |
| `workteamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workteam-name` |
sourceraw docstring

cfn-app-builderclj

(cfn-app-builder scope id config)

Creates a CfnApp$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnApp$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-builderclj

(cfn-app-image-config-builder scope id config)

Creates a CfnAppImageConfig$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnAppImageConfig$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-code-editor-app-image-config-property-builderclj

(cfn-app-image-config-code-editor-app-image-config-property-builder id config)

Creates a CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$CodeEditorAppImageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-container-config-property-builderclj

(cfn-app-image-config-container-config-property-builder id config)

Creates a CfnAppImageConfig$ContainerConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$ContainerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-custom-image-container-environment-variable-property-builderclj

(cfn-app-image-config-custom-image-container-environment-variable-property-builder
  id
  config)

Creates a CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$CustomImageContainerEnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-file-system-config-property-builderclj

(cfn-app-image-config-file-system-config-property-builder id config)

Creates a CfnAppImageConfig$FileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$FileSystemConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-jupyter-lab-app-image-config-property-builderclj

(cfn-app-image-config-jupyter-lab-app-image-config-property-builder id config)

Creates a CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$JupyterLabAppImageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-kernel-gateway-image-config-property-builderclj

(cfn-app-image-config-kernel-gateway-image-config-property-builder id config)

Creates a CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$KernelGatewayImageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-kernel-spec-property-builderclj

(cfn-app-image-config-kernel-spec-property-builder id config)

Creates a CfnAppImageConfig$KernelSpecProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfig$KernelSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-image-config-props-builderclj

(cfn-app-image-config-props-builder id config)

Creates a CfnAppImageConfigProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppImageConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-props-builderclj

(cfn-app-props-builder id config)

Creates a CfnAppProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAppProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-app-resource-spec-property-builderclj

(cfn-app-resource-spec-property-builder id config)

Creates a CfnApp$ResourceSpecProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApp$ResourceSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-code-repository-builderclj

(cfn-code-repository-builder scope id config)

Creates a CfnCodeRepository$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnCodeRepository$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-code-repository-git-config-property-builderclj

(cfn-code-repository-git-config-property-builder id config)

Creates a CfnCodeRepository$GitConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCodeRepository$GitConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-code-repository-props-builderclj

(cfn-code-repository-props-builder id config)

Creates a CfnCodeRepositoryProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCodeRepositoryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-batch-transform-input-property-builderclj

(cfn-data-quality-job-definition-batch-transform-input-property-builder id
                                                                        config)

Creates a CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$BatchTransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-builderclj

(cfn-data-quality-job-definition-builder scope id config)

Creates a CfnDataQualityJobDefinition$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDataQualityJobDefinition$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-cluster-config-property-builderclj

(cfn-data-quality-job-definition-cluster-config-property-builder id config)

Creates a CfnDataQualityJobDefinition$ClusterConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$ClusterConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-constraints-resource-property-builderclj

(cfn-data-quality-job-definition-constraints-resource-property-builder id
                                                                       config)

Creates a CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$ConstraintsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-csv-property-builderclj

(cfn-data-quality-job-definition-csv-property-builder id config)

Creates a CfnDataQualityJobDefinition$CsvProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$CsvProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-data-quality-app-specification-property-builderclj

(cfn-data-quality-job-definition-data-quality-app-specification-property-builder
  id
  config)

Creates a CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$DataQualityAppSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-data-quality-baseline-config-property-builderclj

(cfn-data-quality-job-definition-data-quality-baseline-config-property-builder
  id
  config)

Creates a CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$DataQualityBaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-data-quality-job-input-property-builderclj

(cfn-data-quality-job-definition-data-quality-job-input-property-builder id
                                                                         config)

Creates a CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$DataQualityJobInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-dataset-format-property-builderclj

(cfn-data-quality-job-definition-dataset-format-property-builder id config)

Creates a CfnDataQualityJobDefinition$DatasetFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$DatasetFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-endpoint-input-property-builderclj

(cfn-data-quality-job-definition-endpoint-input-property-builder id config)

Creates a CfnDataQualityJobDefinition$EndpointInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$EndpointInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-json-property-builderclj

(cfn-data-quality-job-definition-json-property-builder id config)

Creates a CfnDataQualityJobDefinition$JsonProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$JsonProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-monitoring-output-config-property-builderclj

(cfn-data-quality-job-definition-monitoring-output-config-property-builder
  id
  config)

Creates a CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$MonitoringOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-monitoring-output-property-builderclj

(cfn-data-quality-job-definition-monitoring-output-property-builder id config)

Creates a CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$MonitoringOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-monitoring-resources-property-builderclj

(cfn-data-quality-job-definition-monitoring-resources-property-builder id
                                                                       config)

Creates a CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$MonitoringResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-network-config-property-builderclj

(cfn-data-quality-job-definition-network-config-property-builder id config)

Creates a CfnDataQualityJobDefinition$NetworkConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$NetworkConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-props-builderclj

(cfn-data-quality-job-definition-props-builder id config)

Creates a CfnDataQualityJobDefinitionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-s3-output-property-builderclj

(cfn-data-quality-job-definition-s3-output-property-builder id config)

Creates a CfnDataQualityJobDefinition$S3OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$S3OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-statistics-resource-property-builderclj

(cfn-data-quality-job-definition-statistics-resource-property-builder id config)

Creates a CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$StatisticsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-stopping-condition-property-builderclj

(cfn-data-quality-job-definition-stopping-condition-property-builder id config)

Creates a CfnDataQualityJobDefinition$StoppingConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$StoppingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-quality-job-definition-vpc-config-property-builderclj

(cfn-data-quality-job-definition-vpc-config-property-builder id config)

Creates a CfnDataQualityJobDefinition$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataQualityJobDefinition$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-builderclj

(cfn-device-builder scope id config)

Creates a CfnDevice$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDevice$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-device-property-builderclj

(cfn-device-device-property-builder id config)

Creates a CfnDevice$DeviceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDevice$DeviceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-fleet-builderclj

(cfn-device-fleet-builder scope id config)

Creates a CfnDeviceFleet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDeviceFleet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-fleet-edge-output-config-property-builderclj

(cfn-device-fleet-edge-output-config-property-builder id config)

Creates a CfnDeviceFleet$EdgeOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDeviceFleet$EdgeOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-fleet-props-builderclj

(cfn-device-fleet-props-builder id config)

Creates a CfnDeviceFleetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDeviceFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-device-props-builderclj

(cfn-device-props-builder id config)

Creates a CfnDeviceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDeviceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-builderclj

(cfn-domain-builder scope id config)

Creates a CfnDomain$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDomain$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-code-editor-app-settings-property-builderclj

(cfn-domain-code-editor-app-settings-property-builder id config)

Creates a CfnDomain$CodeEditorAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$CodeEditorAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-code-repository-property-builderclj

(cfn-domain-code-repository-property-builder id config)

Creates a CfnDomain$CodeRepositoryProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$CodeRepositoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-custom-file-system-config-property-builderclj

(cfn-domain-custom-file-system-config-property-builder id config)

Creates a CfnDomain$CustomFileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$CustomFileSystemConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-custom-image-property-builderclj

(cfn-domain-custom-image-property-builder id config)

Creates a CfnDomain$CustomImageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$CustomImageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-custom-posix-user-config-property-builderclj

(cfn-domain-custom-posix-user-config-property-builder id config)

Creates a CfnDomain$CustomPosixUserConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$CustomPosixUserConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-default-ebs-storage-settings-property-builderclj

(cfn-domain-default-ebs-storage-settings-property-builder id config)

Creates a CfnDomain$DefaultEbsStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$DefaultEbsStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-default-space-settings-property-builderclj

(cfn-domain-default-space-settings-property-builder id config)

Creates a CfnDomain$DefaultSpaceSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$DefaultSpaceSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-default-space-storage-settings-property-builderclj

(cfn-domain-default-space-storage-settings-property-builder id config)

Creates a CfnDomain$DefaultSpaceStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$DefaultSpaceStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-docker-settings-property-builderclj

(cfn-domain-docker-settings-property-builder id config)

Creates a CfnDomain$DockerSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$DockerSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-domain-settings-property-builderclj

(cfn-domain-domain-settings-property-builder id config)

Creates a CfnDomain$DomainSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$DomainSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-efs-file-system-config-property-builderclj

(cfn-domain-efs-file-system-config-property-builder id config)

Creates a CfnDomain$EFSFileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$EFSFileSystemConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-jupyter-lab-app-settings-property-builderclj

(cfn-domain-jupyter-lab-app-settings-property-builder id config)

Creates a CfnDomain$JupyterLabAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$JupyterLabAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-jupyter-server-app-settings-property-builderclj

(cfn-domain-jupyter-server-app-settings-property-builder id config)

Creates a CfnDomain$JupyterServerAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$JupyterServerAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-kernel-gateway-app-settings-property-builderclj

(cfn-domain-kernel-gateway-app-settings-property-builder id config)

Creates a CfnDomain$KernelGatewayAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$KernelGatewayAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-props-builderclj

(cfn-domain-props-builder id config)

Creates a CfnDomainProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomainProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-r-session-app-settings-property-builderclj

(cfn-domain-r-session-app-settings-property-builder id config)

Creates a CfnDomain$RSessionAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$RSessionAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-r-studio-server-pro-app-settings-property-builderclj

(cfn-domain-r-studio-server-pro-app-settings-property-builder id config)

Creates a CfnDomain$RStudioServerProAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$RStudioServerProAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-r-studio-server-pro-domain-settings-property-builderclj

(cfn-domain-r-studio-server-pro-domain-settings-property-builder id config)

Creates a CfnDomain$RStudioServerProDomainSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$RStudioServerProDomainSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-resource-spec-property-builderclj

(cfn-domain-resource-spec-property-builder id config)

Creates a CfnDomain$ResourceSpecProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$ResourceSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-sharing-settings-property-builderclj

(cfn-domain-sharing-settings-property-builder id config)

Creates a CfnDomain$SharingSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$SharingSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-domain-user-settings-property-builderclj

(cfn-domain-user-settings-property-builder id config)

Creates a CfnDomain$UserSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDomain$UserSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-alarm-property-builderclj

(cfn-endpoint-alarm-property-builder id config)

Creates a CfnEndpoint$AlarmProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$AlarmProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-auto-rollback-config-property-builderclj

(cfn-endpoint-auto-rollback-config-property-builder id config)

Creates a CfnEndpoint$AutoRollbackConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$AutoRollbackConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-blue-green-update-policy-property-builderclj

(cfn-endpoint-blue-green-update-policy-property-builder id config)

Creates a CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$BlueGreenUpdatePolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-builderclj

(cfn-endpoint-builder scope id config)

Creates a CfnEndpoint$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnEndpoint$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-capacity-size-property-builderclj

(cfn-endpoint-capacity-size-property-builder id config)

Creates a CfnEndpoint$CapacitySizeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$CapacitySizeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-async-inference-client-config-property-builderclj

(cfn-endpoint-config-async-inference-client-config-property-builder id config)

Creates a CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$AsyncInferenceClientConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-async-inference-config-property-builderclj

(cfn-endpoint-config-async-inference-config-property-builder id config)

Creates a CfnEndpointConfig$AsyncInferenceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$AsyncInferenceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-async-inference-notification-config-property-builderclj

(cfn-endpoint-config-async-inference-notification-config-property-builder
  id
  config)

Creates a CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$AsyncInferenceNotificationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-async-inference-output-config-property-builderclj

(cfn-endpoint-config-async-inference-output-config-property-builder id config)

Creates a CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$AsyncInferenceOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-builderclj

(cfn-endpoint-config-builder scope id config)

Creates a CfnEndpointConfig$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnEndpointConfig$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-capture-content-type-header-property-builderclj

(cfn-endpoint-config-capture-content-type-header-property-builder id config)

Creates a CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$CaptureContentTypeHeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-capture-option-property-builderclj

(cfn-endpoint-config-capture-option-property-builder id config)

Creates a CfnEndpointConfig$CaptureOptionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$CaptureOptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-clarify-explainer-config-property-builderclj

(cfn-endpoint-config-clarify-explainer-config-property-builder id config)

Creates a CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ClarifyExplainerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-clarify-inference-config-property-builderclj

(cfn-endpoint-config-clarify-inference-config-property-builder id config)

Creates a CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ClarifyInferenceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-clarify-shap-baseline-config-property-builderclj

(cfn-endpoint-config-clarify-shap-baseline-config-property-builder id config)

Creates a CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ClarifyShapBaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-clarify-shap-config-property-builderclj

(cfn-endpoint-config-clarify-shap-config-property-builder id config)

Creates a CfnEndpointConfig$ClarifyShapConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ClarifyShapConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-clarify-text-config-property-builderclj

(cfn-endpoint-config-clarify-text-config-property-builder id config)

Creates a CfnEndpointConfig$ClarifyTextConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ClarifyTextConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-data-capture-config-property-builderclj

(cfn-endpoint-config-data-capture-config-property-builder id config)

Creates a CfnEndpointConfig$DataCaptureConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$DataCaptureConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-explainer-config-property-builderclj

(cfn-endpoint-config-explainer-config-property-builder id config)

Creates a CfnEndpointConfig$ExplainerConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ExplainerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-managed-instance-scaling-property-builderclj

(cfn-endpoint-config-managed-instance-scaling-property-builder id config)

Creates a CfnEndpointConfig$ManagedInstanceScalingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ManagedInstanceScalingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-production-variant-property-builderclj

(cfn-endpoint-config-production-variant-property-builder id config)

Creates a CfnEndpointConfig$ProductionVariantProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ProductionVariantProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-props-builderclj

(cfn-endpoint-config-props-builder id config)

Creates a CfnEndpointConfigProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-routing-config-property-builderclj

(cfn-endpoint-config-routing-config-property-builder id config)

Creates a CfnEndpointConfig$RoutingConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$RoutingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-serverless-config-property-builderclj

(cfn-endpoint-config-serverless-config-property-builder id config)

Creates a CfnEndpointConfig$ServerlessConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$ServerlessConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-config-vpc-config-property-builderclj

(cfn-endpoint-config-vpc-config-property-builder id config)

Creates a CfnEndpointConfig$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointConfig$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-deployment-config-property-builderclj

(cfn-endpoint-deployment-config-property-builder id config)

Creates a CfnEndpoint$DeploymentConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$DeploymentConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-props-builderclj

(cfn-endpoint-props-builder id config)

Creates a CfnEndpointProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-rolling-update-policy-property-builderclj

(cfn-endpoint-rolling-update-policy-property-builder id config)

Creates a CfnEndpoint$RollingUpdatePolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$RollingUpdatePolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-traffic-routing-config-property-builderclj

(cfn-endpoint-traffic-routing-config-property-builder id config)

Creates a CfnEndpoint$TrafficRoutingConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$TrafficRoutingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-endpoint-variant-property-property-builderclj

(cfn-endpoint-variant-property-property-builder id config)

Creates a CfnEndpoint$VariantPropertyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEndpoint$VariantPropertyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-builderclj

(cfn-feature-group-builder scope id config)

Creates a CfnFeatureGroup$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnFeatureGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-data-catalog-config-property-builderclj

(cfn-feature-group-data-catalog-config-property-builder id config)

Creates a CfnFeatureGroup$DataCatalogConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$DataCatalogConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-feature-definition-property-builderclj

(cfn-feature-group-feature-definition-property-builder id config)

Creates a CfnFeatureGroup$FeatureDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$FeatureDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-offline-store-config-property-builderclj

(cfn-feature-group-offline-store-config-property-builder id config)

Creates a CfnFeatureGroup$OfflineStoreConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$OfflineStoreConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-online-store-config-property-builderclj

(cfn-feature-group-online-store-config-property-builder id config)

Creates a CfnFeatureGroup$OnlineStoreConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$OnlineStoreConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-online-store-security-config-property-builderclj

(cfn-feature-group-online-store-security-config-property-builder id config)

Creates a CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$OnlineStoreSecurityConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-props-builderclj

(cfn-feature-group-props-builder id config)

Creates a CfnFeatureGroupProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-s3-storage-config-property-builderclj

(cfn-feature-group-s3-storage-config-property-builder id config)

Creates a CfnFeatureGroup$S3StorageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$S3StorageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-throughput-config-property-builderclj

(cfn-feature-group-throughput-config-property-builder id config)

Creates a CfnFeatureGroup$ThroughputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$ThroughputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-feature-group-ttl-duration-property-builderclj

(cfn-feature-group-ttl-duration-property-builder id config)

Creates a CfnFeatureGroup$TtlDurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFeatureGroup$TtlDurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-image-builderclj

(cfn-image-builder scope id config)

Creates a CfnImage$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnImage$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-image-props-builderclj

(cfn-image-props-builder id config)

Creates a CfnImageProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-image-version-builderclj

(cfn-image-version-builder scope id config)

Creates a CfnImageVersion$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnImageVersion$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-image-version-props-builderclj

(cfn-image-version-props-builder id config)

Creates a CfnImageVersionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnImageVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-builderclj

(cfn-inference-component-builder scope id config)

Creates a CfnInferenceComponent$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnInferenceComponent$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-deployed-image-property-builderclj

(cfn-inference-component-deployed-image-property-builder id config)

Creates a CfnInferenceComponent$DeployedImageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$DeployedImageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-inference-component-compute-resource-requirements-property-builderclj

(cfn-inference-component-inference-component-compute-resource-requirements-property-builder
  id
  config)

Creates a CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$InferenceComponentComputeResourceRequirementsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-inference-component-container-specification-property-builderclj

(cfn-inference-component-inference-component-container-specification-property-builder
  id
  config)

Creates a CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$InferenceComponentContainerSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-inference-component-runtime-config-property-builderclj

(cfn-inference-component-inference-component-runtime-config-property-builder
  id
  config)

Creates a CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$InferenceComponentRuntimeConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-inference-component-specification-property-builderclj

(cfn-inference-component-inference-component-specification-property-builder
  id
  config)

Creates a CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$InferenceComponentSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-inference-component-startup-parameters-property-builderclj

(cfn-inference-component-inference-component-startup-parameters-property-builder
  id
  config)

Creates a CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponent$InferenceComponentStartupParametersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-component-props-builderclj

(cfn-inference-component-props-builder id config)

Creates a CfnInferenceComponentProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceComponentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-builderclj

(cfn-inference-experiment-builder scope id config)

Creates a CfnInferenceExperiment$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnInferenceExperiment$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-capture-content-type-header-property-builderclj

(cfn-inference-experiment-capture-content-type-header-property-builder id
                                                                       config)

Creates a CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$CaptureContentTypeHeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-data-storage-config-property-builderclj

(cfn-inference-experiment-data-storage-config-property-builder id config)

Creates a CfnInferenceExperiment$DataStorageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$DataStorageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-endpoint-metadata-property-builderclj

(cfn-inference-experiment-endpoint-metadata-property-builder id config)

Creates a CfnInferenceExperiment$EndpointMetadataProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$EndpointMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-inference-experiment-schedule-property-builderclj

(cfn-inference-experiment-inference-experiment-schedule-property-builder id
                                                                         config)

Creates a CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$InferenceExperimentScheduleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-model-infrastructure-config-property-builderclj

(cfn-inference-experiment-model-infrastructure-config-property-builder id
                                                                       config)

Creates a CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$ModelInfrastructureConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-model-variant-config-property-builderclj

(cfn-inference-experiment-model-variant-config-property-builder id config)

Creates a CfnInferenceExperiment$ModelVariantConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$ModelVariantConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-props-builderclj

(cfn-inference-experiment-props-builder id config)

Creates a CfnInferenceExperimentProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperimentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-real-time-inference-config-property-builderclj

(cfn-inference-experiment-real-time-inference-config-property-builder id config)

Creates a CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$RealTimeInferenceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-shadow-mode-config-property-builderclj

(cfn-inference-experiment-shadow-mode-config-property-builder id config)

Creates a CfnInferenceExperiment$ShadowModeConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$ShadowModeConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-inference-experiment-shadow-model-variant-config-property-builderclj

(cfn-inference-experiment-shadow-model-variant-config-property-builder id
                                                                       config)

Creates a CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInferenceExperiment$ShadowModelVariantConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-batch-transform-input-property-builderclj

(cfn-model-bias-job-definition-batch-transform-input-property-builder id config)

Creates a CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$BatchTransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-builderclj

(cfn-model-bias-job-definition-builder scope id config)

Creates a CfnModelBiasJobDefinition$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelBiasJobDefinition$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-cluster-config-property-builderclj

(cfn-model-bias-job-definition-cluster-config-property-builder id config)

Creates a CfnModelBiasJobDefinition$ClusterConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$ClusterConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-constraints-resource-property-builderclj

(cfn-model-bias-job-definition-constraints-resource-property-builder id config)

Creates a CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$ConstraintsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-csv-property-builderclj

(cfn-model-bias-job-definition-csv-property-builder id config)

Creates a CfnModelBiasJobDefinition$CsvProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$CsvProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-dataset-format-property-builderclj

(cfn-model-bias-job-definition-dataset-format-property-builder id config)

Creates a CfnModelBiasJobDefinition$DatasetFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$DatasetFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-endpoint-input-property-builderclj

(cfn-model-bias-job-definition-endpoint-input-property-builder id config)

Creates a CfnModelBiasJobDefinition$EndpointInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$EndpointInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-json-property-builderclj

(cfn-model-bias-job-definition-json-property-builder id config)

Creates a CfnModelBiasJobDefinition$JsonProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$JsonProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-model-bias-app-specification-property-builderclj

(cfn-model-bias-job-definition-model-bias-app-specification-property-builder
  id
  config)

Creates a CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$ModelBiasAppSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-model-bias-baseline-config-property-builderclj

(cfn-model-bias-job-definition-model-bias-baseline-config-property-builder
  id
  config)

Creates a CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$ModelBiasBaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-model-bias-job-input-property-builderclj

(cfn-model-bias-job-definition-model-bias-job-input-property-builder id config)

Creates a CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$ModelBiasJobInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builderclj

(cfn-model-bias-job-definition-monitoring-ground-truth-s3-input-property-builder
  id
  config)

Creates a CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$MonitoringGroundTruthS3InputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-monitoring-output-config-property-builderclj

(cfn-model-bias-job-definition-monitoring-output-config-property-builder id
                                                                         config)

Creates a CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$MonitoringOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-monitoring-output-property-builderclj

(cfn-model-bias-job-definition-monitoring-output-property-builder id config)

Creates a CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$MonitoringOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-monitoring-resources-property-builderclj

(cfn-model-bias-job-definition-monitoring-resources-property-builder id config)

Creates a CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$MonitoringResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-network-config-property-builderclj

(cfn-model-bias-job-definition-network-config-property-builder id config)

Creates a CfnModelBiasJobDefinition$NetworkConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$NetworkConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-props-builderclj

(cfn-model-bias-job-definition-props-builder id config)

Creates a CfnModelBiasJobDefinitionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-s3-output-property-builderclj

(cfn-model-bias-job-definition-s3-output-property-builder id config)

Creates a CfnModelBiasJobDefinition$S3OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$S3OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-stopping-condition-property-builderclj

(cfn-model-bias-job-definition-stopping-condition-property-builder id config)

Creates a CfnModelBiasJobDefinition$StoppingConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$StoppingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-bias-job-definition-vpc-config-property-builderclj

(cfn-model-bias-job-definition-vpc-config-property-builder id config)

Creates a CfnModelBiasJobDefinition$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelBiasJobDefinition$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-builderclj

(cfn-model-builder scope id config)

Creates a CfnModel$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModel$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-additional-information-property-builderclj

(cfn-model-card-additional-information-property-builder id config)

Creates a CfnModelCard$AdditionalInformationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$AdditionalInformationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-builderclj

(cfn-model-card-builder scope id config)

Creates a CfnModelCard$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelCard$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-business-details-property-builderclj

(cfn-model-card-business-details-property-builder id config)

Creates a CfnModelCard$BusinessDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$BusinessDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-container-property-builderclj

(cfn-model-card-container-property-builder id config)

Creates a CfnModelCard$ContainerProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ContainerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-content-property-builderclj

(cfn-model-card-content-property-builder id config)

Creates a CfnModelCard$ContentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ContentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-evaluation-detail-property-builderclj

(cfn-model-card-evaluation-detail-property-builder id config)

Creates a CfnModelCard$EvaluationDetailProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$EvaluationDetailProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-function-property-builderclj

(cfn-model-card-function-property-builder id config)

Creates a CfnModelCard$FunctionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$FunctionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-inference-environment-property-builderclj

(cfn-model-card-inference-environment-property-builder id config)

Creates a CfnModelCard$InferenceEnvironmentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$InferenceEnvironmentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-inference-specification-property-builderclj

(cfn-model-card-inference-specification-property-builder id config)

Creates a CfnModelCard$InferenceSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$InferenceSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-intended-uses-property-builderclj

(cfn-model-card-intended-uses-property-builder id config)

Creates a CfnModelCard$IntendedUsesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$IntendedUsesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-metric-data-items-property-builderclj

(cfn-model-card-metric-data-items-property-builder id config)

Creates a CfnModelCard$MetricDataItemsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$MetricDataItemsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-metric-group-property-builderclj

(cfn-model-card-metric-group-property-builder id config)

Creates a CfnModelCard$MetricGroupProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$MetricGroupProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-model-overview-property-builderclj

(cfn-model-card-model-overview-property-builder id config)

Creates a CfnModelCard$ModelOverviewProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ModelOverviewProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-model-package-creator-property-builderclj

(cfn-model-card-model-package-creator-property-builder id config)

Creates a CfnModelCard$ModelPackageCreatorProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ModelPackageCreatorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-model-package-details-property-builderclj

(cfn-model-card-model-package-details-property-builder id config)

Creates a CfnModelCard$ModelPackageDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ModelPackageDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-objective-function-property-builderclj

(cfn-model-card-objective-function-property-builder id config)

Creates a CfnModelCard$ObjectiveFunctionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$ObjectiveFunctionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-props-builderclj

(cfn-model-card-props-builder id config)

Creates a CfnModelCardProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCardProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-security-config-property-builderclj

(cfn-model-card-security-config-property-builder id config)

Creates a CfnModelCard$SecurityConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$SecurityConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-source-algorithm-property-builderclj

(cfn-model-card-source-algorithm-property-builder id config)

Creates a CfnModelCard$SourceAlgorithmProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$SourceAlgorithmProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-training-details-property-builderclj

(cfn-model-card-training-details-property-builder id config)

Creates a CfnModelCard$TrainingDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$TrainingDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-training-environment-property-builderclj

(cfn-model-card-training-environment-property-builder id config)

Creates a CfnModelCard$TrainingEnvironmentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$TrainingEnvironmentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-training-hyper-parameter-property-builderclj

(cfn-model-card-training-hyper-parameter-property-builder id config)

Creates a CfnModelCard$TrainingHyperParameterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$TrainingHyperParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-training-job-details-property-builderclj

(cfn-model-card-training-job-details-property-builder id config)

Creates a CfnModelCard$TrainingJobDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$TrainingJobDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-training-metric-property-builderclj

(cfn-model-card-training-metric-property-builder id config)

Creates a CfnModelCard$TrainingMetricProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$TrainingMetricProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-card-user-context-property-builderclj

(cfn-model-card-user-context-property-builder id config)

Creates a CfnModelCard$UserContextProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelCard$UserContextProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-container-definition-property-builderclj

(cfn-model-container-definition-property-builder id config)

Creates a CfnModel$ContainerDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$ContainerDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-batch-transform-input-property-builderclj

(cfn-model-explainability-job-definition-batch-transform-input-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$BatchTransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-builderclj

(cfn-model-explainability-job-definition-builder scope id config)

Creates a CfnModelExplainabilityJobDefinition$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelExplainabilityJobDefinition$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-cluster-config-property-builderclj

(cfn-model-explainability-job-definition-cluster-config-property-builder id
                                                                         config)

Creates a CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$ClusterConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-constraints-resource-property-builderclj

(cfn-model-explainability-job-definition-constraints-resource-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$ConstraintsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-csv-property-builderclj

(cfn-model-explainability-job-definition-csv-property-builder id config)

Creates a CfnModelExplainabilityJobDefinition$CsvProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$CsvProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-dataset-format-property-builderclj

(cfn-model-explainability-job-definition-dataset-format-property-builder id
                                                                         config)

Creates a CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$DatasetFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-endpoint-input-property-builderclj

(cfn-model-explainability-job-definition-endpoint-input-property-builder id
                                                                         config)

Creates a CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$EndpointInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-json-property-builderclj

(cfn-model-explainability-job-definition-json-property-builder id config)

Creates a CfnModelExplainabilityJobDefinition$JsonProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$JsonProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-model-explainability-app-specification-property-builderclj

(cfn-model-explainability-job-definition-model-explainability-app-specification-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$ModelExplainabilityAppSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builderclj

(cfn-model-explainability-job-definition-model-explainability-baseline-config-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$ModelExplainabilityBaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-model-explainability-job-input-property-builderclj

(cfn-model-explainability-job-definition-model-explainability-job-input-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$ModelExplainabilityJobInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-monitoring-output-config-property-builderclj

(cfn-model-explainability-job-definition-monitoring-output-config-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$MonitoringOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-monitoring-output-property-builderclj

(cfn-model-explainability-job-definition-monitoring-output-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$MonitoringOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-monitoring-resources-property-builderclj

(cfn-model-explainability-job-definition-monitoring-resources-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$MonitoringResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-network-config-property-builderclj

(cfn-model-explainability-job-definition-network-config-property-builder id
                                                                         config)

Creates a CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$NetworkConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-props-builderclj

(cfn-model-explainability-job-definition-props-builder id config)

Creates a CfnModelExplainabilityJobDefinitionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-s3-output-property-builderclj

(cfn-model-explainability-job-definition-s3-output-property-builder id config)

Creates a CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$S3OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-stopping-condition-property-builderclj

(cfn-model-explainability-job-definition-stopping-condition-property-builder
  id
  config)

Creates a CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$StoppingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-explainability-job-definition-vpc-config-property-builderclj

(cfn-model-explainability-job-definition-vpc-config-property-builder id config)

Creates a CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelExplainabilityJobDefinition$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-image-config-property-builderclj

(cfn-model-image-config-property-builder id config)

Creates a CfnModel$ImageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$ImageConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-inference-execution-config-property-builderclj

(cfn-model-inference-execution-config-property-builder id config)

Creates a CfnModel$InferenceExecutionConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$InferenceExecutionConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-model-access-config-property-builderclj

(cfn-model-model-access-config-property-builder id config)

Creates a CfnModel$ModelAccessConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$ModelAccessConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-model-data-source-property-builderclj

(cfn-model-model-data-source-property-builder id config)

Creates a CfnModel$ModelDataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$ModelDataSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-multi-model-config-property-builderclj

(cfn-model-multi-model-config-property-builder id config)

Creates a CfnModel$MultiModelConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$MultiModelConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-additional-inference-specification-definition-property-builderclj

(cfn-model-package-additional-inference-specification-definition-property-builder
  id
  config)

Creates a CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$AdditionalInferenceSpecificationDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-bias-property-builderclj

(cfn-model-package-bias-property-builder id config)

Creates a CfnModelPackage$BiasProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$BiasProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-builderclj

(cfn-model-package-builder scope id config)

Creates a CfnModelPackage$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelPackage$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-data-source-property-builderclj

(cfn-model-package-data-source-property-builder id config)

Creates a CfnModelPackage$DataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DataSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-drift-check-baselines-property-builderclj

(cfn-model-package-drift-check-baselines-property-builder id config)

Creates a CfnModelPackage$DriftCheckBaselinesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DriftCheckBaselinesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-drift-check-bias-property-builderclj

(cfn-model-package-drift-check-bias-property-builder id config)

Creates a CfnModelPackage$DriftCheckBiasProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DriftCheckBiasProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-drift-check-explainability-property-builderclj

(cfn-model-package-drift-check-explainability-property-builder id config)

Creates a CfnModelPackage$DriftCheckExplainabilityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DriftCheckExplainabilityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-drift-check-model-data-quality-property-builderclj

(cfn-model-package-drift-check-model-data-quality-property-builder id config)

Creates a CfnModelPackage$DriftCheckModelDataQualityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DriftCheckModelDataQualityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-drift-check-model-quality-property-builderclj

(cfn-model-package-drift-check-model-quality-property-builder id config)

Creates a CfnModelPackage$DriftCheckModelQualityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$DriftCheckModelQualityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-explainability-property-builderclj

(cfn-model-package-explainability-property-builder id config)

Creates a CfnModelPackage$ExplainabilityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ExplainabilityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-file-source-property-builderclj

(cfn-model-package-file-source-property-builder id config)

Creates a CfnModelPackage$FileSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$FileSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-group-builderclj

(cfn-model-package-group-builder scope id config)

Creates a CfnModelPackageGroup$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelPackageGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-group-props-builderclj

(cfn-model-package-group-props-builder id config)

Creates a CfnModelPackageGroupProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackageGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-inference-specification-property-builderclj

(cfn-model-package-inference-specification-property-builder id config)

Creates a CfnModelPackage$InferenceSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$InferenceSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-metadata-properties-property-builderclj

(cfn-model-package-metadata-properties-property-builder id config)

Creates a CfnModelPackage$MetadataPropertiesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$MetadataPropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-metrics-source-property-builderclj

(cfn-model-package-metrics-source-property-builder id config)

Creates a CfnModelPackage$MetricsSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$MetricsSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-data-quality-property-builderclj

(cfn-model-package-model-data-quality-property-builder id config)

Creates a CfnModelPackage$ModelDataQualityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelDataQualityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-input-property-builderclj

(cfn-model-package-model-input-property-builder id config)

Creates a CfnModelPackage$ModelInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-metrics-property-builderclj

(cfn-model-package-model-metrics-property-builder id config)

Creates a CfnModelPackage$ModelMetricsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelMetricsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-package-container-definition-property-builderclj

(cfn-model-package-model-package-container-definition-property-builder id
                                                                       config)

Creates a CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelPackageContainerDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-package-status-details-property-builderclj

(cfn-model-package-model-package-status-details-property-builder id config)

Creates a CfnModelPackage$ModelPackageStatusDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelPackageStatusDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-package-status-item-property-builderclj

(cfn-model-package-model-package-status-item-property-builder id config)

Creates a CfnModelPackage$ModelPackageStatusItemProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelPackageStatusItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-model-quality-property-builderclj

(cfn-model-package-model-quality-property-builder id config)

Creates a CfnModelPackage$ModelQualityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ModelQualityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-props-builderclj

(cfn-model-package-props-builder id config)

Creates a CfnModelPackageProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-s3-data-source-property-builderclj

(cfn-model-package-s3-data-source-property-builder id config)

Creates a CfnModelPackage$S3DataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$S3DataSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-source-algorithm-property-builderclj

(cfn-model-package-source-algorithm-property-builder id config)

Creates a CfnModelPackage$SourceAlgorithmProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$SourceAlgorithmProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-source-algorithm-specification-property-builderclj

(cfn-model-package-source-algorithm-specification-property-builder id config)

Creates a CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$SourceAlgorithmSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-transform-input-property-builderclj

(cfn-model-package-transform-input-property-builder id config)

Creates a CfnModelPackage$TransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$TransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-transform-job-definition-property-builderclj

(cfn-model-package-transform-job-definition-property-builder id config)

Creates a CfnModelPackage$TransformJobDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$TransformJobDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-transform-output-property-builderclj

(cfn-model-package-transform-output-property-builder id config)

Creates a CfnModelPackage$TransformOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$TransformOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-transform-resources-property-builderclj

(cfn-model-package-transform-resources-property-builder id config)

Creates a CfnModelPackage$TransformResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$TransformResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-validation-profile-property-builderclj

(cfn-model-package-validation-profile-property-builder id config)

Creates a CfnModelPackage$ValidationProfileProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ValidationProfileProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-package-validation-specification-property-builderclj

(cfn-model-package-validation-specification-property-builder id config)

Creates a CfnModelPackage$ValidationSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelPackage$ValidationSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-props-builderclj

(cfn-model-props-builder id config)

Creates a CfnModelProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-batch-transform-input-property-builderclj

(cfn-model-quality-job-definition-batch-transform-input-property-builder id
                                                                         config)

Creates a CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$BatchTransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-builderclj

(cfn-model-quality-job-definition-builder scope id config)

Creates a CfnModelQualityJobDefinition$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnModelQualityJobDefinition$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-cluster-config-property-builderclj

(cfn-model-quality-job-definition-cluster-config-property-builder id config)

Creates a CfnModelQualityJobDefinition$ClusterConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$ClusterConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-constraints-resource-property-builderclj

(cfn-model-quality-job-definition-constraints-resource-property-builder id
                                                                        config)

Creates a CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$ConstraintsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-csv-property-builderclj

(cfn-model-quality-job-definition-csv-property-builder id config)

Creates a CfnModelQualityJobDefinition$CsvProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$CsvProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-dataset-format-property-builderclj

(cfn-model-quality-job-definition-dataset-format-property-builder id config)

Creates a CfnModelQualityJobDefinition$DatasetFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$DatasetFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-endpoint-input-property-builderclj

(cfn-model-quality-job-definition-endpoint-input-property-builder id config)

Creates a CfnModelQualityJobDefinition$EndpointInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$EndpointInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-json-property-builderclj

(cfn-model-quality-job-definition-json-property-builder id config)

Creates a CfnModelQualityJobDefinition$JsonProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$JsonProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-model-quality-app-specification-property-builderclj

(cfn-model-quality-job-definition-model-quality-app-specification-property-builder
  id
  config)

Creates a CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$ModelQualityAppSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-model-quality-baseline-config-property-builderclj

(cfn-model-quality-job-definition-model-quality-baseline-config-property-builder
  id
  config)

Creates a CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$ModelQualityBaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-model-quality-job-input-property-builderclj

(cfn-model-quality-job-definition-model-quality-job-input-property-builder
  id
  config)

Creates a CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$ModelQualityJobInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builderclj

(cfn-model-quality-job-definition-monitoring-ground-truth-s3-input-property-builder
  id
  config)

Creates a CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$MonitoringGroundTruthS3InputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-monitoring-output-config-property-builderclj

(cfn-model-quality-job-definition-monitoring-output-config-property-builder
  id
  config)

Creates a CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$MonitoringOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-monitoring-output-property-builderclj

(cfn-model-quality-job-definition-monitoring-output-property-builder id config)

Creates a CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$MonitoringOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-monitoring-resources-property-builderclj

(cfn-model-quality-job-definition-monitoring-resources-property-builder id
                                                                        config)

Creates a CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$MonitoringResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-network-config-property-builderclj

(cfn-model-quality-job-definition-network-config-property-builder id config)

Creates a CfnModelQualityJobDefinition$NetworkConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$NetworkConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-props-builderclj

(cfn-model-quality-job-definition-props-builder id config)

Creates a CfnModelQualityJobDefinitionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-s3-output-property-builderclj

(cfn-model-quality-job-definition-s3-output-property-builder id config)

Creates a CfnModelQualityJobDefinition$S3OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$S3OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-stopping-condition-property-builderclj

(cfn-model-quality-job-definition-stopping-condition-property-builder id config)

Creates a CfnModelQualityJobDefinition$StoppingConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$StoppingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-quality-job-definition-vpc-config-property-builderclj

(cfn-model-quality-job-definition-vpc-config-property-builder id config)

Creates a CfnModelQualityJobDefinition$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModelQualityJobDefinition$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-repository-auth-config-property-builderclj

(cfn-model-repository-auth-config-property-builder id config)

Creates a CfnModel$RepositoryAuthConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$RepositoryAuthConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-s3-data-source-property-builderclj

(cfn-model-s3-data-source-property-builder id config)

Creates a CfnModel$S3DataSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$S3DataSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-model-vpc-config-property-builderclj

(cfn-model-vpc-config-property-builder id config)

Creates a CfnModel$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnModel$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-baseline-config-property-builderclj

(cfn-monitoring-schedule-baseline-config-property-builder id config)

Creates a CfnMonitoringSchedule$BaselineConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$BaselineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-batch-transform-input-property-builderclj

(cfn-monitoring-schedule-batch-transform-input-property-builder id config)

Creates a CfnMonitoringSchedule$BatchTransformInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$BatchTransformInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-builderclj

(cfn-monitoring-schedule-builder scope id config)

Creates a CfnMonitoringSchedule$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnMonitoringSchedule$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-cluster-config-property-builderclj

(cfn-monitoring-schedule-cluster-config-property-builder id config)

Creates a CfnMonitoringSchedule$ClusterConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$ClusterConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-constraints-resource-property-builderclj

(cfn-monitoring-schedule-constraints-resource-property-builder id config)

Creates a CfnMonitoringSchedule$ConstraintsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$ConstraintsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-csv-property-builderclj

(cfn-monitoring-schedule-csv-property-builder id config)

Creates a CfnMonitoringSchedule$CsvProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$CsvProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-dataset-format-property-builderclj

(cfn-monitoring-schedule-dataset-format-property-builder id config)

Creates a CfnMonitoringSchedule$DatasetFormatProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$DatasetFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-endpoint-input-property-builderclj

(cfn-monitoring-schedule-endpoint-input-property-builder id config)

Creates a CfnMonitoringSchedule$EndpointInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$EndpointInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-json-property-builderclj

(cfn-monitoring-schedule-json-property-builder id config)

Creates a CfnMonitoringSchedule$JsonProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$JsonProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-app-specification-property-builderclj

(cfn-monitoring-schedule-monitoring-app-specification-property-builder id
                                                                       config)

Creates a CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringAppSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-execution-summary-property-builderclj

(cfn-monitoring-schedule-monitoring-execution-summary-property-builder id
                                                                       config)

Creates a CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringExecutionSummaryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-input-property-builderclj

(cfn-monitoring-schedule-monitoring-input-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringInputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-job-definition-property-builderclj

(cfn-monitoring-schedule-monitoring-job-definition-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringJobDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-output-config-property-builderclj

(cfn-monitoring-schedule-monitoring-output-config-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringOutputConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-output-property-builderclj

(cfn-monitoring-schedule-monitoring-output-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringOutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringOutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-resources-property-builderclj

(cfn-monitoring-schedule-monitoring-resources-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringResourcesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-monitoring-schedule-config-property-builderclj

(cfn-monitoring-schedule-monitoring-schedule-config-property-builder id config)

Creates a CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$MonitoringScheduleConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-network-config-property-builderclj

(cfn-monitoring-schedule-network-config-property-builder id config)

Creates a CfnMonitoringSchedule$NetworkConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$NetworkConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-props-builderclj

(cfn-monitoring-schedule-props-builder id config)

Creates a CfnMonitoringScheduleProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringScheduleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-s3-output-property-builderclj

(cfn-monitoring-schedule-s3-output-property-builder id config)

Creates a CfnMonitoringSchedule$S3OutputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$S3OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-schedule-config-property-builderclj

(cfn-monitoring-schedule-schedule-config-property-builder id config)

Creates a CfnMonitoringSchedule$ScheduleConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$ScheduleConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-statistics-resource-property-builderclj

(cfn-monitoring-schedule-statistics-resource-property-builder id config)

Creates a CfnMonitoringSchedule$StatisticsResourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$StatisticsResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-stopping-condition-property-builderclj

(cfn-monitoring-schedule-stopping-condition-property-builder id config)

Creates a CfnMonitoringSchedule$StoppingConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$StoppingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-monitoring-schedule-vpc-config-property-builderclj

(cfn-monitoring-schedule-vpc-config-property-builder id config)

Creates a CfnMonitoringSchedule$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMonitoringSchedule$VpcConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-builderclj

(cfn-notebook-instance-builder scope id config)

Creates a CfnNotebookInstance$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnNotebookInstance$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-instance-metadata-service-configuration-property-builderclj

(cfn-notebook-instance-instance-metadata-service-configuration-property-builder
  id
  config)

Creates a CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnNotebookInstance$InstanceMetadataServiceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-lifecycle-config-builderclj

(cfn-notebook-instance-lifecycle-config-builder scope id config)

Creates a CfnNotebookInstanceLifecycleConfig$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnNotebookInstanceLifecycleConfig$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builderclj

(cfn-notebook-instance-lifecycle-config-notebook-instance-lifecycle-hook-property-builder
  id
  config)

Creates a CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnNotebookInstanceLifecycleConfig$NotebookInstanceLifecycleHookProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-lifecycle-config-props-builderclj

(cfn-notebook-instance-lifecycle-config-props-builder id config)

Creates a CfnNotebookInstanceLifecycleConfigProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnNotebookInstanceLifecycleConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-notebook-instance-props-builderclj

(cfn-notebook-instance-props-builder id config)

Creates a CfnNotebookInstanceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnNotebookInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-builderclj

(cfn-pipeline-builder scope id config)

Creates a CfnPipeline$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnPipeline$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-parallelism-configuration-property-builderclj

(cfn-pipeline-parallelism-configuration-property-builder id config)

Creates a CfnPipeline$ParallelismConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$ParallelismConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-pipeline-definition-property-builderclj

(cfn-pipeline-pipeline-definition-property-builder id config)

Creates a CfnPipeline$PipelineDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$PipelineDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-props-builderclj

(cfn-pipeline-props-builder id config)

Creates a CfnPipelineProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipelineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-s3-location-property-builderclj

(cfn-pipeline-s3-location-property-builder id config)

Creates a CfnPipeline$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$S3LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-project-builderclj

(cfn-project-builder scope id config)

Creates a CfnProject$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnProject$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-project-props-builderclj

(cfn-project-props-builder id config)

Creates a CfnProjectProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-project-provisioning-parameter-property-builderclj

(cfn-project-provisioning-parameter-property-builder id config)

Creates a CfnProject$ProvisioningParameterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProject$ProvisioningParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-project-service-catalog-provisioned-product-details-property-builderclj

(cfn-project-service-catalog-provisioned-product-details-property-builder
  id
  config)

Creates a CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProject$ServiceCatalogProvisionedProductDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-project-service-catalog-provisioning-details-property-builderclj

(cfn-project-service-catalog-provisioning-details-property-builder id config)

Creates a CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProject$ServiceCatalogProvisioningDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-builderclj

(cfn-space-builder scope id config)

Creates a CfnSpace$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnSpace$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-code-repository-property-builderclj

(cfn-space-code-repository-property-builder id config)

Creates a CfnSpace$CodeRepositoryProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$CodeRepositoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-custom-file-system-property-builderclj

(cfn-space-custom-file-system-property-builder id config)

Creates a CfnSpace$CustomFileSystemProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$CustomFileSystemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-custom-image-property-builderclj

(cfn-space-custom-image-property-builder id config)

Creates a CfnSpace$CustomImageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$CustomImageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-ebs-storage-settings-property-builderclj

(cfn-space-ebs-storage-settings-property-builder id config)

Creates a CfnSpace$EbsStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$EbsStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-efs-file-system-property-builderclj

(cfn-space-efs-file-system-property-builder id config)

Creates a CfnSpace$EFSFileSystemProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$EFSFileSystemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-jupyter-server-app-settings-property-builderclj

(cfn-space-jupyter-server-app-settings-property-builder id config)

Creates a CfnSpace$JupyterServerAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$JupyterServerAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-kernel-gateway-app-settings-property-builderclj

(cfn-space-kernel-gateway-app-settings-property-builder id config)

Creates a CfnSpace$KernelGatewayAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$KernelGatewayAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-ownership-settings-property-builderclj

(cfn-space-ownership-settings-property-builder id config)

Creates a CfnSpace$OwnershipSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$OwnershipSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-props-builderclj

(cfn-space-props-builder id config)

Creates a CfnSpaceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpaceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-resource-spec-property-builderclj

(cfn-space-resource-spec-property-builder id config)

Creates a CfnSpace$ResourceSpecProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$ResourceSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-space-code-editor-app-settings-property-builderclj

(cfn-space-space-code-editor-app-settings-property-builder id config)

Creates a CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$SpaceCodeEditorAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-space-jupyter-lab-app-settings-property-builderclj

(cfn-space-space-jupyter-lab-app-settings-property-builder id config)

Creates a CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$SpaceJupyterLabAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-space-settings-property-builderclj

(cfn-space-space-settings-property-builder id config)

Creates a CfnSpace$SpaceSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$SpaceSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-space-sharing-settings-property-builderclj

(cfn-space-space-sharing-settings-property-builder id config)

Creates a CfnSpace$SpaceSharingSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$SpaceSharingSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-space-space-storage-settings-property-builderclj

(cfn-space-space-storage-settings-property-builder id config)

Creates a CfnSpace$SpaceStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSpace$SpaceStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-builderclj

(cfn-user-profile-builder scope id config)

Creates a CfnUserProfile$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnUserProfile$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-code-editor-app-settings-property-builderclj

(cfn-user-profile-code-editor-app-settings-property-builder id config)

Creates a CfnUserProfile$CodeEditorAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$CodeEditorAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-code-repository-property-builderclj

(cfn-user-profile-code-repository-property-builder id config)

Creates a CfnUserProfile$CodeRepositoryProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$CodeRepositoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-custom-file-system-config-property-builderclj

(cfn-user-profile-custom-file-system-config-property-builder id config)

Creates a CfnUserProfile$CustomFileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$CustomFileSystemConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-custom-image-property-builderclj

(cfn-user-profile-custom-image-property-builder id config)

Creates a CfnUserProfile$CustomImageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$CustomImageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-custom-posix-user-config-property-builderclj

(cfn-user-profile-custom-posix-user-config-property-builder id config)

Creates a CfnUserProfile$CustomPosixUserConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$CustomPosixUserConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-default-ebs-storage-settings-property-builderclj

(cfn-user-profile-default-ebs-storage-settings-property-builder id config)

Creates a CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$DefaultEbsStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-default-space-storage-settings-property-builderclj

(cfn-user-profile-default-space-storage-settings-property-builder id config)

Creates a CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$DefaultSpaceStorageSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-efs-file-system-config-property-builderclj

(cfn-user-profile-efs-file-system-config-property-builder id config)

Creates a CfnUserProfile$EFSFileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$EFSFileSystemConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-jupyter-lab-app-settings-property-builderclj

(cfn-user-profile-jupyter-lab-app-settings-property-builder id config)

Creates a CfnUserProfile$JupyterLabAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$JupyterLabAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-jupyter-server-app-settings-property-builderclj

(cfn-user-profile-jupyter-server-app-settings-property-builder id config)

Creates a CfnUserProfile$JupyterServerAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$JupyterServerAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-kernel-gateway-app-settings-property-builderclj

(cfn-user-profile-kernel-gateway-app-settings-property-builder id config)

Creates a CfnUserProfile$KernelGatewayAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$KernelGatewayAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-props-builderclj

(cfn-user-profile-props-builder id config)

Creates a CfnUserProfileProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-r-studio-server-pro-app-settings-property-builderclj

(cfn-user-profile-r-studio-server-pro-app-settings-property-builder id config)

Creates a CfnUserProfile$RStudioServerProAppSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$RStudioServerProAppSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-resource-spec-property-builderclj

(cfn-user-profile-resource-spec-property-builder id config)

Creates a CfnUserProfile$ResourceSpecProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$ResourceSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-sharing-settings-property-builderclj

(cfn-user-profile-sharing-settings-property-builder id config)

Creates a CfnUserProfile$SharingSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$SharingSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-user-profile-user-settings-property-builderclj

(cfn-user-profile-user-settings-property-builder id config)

Creates a CfnUserProfile$UserSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnUserProfile$UserSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-builderclj

(cfn-workteam-builder scope id config)

Creates a CfnWorkteam$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnWorkteam$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-cognito-member-definition-property-builderclj

(cfn-workteam-cognito-member-definition-property-builder id config)

Creates a CfnWorkteam$CognitoMemberDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkteam$CognitoMemberDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-member-definition-property-builderclj

(cfn-workteam-member-definition-property-builder id config)

Creates a CfnWorkteam$MemberDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkteam$MemberDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-notification-configuration-property-builderclj

(cfn-workteam-notification-configuration-property-builder id config)

Creates a CfnWorkteam$NotificationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkteam$NotificationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-oidc-member-definition-property-builderclj

(cfn-workteam-oidc-member-definition-property-builder id config)

Creates a CfnWorkteam$OidcMemberDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkteam$OidcMemberDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-workteam-props-builderclj

(cfn-workteam-props-builder id config)

Creates a CfnWorkteamProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWorkteamProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close