Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)The S3 bucket that contains the training or model packaging job output.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. prefix(String prefix)The path of the folder, within the S3 bucket, that contains the output.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type S3Location.Builder Modifier and Type Method Description default OutputConfig.BuilderOutputConfig.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The S3 location for the output.default GreengrassConfiguration.BuilderGreengrassConfiguration.Builder. s3OutputLocation(Consumer<S3Location.Builder> s3OutputLocation)An S3 location in which Lookout for Vision stores the component artifacts.
-