ArmMachineLearningModelFactory.MachineLearningComputeInstanceLastOperation 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 MachineLearningComputeInstanceLastOperation.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceLastOperation MachineLearningComputeInstanceLastOperation (Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationName? operationName = default, DateTimeOffset? operationOn = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationStatus? operationStatus = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationTrigger? operationTrigger = default);
static member MachineLearningComputeInstanceLastOperation : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationName> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationStatus> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationTrigger> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceLastOperation
Public Shared Function MachineLearningComputeInstanceLastOperation (Optional operationName As Nullable(Of MachineLearningOperationName) = Nothing, Optional operationOn As Nullable(Of DateTimeOffset) = Nothing, Optional operationStatus As Nullable(Of MachineLearningOperationStatus) = Nothing, Optional operationTrigger As Nullable(Of MachineLearningOperationTrigger) = Nothing) As MachineLearningComputeInstanceLastOperation
Parameters
- operationName
- Nullable<MachineLearningOperationName>
Name of the last operation.
- operationOn
- Nullable<DateTimeOffset>
Time of the last operation.
- operationStatus
- Nullable<MachineLearningOperationStatus>
Operation status.
- operationTrigger
- Nullable<MachineLearningOperationTrigger>
Trigger of operation.
Returns
A new MachineLearningComputeInstanceLastOperation instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET