Class TritonModelJobInput


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

      • TritonModelJobInput

        public TritonModelJobInput()
    • Method Detail

      • mode

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

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

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

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

        public TritonModelJobInput 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.