Class MLFlowModelJobOutput


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

      • MLFlowModelJobOutput

        public MLFlowModelJobOutput()
    • Method Detail

      • mode

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

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

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

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

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