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.
Specifies mandatory fields for running an Inference Recommender job directly in the
CreateInferenceRecommendationsJob
API. The fields specified in ContainerConfig
override the corresponding
fields in the model package. Use ContainerConfig
if you want to specify
these fields for the recommendation job but don't want to edit them in your model
package.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class RecommendationJobContainerConfig
The RecommendationJobContainerConfig type exposes the following members
Name | Description | |
---|---|---|
![]() |
RecommendationJobContainerConfig() |
Name | Type | Description | |
---|---|---|---|
![]() |
DataInputConfig | System.String |
Gets and sets the property DataInputConfig. Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig. |
![]() |
Domain | System.String |
Gets and sets the property Domain. The machine learning domain of the model and its components.
Valid Values: |
![]() |
Framework | System.String |
Gets and sets the property Framework. The machine learning framework of the container image.
Valid Values: |
![]() |
FrameworkVersion | System.String |
Gets and sets the property FrameworkVersion. The framework version of the container image. |
![]() |
NearestModelName | System.String |
Gets and sets the property NearestModelName. The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model. Valid Values: efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn | densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet |
![]() |
PayloadConfig | Amazon.SageMaker.Model.RecommendationJobPayloadConfig |
Gets and sets the property PayloadConfig.
Specifies the |
![]() |
SupportedInstanceTypes | System.Collections.Generic.List<System.String> |
Gets and sets the property SupportedInstanceTypes. A list of the instance types that are used to generate inferences in real-time. |
![]() |
Task | System.String |
Gets and sets the property Task. The machine learning task that the model accomplishes. Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5