Uses of Class
software.amazon.awssdk.services.bedrock.model.S3DataSource
-
Packages that use S3DataSource Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of S3DataSource in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return S3DataSource Modifier and Type Method Description S3DataSourceModelDataSource. s3DataSource()The Amazon S3 data source of the imported model.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type S3DataSource Modifier and Type Method Description static ModelDataSourceModelDataSource. fromS3DataSource(S3DataSource s3DataSource)Create an instance of this class withModelDataSource.s3DataSource()initialized to the given value.ModelDataSource.BuilderModelDataSource.Builder. s3DataSource(S3DataSource s3DataSource)The Amazon S3 data source of the imported model.
-