Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.TargetPlatform.Builder
-
Packages that use TargetPlatform.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of TargetPlatform.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return TargetPlatform.Builder Modifier and Type Method Description TargetPlatform.BuilderTargetPlatform.Builder. accelerator(String accelerator)The target accelerator for the model.TargetPlatform.BuilderTargetPlatform.Builder. accelerator(TargetPlatformAccelerator accelerator)The target accelerator for the model.TargetPlatform.BuilderTargetPlatform.Builder. arch(String arch)The target architecture for the model.TargetPlatform.BuilderTargetPlatform.Builder. arch(TargetPlatformArch arch)The target architecture for the model.static TargetPlatform.BuilderTargetPlatform. builder()TargetPlatform.BuilderTargetPlatform.Builder. os(String os)The target operating system for the model.TargetPlatform.BuilderTargetPlatform.Builder. os(TargetPlatformOs os)The target operating system for the model.TargetPlatform.BuilderTargetPlatform. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type TargetPlatform.Builder Modifier and Type Method Description static Class<? extends TargetPlatform.Builder>TargetPlatform. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type TargetPlatform.Builder Modifier and Type Method Description default GreengrassConfiguration.BuilderGreengrassConfiguration.Builder. targetPlatform(Consumer<TargetPlatform.Builder> targetPlatform)The target platform for the model.
-