Class EndpointComputeType


  • public final class EndpointComputeType
    extends com.azure.core.util.ExpandableStringEnum<EndpointComputeType>
    Defines values for EndpointComputeType.
    • Field Detail

      • MANAGED

        public static final EndpointComputeType MANAGED
        Static value Managed for EndpointComputeType.
      • KUBERNETES

        public static final EndpointComputeType KUBERNETES
        Static value Kubernetes for EndpointComputeType.
      • AZURE_MLCOMPUTE

        public static final EndpointComputeType AZURE_MLCOMPUTE
        Static value AzureMLCompute for EndpointComputeType.
    • Constructor Detail

      • EndpointComputeType

        public EndpointComputeType()
    • Method Detail

      • fromString

        public static EndpointComputeType fromString​(String name)
        Creates or finds a EndpointComputeType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding EndpointComputeType.
      • values

        public static Collection<EndpointComputeType> values()
        Gets known EndpointComputeType values.
        Returns:
        known EndpointComputeType values.