Uses of Interface
software.amazon.awssdk.services.bedrock.model.S3DataSource.Builder
-
Packages that use S3DataSource.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of S3DataSource.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return S3DataSource.Builder Modifier and Type Method Description static S3DataSource.BuilderS3DataSource. builder()S3DataSource.BuilderS3DataSource.Builder. s3Uri(String s3Uri)The URI of the Amazon S3 data source.S3DataSource.BuilderS3DataSource. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type S3DataSource.Builder Modifier and Type Method Description static Class<? extends S3DataSource.Builder>S3DataSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type S3DataSource.Builder Modifier and Type Method Description static ModelDataSourceModelDataSource. fromS3DataSource(Consumer<S3DataSource.Builder> s3DataSource)Create an instance of this class withModelDataSource.s3DataSource()initialized to the given value.default ModelDataSource.BuilderModelDataSource.Builder. s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)The Amazon S3 data source of the imported model.
-