Class MLTableJobInput


  • public final class MLTableJobInput
    extends JobInput
    The MLTableJobInput model.
    • Constructor Detail

      • MLTableJobInput

        public MLTableJobInput()
    • Method Detail

      • mode

        public InputDeliveryMode mode()
        Get the mode property: Input Asset Delivery Mode.
        Returns:
        the mode value.
      • withMode

        public MLTableJobInput withMode​(InputDeliveryMode mode)
        Set the mode property: Input Asset Delivery Mode.
        Parameters:
        mode - the mode value to set.
        Returns:
        the MLTableJobInput object itself.
      • uri

        public String uri()
        Get the uri property: [Required] Input Asset URI.
        Returns:
        the uri value.
      • withUri

        public MLTableJobInput withUri​(String uri)
        Set the uri property: [Required] Input Asset URI.
        Parameters:
        uri - the uri value to set.
        Returns:
        the MLTableJobInput object itself.
      • withDescription

        public MLTableJobInput withDescription​(String description)
        Set the description property: Description for the input.
        Overrides:
        withDescription in class JobInput
        Parameters:
        description - the description value to set.
        Returns:
        the JobInput object itself.