public static interface ModelDataSource.Builder extends SdkPojo, CopyableBuilder<ModelDataSource.Builder,ModelDataSource>
| Modifier and Type | Method and Description |
|---|---|
default ModelDataSource.Builder |
s3DataSource(Consumer<S3ModelDataSource.Builder> s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
ModelDataSource.Builder |
s3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDataSource.Builder s3DataSource(S3ModelDataSource s3DataSource)
Specifies the S3 location of ML model data to deploy.
s3DataSource - Specifies the S3 location of ML model data to deploy.default ModelDataSource.Builder s3DataSource(Consumer<S3ModelDataSource.Builder> s3DataSource)
Specifies the S3 location of ML model data to deploy.
This is a convenience method that creates an instance of theS3ModelDataSource.Builder avoiding the
need to create one manually via S3ModelDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataSource(S3ModelDataSource).
s3DataSource - a consumer that will call methods on S3ModelDataSource.Builders3DataSource(S3ModelDataSource)Copyright © 2023. All rights reserved.