Interface EndpointPropertiesBase
public interface EndpointPropertiesBase
An immutable client-side representation of EndpointPropertiesBase.
-
Method Summary
Modifier and TypeMethodDescriptionauthMode()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.keys()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
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
EndpointAuthKeys 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
EndpointPropertiesBaseInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointPropertiesBaseInner object.- Returns:
- the inner object.
-