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

UpdateInferenceExperimentRequest

import type { UpdateInferenceExperimentRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateInferenceExperimentRequest {
DataStorageConfig?: InferenceExperimentDataStorageConfig | null;
Description?: string | null;
ModelVariants?: ModelVariantConfig[] | null;
Name: string;
Schedule?: InferenceExperimentSchedule | null;
ShadowModeConfig?: ShadowModeConfig | null;
}

§Properties

§

The Amazon S3 location and configuration for storing inference request and response data.

§
Description?: string | null
[src]

The description of the inference experiment.

§
ModelVariants?: ModelVariantConfig[] | null
[src]

An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.

§
Name: string
[src]

The name of the inference experiment to be updated.

§

The duration for which the inference experiment will run. If the status of the inference experiment is Created, then you can update both the start and end dates. If the status of the inference experiment is Running, then you can update only the end date.

§
ShadowModeConfig?: ShadowModeConfig | null
[src]

The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.