Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RecommendationJobContainerConfig

import type { RecommendationJobContainerConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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.

interface RecommendationJobContainerConfig {
DataInputConfig?: string | null;
Domain?: string | null;
Framework?: string | null;
FrameworkVersion?: string | null;
NearestModelName?: string | null;
PayloadConfig?: RecommendationJobPayloadConfig | null;
SupportedInstanceTypes?: string[] | null;
Task?: string | null;
}

§Properties

§
DataInputConfig?: string | null
[src]

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?: string | null
[src]

The machine learning domain of the model and its components.

Valid Values: COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING | MACHINE_LEARNING

§
Framework?: string | null
[src]

The machine learning framework of the container image.

Valid Values: TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN

§
FrameworkVersion?: string | null
[src]

The framework version of the container image.

§
NearestModelName?: string | null
[src]

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

§

Specifies the SamplePayloadUrl and all other sample payload-related fields.

§
SupportedInstanceTypes?: string[] | null
[src]

A list of the instance types that are used to generate inferences in real-time.

§
Task?: string | null
[src]

The machine learning task that the model accomplishes.

Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER