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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
header | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
line | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Output | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterConfig | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition$ClusterConfigProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntimeInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
efsFileSystemConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gid | java.lang.Number | cdk.support/lookup-entry | :gid |
uid | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultEbsStorageSettings | software.amazon.awscdk.services.sagemaker.CfnDomain$DefaultEbsStorageSettingsProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultResourceSpec | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
alarmName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
alarms | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxConcurrentInvocationsPerInstance | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
captureMode | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
granularity | java.lang.String | cdk.support/lookup-entry | :granularity |
language | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clarifyExplainerConfig | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig$ClarifyExplainerConfigProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
routingStrategy | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
variantPropertyType | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKeyId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
header | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
line | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Output | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntimeInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerImage | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containers | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userProfileName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKeyId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerImage | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
header | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
line | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Output | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntimeInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mode | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptEula | java.lang.Boolean | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3DataSource | software.amazon.awscdk.services.sagemaker.CfnModel$S3DataSourceProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
modelCacheSetting | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3DataSource | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
report | software.amazon.awscdk.services.sagemaker.CfnModelPackage$MetricsSourceProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataInputConfig | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
validationStatuses | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sourceAlgorithms | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
header | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
line | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Output | software.amazon.awscdk.services.sagemaker.CfnModelQualityJobDefinition$S3OutputProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntimeInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryCredentialsProviderArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
header | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
line | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Output | software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule$S3OutputProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Uri | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRuntimeInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
minimumInstanceMetadataServiceVersion | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
content | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxParallelExecutionSteps | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
efsFileSystem | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ebsVolumeSizeInGb | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileSystemId | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultResourceSpec | software.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecProperty | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ownerUserProfileName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultResourceSpec | software.amazon.awscdk.services.sagemaker.CfnSpace$ResourceSpecProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sharingType | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ebsStorageSettings | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
efsFileSystemConfig | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gid | java.lang.Number | cdk.support/lookup-entry | :gid |
uid | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultEbsStorageSettings | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultResourceSpec | software.amazon.awscdk.services.sagemaker.CfnUserProfile$ResourceSpecProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
notificationTopicArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
oidcGroups | java.util.List | cdk.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` |
(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:
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 |
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` |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close