Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.LabelsInputConfiguration.Builder
-
Packages that use LabelsInputConfiguration.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelsInputConfiguration.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LabelsInputConfiguration.Builder Modifier and Type Method Description static LabelsInputConfiguration.BuilderLabelsInputConfiguration. builder()LabelsInputConfiguration.BuilderLabelsInputConfiguration.Builder. labelGroupName(String labelGroupName)The name of the label group to be used for label data.default LabelsInputConfiguration.BuilderLabelsInputConfiguration.Builder. s3InputConfiguration(Consumer<LabelsS3InputConfiguration.Builder> s3InputConfiguration)Contains location information for the S3 location being used for label data.LabelsInputConfiguration.BuilderLabelsInputConfiguration.Builder. s3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)Contains location information for the S3 location being used for label data.LabelsInputConfiguration.BuilderLabelsInputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelsInputConfiguration.Builder Modifier and Type Method Description static Class<? extends LabelsInputConfiguration.Builder>LabelsInputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type LabelsInputConfiguration.Builder Modifier and Type Method Description default CreateModelRequest.BuilderCreateModelRequest.Builder. labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)The input configuration for the labels being used for the machine learning model that's being created.default DescribeModelResponse.BuilderDescribeModelResponse.Builder. labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)Specifies configuration information about the labels input, including its S3 location.default DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.default ImportModelVersionRequest.BuilderImportModelVersionRequest.Builder. labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.default UpdateModelRequest.BuilderUpdateModelRequest.Builder. labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.
-