Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceExperimentDataStorageConfig
-
Packages that use InferenceExperimentDataStorageConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceExperimentDataStorageConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceExperimentDataStorageConfig Modifier and Type Method Description InferenceExperimentDataStorageConfigCreateInferenceExperimentRequest. dataStorageConfig()The Amazon S3 location and configuration for storing inference request and response data.InferenceExperimentDataStorageConfigDescribeInferenceExperimentResponse. dataStorageConfig()The Amazon S3 location and configuration for storing inference request and response data.InferenceExperimentDataStorageConfigUpdateInferenceExperimentRequest. dataStorageConfig()The Amazon S3 location and configuration for storing inference request and response data.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceExperimentDataStorageConfig Modifier and Type Method Description CreateInferenceExperimentRequest.BuilderCreateInferenceExperimentRequest.Builder. dataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)The Amazon S3 location and configuration for storing inference request and response data.DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. dataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)The Amazon S3 location and configuration for storing inference request and response data.UpdateInferenceExperimentRequest.BuilderUpdateInferenceExperimentRequest.Builder. dataStorageConfig(InferenceExperimentDataStorageConfig dataStorageConfig)The Amazon S3 location and configuration for storing inference request and response data.
-