| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelVariantConfig |
ModelVariantConfig.clone() |
ModelVariantConfig |
ModelVariantConfig.withInfrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration for the infrastructure that the model will be deployed to.
|
ModelVariantConfig |
ModelVariantConfig.withModelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
ModelVariantConfig |
ModelVariantConfig.withVariantName(String variantName)
The name of the variant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelVariantConfig> |
StopInferenceExperimentRequest.getDesiredModelVariants()
An array of
ModelVariantConfig objects. |
List<ModelVariantConfig> |
UpdateInferenceExperimentRequest.getModelVariants()
An array of
ModelVariantConfig objects. |
List<ModelVariantConfig> |
CreateInferenceExperimentRequest.getModelVariants()
An array of
ModelVariantConfig objects. |
| Modifier and Type | Method and Description |
|---|---|
StopInferenceExperimentRequest |
StopInferenceExperimentRequest.withDesiredModelVariants(ModelVariantConfig... desiredModelVariants)
An array of
ModelVariantConfig objects. |
UpdateInferenceExperimentRequest |
UpdateInferenceExperimentRequest.withModelVariants(ModelVariantConfig... modelVariants)
An array of
ModelVariantConfig objects. |
CreateInferenceExperimentRequest |
CreateInferenceExperimentRequest.withModelVariants(ModelVariantConfig... modelVariants)
An array of
ModelVariantConfig objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
StopInferenceExperimentRequest.setDesiredModelVariants(Collection<ModelVariantConfig> desiredModelVariants)
An array of
ModelVariantConfig objects. |
void |
UpdateInferenceExperimentRequest.setModelVariants(Collection<ModelVariantConfig> modelVariants)
An array of
ModelVariantConfig objects. |
void |
CreateInferenceExperimentRequest.setModelVariants(Collection<ModelVariantConfig> modelVariants)
An array of
ModelVariantConfig objects. |
StopInferenceExperimentRequest |
StopInferenceExperimentRequest.withDesiredModelVariants(Collection<ModelVariantConfig> desiredModelVariants)
An array of
ModelVariantConfig objects. |
UpdateInferenceExperimentRequest |
UpdateInferenceExperimentRequest.withModelVariants(Collection<ModelVariantConfig> modelVariants)
An array of
ModelVariantConfig objects. |
CreateInferenceExperimentRequest |
CreateInferenceExperimentRequest.withModelVariants(Collection<ModelVariantConfig> modelVariants)
An array of
ModelVariantConfig objects. |
Copyright © 2023. All rights reserved.