Class MLTransformArgs


  • public final class MLTransformArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MLTransformArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the ML Transform.
      • glueVersion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> glueVersion()
        Returns:
        The version of glue to use, for example "1.0". For information about available versions, see the [AWS Glue Release Notes](https://docs.aws.amazon.com/glue/latest/dg/release-notes.html).
      • inputRecordTables

        public com.pulumi.core.Output<java.util.List<MLTransformInputRecordTableArgs>> inputRecordTables()
        Returns:
        A list of AWS Glue table definitions used by the transform. see Input Record Tables.
      • maxCapacity

        public java.util.Optional<com.pulumi.core.Output<java.lang.Double>> maxCapacity()
        Returns:
        The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from `2` to `100` DPUs; the default is `10`. `max_capacity` is a mutually exclusive option with `number_of_workers` and `worker_type`.
      • maxRetries

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxRetries()
        Returns:
        The maximum number of times to retry this ML Transform if it fails.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name you assign to this ML Transform. It must be unique in your account.
      • numberOfWorkers

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> numberOfWorkers()
        Returns:
        The number of workers of a defined `worker_type` that are allocated when an ML Transform runs. Required with `worker_type`.
      • parameters

        public com.pulumi.core.Output<MLTransformParametersArgs> parameters()
        Returns:
        The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.
      • roleArn

        public com.pulumi.core.Output<java.lang.String> roleArn()
        Returns:
        The ARN of the IAM role associated with this ML Transform.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • timeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> timeout()
        Returns:
        The ML Transform timeout in minutes. The default is 2880 minutes (48 hours).
      • workerType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workerType()
        Returns:
        The type of predefined worker that is allocated when an ML Transform runs. Accepts a value of `Standard`, `G.1X`, or `G.2X`. Required with `number_of_workers`.