Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubS3StorageConfig
-
Packages that use HubS3StorageConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubS3StorageConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HubS3StorageConfig Modifier and Type Method Description HubS3StorageConfigCreateHubRequest. s3StorageConfig()The Amazon S3 storage configuration for the hub.HubS3StorageConfigDescribeHubResponse. s3StorageConfig()The Amazon S3 storage configuration for the hub.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubS3StorageConfig Modifier and Type Method Description CreateHubRequest.BuilderCreateHubRequest.Builder. s3StorageConfig(HubS3StorageConfig s3StorageConfig)The Amazon S3 storage configuration for the hub.DescribeHubResponse.BuilderDescribeHubResponse.Builder. s3StorageConfig(HubS3StorageConfig s3StorageConfig)The Amazon S3 storage configuration for the hub.
-