Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelConfiguration
-
Packages that use ModelConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelConfiguration Modifier and Type Method Description ModelConfigurationInferenceRecommendation. modelConfiguration()Defines the model configuration.ModelConfigurationRecommendationJobInferenceBenchmark. modelConfiguration()Returns the value of the ModelConfiguration property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelConfiguration Modifier and Type Method Description InferenceRecommendation.BuilderInferenceRecommendation.Builder. modelConfiguration(ModelConfiguration modelConfiguration)Defines the model configuration.RecommendationJobInferenceBenchmark.BuilderRecommendationJobInferenceBenchmark.Builder. modelConfiguration(ModelConfiguration modelConfiguration)Sets the value of the ModelConfiguration property for this object.
-