Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelAccessConfig
-
Packages that use ModelAccessConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelAccessConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelAccessConfig Modifier and Type Method Description ModelAccessConfigS3ModelDataSource. modelAccessConfig()Specifies the access configuration file for the ML model.ModelAccessConfigTextGenerationJobConfig. modelAccessConfig()Returns the value of the ModelAccessConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelAccessConfig Modifier and Type Method Description S3ModelDataSource.BuilderS3ModelDataSource.Builder. modelAccessConfig(ModelAccessConfig modelAccessConfig)Specifies the access configuration file for the ML model.TextGenerationJobConfig.BuilderTextGenerationJobConfig.Builder. modelAccessConfig(ModelAccessConfig modelAccessConfig)Sets the value of the ModelAccessConfig property for this object.
-