public static interface UpdateInferenceExperimentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateInferenceExperimentRequest.Builder,UpdateInferenceExperimentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInferenceExperimentRequest.Builder name(String name)
The name of the inference experiment to be updated.
name - The name of the inference experiment to be updated.UpdateInferenceExperimentRequest.Builder schedule(InferenceExperimentSchedule schedule)
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.
schedule - 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.default UpdateInferenceExperimentRequest.Builder schedule(Consumer<InferenceExperimentSchedule.Builder> schedule)
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.
InferenceExperimentSchedule.Builder
avoiding the need to create one manually via InferenceExperimentSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to schedule(InferenceExperimentSchedule).
schedule - a consumer that will call methods on InferenceExperimentSchedule.Builderschedule(InferenceExperimentSchedule)UpdateInferenceExperimentRequest.Builder description(String description)
The description of the inference experiment.
description - The description of the inference experiment.UpdateInferenceExperimentRequest.Builder modelVariants(Collection<ModelVariantConfig> modelVariants)
An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure
configuration you want to update.
modelVariants - An array of ModelVariantConfig objects. There is one for each variant, whose
infrastructure configuration you want to update.UpdateInferenceExperimentRequest.Builder modelVariants(ModelVariantConfig... modelVariants)
An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure
configuration you want to update.
modelVariants - An array of ModelVariantConfig objects. There is one for each variant, whose
infrastructure configuration you want to update.UpdateInferenceExperimentRequest.Builder modelVariants(Consumer<ModelVariantConfig.Builder>... modelVariants)
An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure
configuration you want to update.
ModelVariantConfig.Builder avoiding the need to
create one manually via ModelVariantConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #modelVariants(List.
modelVariants - a consumer that will call methods on
ModelVariantConfig.Builder#modelVariants(java.util.Collection) UpdateInferenceExperimentRequest.Builder dataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
dataStorageConfig - The Amazon S3 location and configuration for storing inference request and response data.default UpdateInferenceExperimentRequest.Builder dataStorageConfig(Consumer<InferenceExperimentDataStorageConfig.Builder> dataStorageConfig)
The Amazon S3 location and configuration for storing inference request and response data.
This is a convenience method that creates an instance of theInferenceExperimentDataStorageConfig.Builder avoiding the need to create one manually via
InferenceExperimentDataStorageConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataStorageConfig(InferenceExperimentDataStorageConfig).
dataStorageConfig - a consumer that will call methods on InferenceExperimentDataStorageConfig.BuilderdataStorageConfig(InferenceExperimentDataStorageConfig)UpdateInferenceExperimentRequest.Builder shadowModeConfig(ShadowModeConfig shadowModeConfig)
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.
shadowModeConfig - 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.default UpdateInferenceExperimentRequest.Builder shadowModeConfig(Consumer<ShadowModeConfig.Builder> shadowModeConfig)
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.
ShadowModeConfig.Builder avoiding the
need to create one manually via ShadowModeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to shadowModeConfig(ShadowModeConfig).
shadowModeConfig - a consumer that will call methods on ShadowModeConfig.BuildershadowModeConfig(ShadowModeConfig)UpdateInferenceExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateInferenceExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.