Interface EndpointPropertiesBase


public interface EndpointPropertiesBase
An immutable client-side representation of EndpointPropertiesBase.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the authMode property: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication.
    Gets the description property: Description of the inference endpoint.
    Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointPropertiesBaseInner object.
    Gets the keys property: EndpointAuthKeys to set initially on an Endpoint.
    Gets the properties property: Property dictionary.
    Gets the scoringUri property: Endpoint URI.
    Gets the swaggerUri property: Endpoint Swagger URI.
  • Method Details

    • description

      String description()
      Gets the description property: Description of the inference endpoint.
      Returns:
      the description value.
    • properties

      Map<String,String> properties()
      Gets the properties property: Property dictionary. Properties can be added, but not removed or altered.
      Returns:
      the properties value.
    • scoringUri

      String scoringUri()
      Gets the scoringUri property: Endpoint URI.
      Returns:
      the scoringUri value.
    • swaggerUri

      String swaggerUri()
      Gets the swaggerUri property: Endpoint Swagger URI.
      Returns:
      the swaggerUri value.
    • authMode

      EndpointAuthMode authMode()
      Gets the authMode property: [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does.
      Returns:
      the authMode value.
    • keys

      Gets the keys property: EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.
      Returns:
      the keys value.
    • innerModel

      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointPropertiesBaseInner object.
      Returns:
      the inner object.