Class BatchEndpointDetails

    • Constructor Detail

      • BatchEndpointDetails

        public BatchEndpointDetails()
    • Method Detail

      • defaults

        public BatchEndpointDefaults defaults()
        Get the defaults property: Default values for Batch Endpoint.
        Returns:
        the defaults value.
      • withDefaults

        public BatchEndpointDetails withDefaults​(BatchEndpointDefaults defaults)
        Set the defaults property: Default values for Batch Endpoint.
        Parameters:
        defaults - the defaults value to set.
        Returns:
        the BatchEndpointDetails object itself.
      • provisioningState

        public EndpointProvisioningState provisioningState()
        Get the provisioningState property: Provisioning state for the endpoint.
        Returns:
        the provisioningState value.
      • withAuthMode

        public BatchEndpointDetails withAuthMode​(EndpointAuthMode authMode)
        Set 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.
        Overrides:
        withAuthMode in class EndpointPropertiesBaseInner
        Parameters:
        authMode - the authMode value to set.
        Returns:
        the EndpointPropertiesBaseInner object itself.
      • withKeys

        public BatchEndpointDetails withKeys​(EndpointAuthKeysInner keys)
        Set 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.
        Overrides:
        withKeys in class EndpointPropertiesBaseInner
        Parameters:
        keys - the keys value to set.
        Returns:
        the EndpointPropertiesBaseInner object itself.