AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ImportModelVersion operation. Imports a model that has been trained successfully.
Namespace: Amazon.LookoutEquipment.Model
Assembly: AWSSDK.LookoutEquipment.dll
Version: 3.x.y.z
public class ImportModelVersionRequest : AmazonLookoutEquipmentRequest IAmazonWebServiceRequest
The ImportModelVersionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ImportModelVersionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken. A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. |
![]() |
DatasetName | System.String |
Gets and sets the property DatasetName. The name of the dataset for the machine learning model being imported. |
![]() |
InferenceDataImportStrategy | Amazon.LookoutEquipment.InferenceDataImportStrategy |
Gets and sets the property InferenceDataImportStrategy. Indicates how to import the accumulated inference data when a model version is imported. The possible values are as follows:
|
![]() |
LabelsInputConfiguration | Amazon.LookoutEquipment.Model.LabelsInputConfiguration |
Gets and sets the property LabelsInputConfiguration. |
![]() |
ModelName | System.String |
Gets and sets the property ModelName. The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model. |
![]() |
ServerSideKmsKeyId | System.String |
Gets and sets the property ServerSideKmsKeyId. Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. |
![]() |
SourceModelVersionArn | System.String |
Gets and sets the property SourceModelVersionArn. The Amazon Resource Name (ARN) of the model version to import. |
![]() |
Tags | System.Collections.Generic.List<Amazon.LookoutEquipment.Model.Tag> |
Gets and sets the property Tags. The tags associated with the machine learning model to be created. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5