ArmMachineLearningModelFactory.JobStatusMessage 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.
Initializes a new instance of JobStatusMessage.
public static Azure.ResourceManager.MachineLearning.Models.JobStatusMessage JobStatusMessage (string code = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.MachineLearning.Models.JobStatusMessageLevel? level = default, string message = default);
static member JobStatusMessage : string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.MachineLearning.Models.JobStatusMessageLevel> * string -> Azure.ResourceManager.MachineLearning.Models.JobStatusMessage
Public Shared Function JobStatusMessage (Optional code As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional level As Nullable(Of JobStatusMessageLevel) = Nothing, Optional message As String = Nothing) As JobStatusMessage
Parameters
- code
- String
Service-defined message code.
- createdOn
- Nullable<DateTimeOffset>
Time in UTC at which the message was created.
- level
- Nullable<JobStatusMessageLevel>
Severity level of message.
- message
- String
A human-readable representation of the message code.
Returns
A new JobStatusMessage instance for mocking.