Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UiConfig.Builder
-
Packages that use UiConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of UiConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UiConfig.Builder Modifier and Type Method Description static UiConfig.BuilderUiConfig. builder()UiConfig.BuilderUiConfig.Builder. humanTaskUiArn(String humanTaskUiArn)The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.UiConfig.BuilderUiConfig. toBuilder()UiConfig.BuilderUiConfig.Builder. uiTemplateS3Uri(String uiTemplateS3Uri)The Amazon S3 bucket location of the UI template, or worker task template.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UiConfig.Builder Modifier and Type Method Description static Class<? extends UiConfig.Builder>UiConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type UiConfig.Builder Modifier and Type Method Description default HumanTaskConfig.BuilderHumanTaskConfig.Builder. uiConfig(Consumer<UiConfig.Builder> uiConfig)Information about the user interface that workers use to complete the labeling task.
-