Class AmlOperationInner


  • public final class AmlOperationInner
    extends Object
    Azure Machine Learning workspace REST API operation.
    • Constructor Detail

      • AmlOperationInner

        public AmlOperationInner()
    • Method Detail

      • name

        public String name()
        Get the name property: Operation name: {provider}/{resource}/{operation}.
        Returns:
        the name value.
      • withName

        public AmlOperationInner withName​(String name)
        Set the name property: Operation name: {provider}/{resource}/{operation}.
        Parameters:
        name - the name value to set.
        Returns:
        the AmlOperationInner object itself.
      • display

        public AmlOperationDisplay display()
        Get the display property: Display name of operation.
        Returns:
        the display value.
      • withDisplay

        public AmlOperationInner withDisplay​(AmlOperationDisplay display)
        Set the display property: Display name of operation.
        Parameters:
        display - the display value to set.
        Returns:
        the AmlOperationInner object itself.
      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: Indicates whether the operation applies to data-plane.
        Returns:
        the isDataAction value.
      • withIsDataAction

        public AmlOperationInner withIsDataAction​(Boolean isDataAction)
        Set the isDataAction property: Indicates whether the operation applies to data-plane.
        Parameters:
        isDataAction - the isDataAction value to set.
        Returns:
        the AmlOperationInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.