Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.personalize package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.personalize package.
(build-cfn-dataset-builder builder id config)
The build-cfn-dataset-builder function updates a CfnDataset$Builder instance using the provided configuration. The function takes the CfnDataset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetGroupArn | java.lang.String | cdk.support/lookup-entry | :dataset-group-arn |
datasetImportJob | software.amazon.awscdk.services.personalize.CfnDataset$DatasetImportJobProperty | cdk.support/lookup-entry | :dataset-import-job |
datasetType | java.lang.String | cdk.support/lookup-entry | :dataset-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
schemaArn | java.lang.String | cdk.support/lookup-entry | :schema-arn |
The build-cfn-dataset-builder function updates a CfnDataset$Builder instance using the provided configuration. The function takes the CfnDataset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datasetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-group-arn` | | `datasetImportJob` | software.amazon.awscdk.services.personalize.CfnDataset$DatasetImportJobProperty | [[cdk.support/lookup-entry]] | `:dataset-import-job` | | `datasetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` |
(build-cfn-dataset-data-source-property-builder builder id config)
The build-cfn-dataset-data-source-property-builder function updates a CfnDataset$DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnDataset$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 |
---|---|---|---|
dataLocation | java.lang.String | cdk.support/lookup-entry | :data-location |
The build-cfn-dataset-data-source-property-builder function updates a CfnDataset$DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnDataset$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 | |---|---|---|---| | `dataLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-location` |
(build-cfn-dataset-dataset-import-job-property-builder builder id config)
The build-cfn-dataset-dataset-import-job-property-builder function updates a CfnDataset$DatasetImportJobProperty$Builder instance using the provided configuration. The function takes the CfnDataset$DatasetImportJobProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataSource | java.lang.Object | cdk.support/lookup-entry | :data-source |
datasetArn | java.lang.String | cdk.support/lookup-entry | :dataset-arn |
datasetImportJobArn | java.lang.String | cdk.support/lookup-entry | :dataset-import-job-arn |
jobName | java.lang.String | cdk.support/lookup-entry | :job-name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-dataset-dataset-import-job-property-builder function updates a CfnDataset$DatasetImportJobProperty$Builder instance using the provided configuration. The function takes the CfnDataset$DatasetImportJobProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataSource` | java.lang.Object | [[cdk.support/lookup-entry]] | `:data-source` | | `datasetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-arn` | | `datasetImportJobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-import-job-arn` | | `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-dataset-group-builder builder id config)
The build-cfn-dataset-group-builder function updates a CfnDatasetGroup$Builder instance using the provided configuration. The function takes the CfnDatasetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-dataset-group-builder function updates a CfnDatasetGroup$Builder instance using the provided configuration. The function takes the CfnDatasetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-dataset-group-props-builder builder id config)
The build-cfn-dataset-group-props-builder function updates a CfnDatasetGroupProps$Builder instance using the provided configuration. The function takes the CfnDatasetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-dataset-group-props-builder function updates a CfnDatasetGroupProps$Builder instance using the provided configuration. The function takes the CfnDatasetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-dataset-props-builder builder id config)
The build-cfn-dataset-props-builder function updates a CfnDatasetProps$Builder instance using the provided configuration. The function takes the CfnDatasetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetGroupArn | java.lang.String | cdk.support/lookup-entry | :dataset-group-arn |
datasetImportJob | software.amazon.awscdk.services.personalize.CfnDataset$DatasetImportJobProperty | cdk.support/lookup-entry | :dataset-import-job |
datasetType | java.lang.String | cdk.support/lookup-entry | :dataset-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
schemaArn | java.lang.String | cdk.support/lookup-entry | :schema-arn |
The build-cfn-dataset-props-builder function updates a CfnDatasetProps$Builder instance using the provided configuration. The function takes the CfnDatasetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datasetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-group-arn` | | `datasetImportJob` | software.amazon.awscdk.services.personalize.CfnDataset$DatasetImportJobProperty | [[cdk.support/lookup-entry]] | `:dataset-import-job` | | `datasetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` |
(build-cfn-schema-builder builder id config)
The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration. The function takes the CfnSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
name | java.lang.String | cdk.support/lookup-entry | :name |
schema | java.lang.String | cdk.support/lookup-entry | :schema |
The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration. The function takes the CfnSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schema` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema` |
(build-cfn-schema-props-builder builder id config)
The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration. The function takes the CfnSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
name | java.lang.String | cdk.support/lookup-entry | :name |
schema | java.lang.String | cdk.support/lookup-entry | :schema |
The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration. The function takes the CfnSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schema` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema` |
(build-cfn-solution-algorithm-hyper-parameter-ranges-property-builder builder
id
config)
The build-cfn-solution-algorithm-hyper-parameter-ranges-property-builder function updates a CfnSolution$AlgorithmHyperParameterRangesProperty$Builder instance using the provided configuration. The function takes the CfnSolution$AlgorithmHyperParameterRangesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
categoricalHyperParameterRanges | java.util.List | cdk.support/lookup-entry | :categorical-hyper-parameter-ranges |
continuousHyperParameterRanges | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :continuous-hyper-parameter-ranges |
integerHyperParameterRanges | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :integer-hyper-parameter-ranges |
The build-cfn-solution-algorithm-hyper-parameter-ranges-property-builder function updates a CfnSolution$AlgorithmHyperParameterRangesProperty$Builder instance using the provided configuration. The function takes the CfnSolution$AlgorithmHyperParameterRangesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `categoricalHyperParameterRanges` | java.util.List | [[cdk.support/lookup-entry]] | `:categorical-hyper-parameter-ranges` | | `continuousHyperParameterRanges` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:continuous-hyper-parameter-ranges` | | `integerHyperParameterRanges` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:integer-hyper-parameter-ranges` |
(build-cfn-solution-auto-ml-config-property-builder builder id config)
The build-cfn-solution-auto-ml-config-property-builder function updates a CfnSolution$AutoMLConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$AutoMLConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
recipeList | java.util.List | cdk.support/lookup-entry | :recipe-list |
The build-cfn-solution-auto-ml-config-property-builder function updates a CfnSolution$AutoMLConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$AutoMLConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `recipeList` | java.util.List | [[cdk.support/lookup-entry]] | `:recipe-list` |
(build-cfn-solution-builder builder id config)
The build-cfn-solution-builder function updates a CfnSolution$Builder instance using the provided configuration. The function takes the CfnSolution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetGroupArn | java.lang.String | cdk.support/lookup-entry | :dataset-group-arn |
eventType | java.lang.String | cdk.support/lookup-entry | :event-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
performAutoMl | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :perform-auto-ml |
performHpo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :perform-hpo |
recipeArn | java.lang.String | cdk.support/lookup-entry | :recipe-arn |
solutionConfig | software.amazon.awscdk.services.personalize.CfnSolution$SolutionConfigProperty | cdk.support/lookup-entry | :solution-config |
The build-cfn-solution-builder function updates a CfnSolution$Builder instance using the provided configuration. The function takes the CfnSolution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datasetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-group-arn` | | `eventType` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `performAutoMl` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:perform-auto-ml` | | `performHpo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:perform-hpo` | | `recipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:recipe-arn` | | `solutionConfig` | software.amazon.awscdk.services.personalize.CfnSolution$SolutionConfigProperty | [[cdk.support/lookup-entry]] | `:solution-config` |
(build-cfn-solution-categorical-hyper-parameter-range-property-builder builder
id
config)
The build-cfn-solution-categorical-hyper-parameter-range-property-builder function updates a CfnSolution$CategoricalHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$CategoricalHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-solution-categorical-hyper-parameter-range-property-builder function updates a CfnSolution$CategoricalHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$CategoricalHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-solution-continuous-hyper-parameter-range-property-builder builder
id
config)
The build-cfn-solution-continuous-hyper-parameter-range-property-builder function updates a CfnSolution$ContinuousHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$ContinuousHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxValue | java.lang.Number | cdk.support/lookup-entry | :max-value |
minValue | java.lang.Number | cdk.support/lookup-entry | :min-value |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-solution-continuous-hyper-parameter-range-property-builder function updates a CfnSolution$ContinuousHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$ContinuousHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` | | `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-solution-hpo-config-property-builder builder id config)
The build-cfn-solution-hpo-config-property-builder function updates a CfnSolution$HpoConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
algorithmHyperParameterRanges | software.amazon.awscdk.services.personalize.CfnSolution$AlgorithmHyperParameterRangesProperty | cdk.support/lookup-entry | :algorithm-hyper-parameter-ranges |
hpoObjective | software.amazon.awscdk.services.personalize.CfnSolution$HpoObjectiveProperty | cdk.support/lookup-entry | :hpo-objective |
hpoResourceConfig | software.amazon.awscdk.services.personalize.CfnSolution$HpoResourceConfigProperty | cdk.support/lookup-entry | :hpo-resource-config |
The build-cfn-solution-hpo-config-property-builder function updates a CfnSolution$HpoConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `algorithmHyperParameterRanges` | software.amazon.awscdk.services.personalize.CfnSolution$AlgorithmHyperParameterRangesProperty | [[cdk.support/lookup-entry]] | `:algorithm-hyper-parameter-ranges` | | `hpoObjective` | software.amazon.awscdk.services.personalize.CfnSolution$HpoObjectiveProperty | [[cdk.support/lookup-entry]] | `:hpo-objective` | | `hpoResourceConfig` | software.amazon.awscdk.services.personalize.CfnSolution$HpoResourceConfigProperty | [[cdk.support/lookup-entry]] | `:hpo-resource-config` |
(build-cfn-solution-hpo-objective-property-builder builder id config)
The build-cfn-solution-hpo-objective-property-builder function updates a CfnSolution$HpoObjectiveProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoObjectiveProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
metricRegex | java.lang.String | cdk.support/lookup-entry | :metric-regex |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-solution-hpo-objective-property-builder function updates a CfnSolution$HpoObjectiveProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoObjectiveProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `metricRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-regex` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-solution-hpo-resource-config-property-builder builder id config)
The build-cfn-solution-hpo-resource-config-property-builder function updates a CfnSolution$HpoResourceConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoResourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxNumberOfTrainingJobs | java.lang.String | cdk.support/lookup-entry | :max-number-of-training-jobs |
maxParallelTrainingJobs | java.lang.String | cdk.support/lookup-entry | :max-parallel-training-jobs |
The build-cfn-solution-hpo-resource-config-property-builder function updates a CfnSolution$HpoResourceConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$HpoResourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxNumberOfTrainingJobs` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-number-of-training-jobs` | | `maxParallelTrainingJobs` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-parallel-training-jobs` |
(build-cfn-solution-integer-hyper-parameter-range-property-builder builder
id
config)
The build-cfn-solution-integer-hyper-parameter-range-property-builder function updates a CfnSolution$IntegerHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$IntegerHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxValue | java.lang.Number | cdk.support/lookup-entry | :max-value |
minValue | java.lang.Number | cdk.support/lookup-entry | :min-value |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-solution-integer-hyper-parameter-range-property-builder function updates a CfnSolution$IntegerHyperParameterRangeProperty$Builder instance using the provided configuration. The function takes the CfnSolution$IntegerHyperParameterRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` | | `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-solution-props-builder builder id config)
The build-cfn-solution-props-builder function updates a CfnSolutionProps$Builder instance using the provided configuration. The function takes the CfnSolutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetGroupArn | java.lang.String | cdk.support/lookup-entry | :dataset-group-arn |
eventType | java.lang.String | cdk.support/lookup-entry | :event-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
performAutoMl | java.lang.Boolean | cdk.support/lookup-entry | :perform-auto-ml |
performHpo | java.lang.Boolean | cdk.support/lookup-entry | :perform-hpo |
recipeArn | java.lang.String | cdk.support/lookup-entry | :recipe-arn |
solutionConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :solution-config |
The build-cfn-solution-props-builder function updates a CfnSolutionProps$Builder instance using the provided configuration. The function takes the CfnSolutionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `datasetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-group-arn` | | `eventType` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `performAutoMl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:perform-auto-ml` | | `performHpo` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:perform-hpo` | | `recipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:recipe-arn` | | `solutionConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:solution-config` |
(build-cfn-solution-solution-config-property-builder builder id config)
The build-cfn-solution-solution-config-property-builder function updates a CfnSolution$SolutionConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$SolutionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
algorithmHyperParameters | java.util.Map | cdk.support/lookup-entry | :algorithm-hyper-parameters |
autoMlConfig | java.lang.Object | cdk.support/lookup-entry | :auto-ml-config |
eventValueThreshold | java.lang.String | cdk.support/lookup-entry | :event-value-threshold |
featureTransformationParameters | java.util.Map | cdk.support/lookup-entry | :feature-transformation-parameters |
hpoConfig | java.lang.Object | cdk.support/lookup-entry | :hpo-config |
The build-cfn-solution-solution-config-property-builder function updates a CfnSolution$SolutionConfigProperty$Builder instance using the provided configuration. The function takes the CfnSolution$SolutionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `algorithmHyperParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:algorithm-hyper-parameters` | | `autoMlConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:auto-ml-config` | | `eventValueThreshold` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-value-threshold` | | `featureTransformationParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:feature-transformation-parameters` | | `hpoConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:hpo-config` |
(cfn-dataset-builder scope id config)
Creates a CfnDataset$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 `CfnDataset$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-dataset-data-source-property-builder id config)
Creates a CfnDataset$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 `CfnDataset$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-dataset-dataset-import-job-property-builder id config)
Creates a CfnDataset$DatasetImportJobProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$DatasetImportJobProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dataset-group-builder scope id config)
Creates a CfnDatasetGroup$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 `CfnDatasetGroup$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-dataset-group-props-builder id config)
Creates a CfnDatasetGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatasetGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dataset-props-builder id config)
Creates a CfnDatasetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatasetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-builder scope id config)
Creates a CfnSchema$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 `CfnSchema$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-schema-props-builder id config)
Creates a CfnSchemaProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSchemaProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-algorithm-hyper-parameter-ranges-property-builder id config)
Creates a CfnSolution$AlgorithmHyperParameterRangesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$AlgorithmHyperParameterRangesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-auto-ml-config-property-builder id config)
Creates a CfnSolution$AutoMLConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$AutoMLConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-builder scope id config)
Creates a CfnSolution$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 `CfnSolution$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-solution-categorical-hyper-parameter-range-property-builder id config)
Creates a CfnSolution$CategoricalHyperParameterRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$CategoricalHyperParameterRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-continuous-hyper-parameter-range-property-builder id config)
Creates a CfnSolution$ContinuousHyperParameterRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$ContinuousHyperParameterRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-hpo-config-property-builder id config)
Creates a CfnSolution$HpoConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$HpoConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-hpo-objective-property-builder id config)
Creates a CfnSolution$HpoObjectiveProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$HpoObjectiveProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-hpo-resource-config-property-builder id config)
Creates a CfnSolution$HpoResourceConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$HpoResourceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-integer-hyper-parameter-range-property-builder id config)
Creates a CfnSolution$IntegerHyperParameterRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$IntegerHyperParameterRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-props-builder id config)
Creates a CfnSolutionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolutionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-solution-solution-config-property-builder id config)
Creates a CfnSolution$SolutionConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSolution$SolutionConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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