Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnMLTransformPropsMixin.Builder
Packages that use CfnMLTransformPropsMixin.Builder
-
Uses of CfnMLTransformPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnMLTransformPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMLTransformPropsMixin.Builder.create()CfnMLTransformPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMLTransformPropsMixin.Builder.description(String description) A user-defined, long-form description text for the machine learning transform.CfnMLTransformPropsMixin.Builder.glueVersion(String glueVersion) This value determines which version of AWS Glue this machine learning transform is compatible with.CfnMLTransformPropsMixin.Builder.inputRecordTables(CfnMLTransformPropsMixin.InputRecordTablesProperty inputRecordTables) A list of AWS Glue table definitions used by the transform.CfnMLTransformPropsMixin.Builder.inputRecordTables(IResolvable inputRecordTables) A list of AWS Glue table definitions used by the transform.CfnMLTransformPropsMixin.Builder.maxCapacity(Number maxCapacity) The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform.CfnMLTransformPropsMixin.Builder.maxRetries(Number maxRetries) The maximum number of times to retry after anMLTaskRunof the machine learning transform fails.A user-defined name for the machine learning transform.CfnMLTransformPropsMixin.Builder.numberOfWorkers(Number numberOfWorkers) The number of workers of a definedworkerTypethat are allocated when a task of the transform runs.The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.The tags to use with this machine learning transform.The timeout in minutes of the machine learning transform.CfnMLTransformPropsMixin.Builder.transformEncryption(CfnMLTransformPropsMixin.TransformEncryptionProperty transformEncryption) The encryption-at-rest settings of the transform that apply to accessing user data.CfnMLTransformPropsMixin.Builder.transformEncryption(IResolvable transformEncryption) The encryption-at-rest settings of the transform that apply to accessing user data.CfnMLTransformPropsMixin.Builder.transformParameters(CfnMLTransformPropsMixin.TransformParametersProperty transformParameters) The algorithm-specific parameters that are associated with the machine learning transform.CfnMLTransformPropsMixin.Builder.transformParameters(IResolvable transformParameters) The algorithm-specific parameters that are associated with the machine learning transform.CfnMLTransformPropsMixin.Builder.workerType(String workerType) The type of predefined worker that is allocated when a task of this transform runs.