ArmMachineLearningModelFactory.ServerlessEndpointProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.MachineLearning.Models.ServerlessEndpointProperties ServerlessEndpointProperties(Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpointAuthMode authMode = default, Azure.ResourceManager.MachineLearning.Models.ContentSafetyStatus? contentSafetyStatus = default, Azure.ResourceManager.MachineLearning.Models.ServerlessEndpointState? endpointState = default, Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpoint inferenceEndpoint = default, string marketplaceSubscriptionId = default, string modelId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState? provisioningState = default);
static member ServerlessEndpointProperties : Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpointAuthMode * Nullable<Azure.ResourceManager.MachineLearning.Models.ContentSafetyStatus> * Nullable<Azure.ResourceManager.MachineLearning.Models.ServerlessEndpointState> * Azure.ResourceManager.MachineLearning.Models.ServerlessInferenceEndpoint * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.ServerlessEndpointProperties
Public Shared Function ServerlessEndpointProperties (Optional authMode As ServerlessInferenceEndpointAuthMode = Nothing, Optional contentSafetyStatus As Nullable(Of ContentSafetyStatus) = Nothing, Optional endpointState As Nullable(Of ServerlessEndpointState) = Nothing, Optional inferenceEndpoint As ServerlessInferenceEndpoint = Nothing, Optional marketplaceSubscriptionId As String = Nothing, Optional modelId As String = Nothing, Optional provisioningState As Nullable(Of MachineLearningEndpointProvisioningState) = Nothing) As ServerlessEndpointProperties
Parameters
- authMode
- ServerlessInferenceEndpointAuthMode
[Required] Specifies the authentication mode for the Serverless endpoint.
- contentSafetyStatus
- Nullable<ContentSafetyStatus>
[Required] Specifies the status of content safety.
- endpointState
- Nullable<ServerlessEndpointState>
The current state of the ServerlessEndpoint.
- inferenceEndpoint
- ServerlessInferenceEndpoint
The inference uri to target when making requests against the serverless endpoint.
- marketplaceSubscriptionId
- String
The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint.
- modelId
- String
The unique model identifier that this ServerlessEndpoint should provision.
- provisioningState
- Nullable<MachineLearningEndpointProvisioningState>
State of endpoint provisioning.
Returns
A new ServerlessEndpointProperties instance for mocking.