Class TritonModelJobOutput


  • public final class TritonModelJobOutput
    extends JobOutput
    The TritonModelJobOutput model.
    • Constructor Detail

      • TritonModelJobOutput

        public TritonModelJobOutput()
    • Method Detail

      • mode

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

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

        public String uri()
        Get the uri property: Output Asset URI.
        Returns:
        the uri value.
      • withUri

        public TritonModelJobOutput withUri​(String uri)
        Set the uri property: Output Asset URI.
        Parameters:
        uri - the uri value to set.
        Returns:
        the TritonModelJobOutput object itself.
      • withDescription

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