Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobInputConfig.Builder
-
Packages that use LabelingJobInputConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobInputConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobInputConfig.Builder Modifier and Type Method Description static LabelingJobInputConfig.BuilderLabelingJobInputConfig. builder()default LabelingJobInputConfig.BuilderLabelingJobInputConfig.Builder. dataAttributes(Consumer<LabelingJobDataAttributes.Builder> dataAttributes)Attributes of the data specified by the customer.LabelingJobInputConfig.BuilderLabelingJobInputConfig.Builder. dataAttributes(LabelingJobDataAttributes dataAttributes)Attributes of the data specified by the customer.default LabelingJobInputConfig.BuilderLabelingJobInputConfig.Builder. dataSource(Consumer<LabelingJobDataSource.Builder> dataSource)The location of the input data.LabelingJobInputConfig.BuilderLabelingJobInputConfig.Builder. dataSource(LabelingJobDataSource dataSource)The location of the input data.LabelingJobInputConfig.BuilderLabelingJobInputConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobInputConfig.Builder Modifier and Type Method Description static Class<? extends LabelingJobInputConfig.Builder>LabelingJobInputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobInputConfig.Builder Modifier and Type Method Description default CreateLabelingJobRequest.BuilderCreateLabelingJobRequest.Builder. inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.default DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.Builder. inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.default LabelingJobSummary.BuilderLabelingJobSummary.Builder. inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)Input configuration for the labeling job.
-