Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.LabelsInputConfiguration
-
Packages that use LabelsInputConfiguration Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelsInputConfiguration in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LabelsInputConfiguration Modifier and Type Method Description LabelsInputConfigurationCreateModelRequest. labelsInputConfiguration()The input configuration for the labels being used for the machine learning model that's being created.LabelsInputConfigurationDescribeModelResponse. labelsInputConfiguration()Specifies configuration information about the labels input, including its S3 location.LabelsInputConfigurationDescribeModelVersionResponse. labelsInputConfiguration()Returns the value of the LabelsInputConfiguration property for this object.LabelsInputConfigurationImportModelVersionRequest. labelsInputConfiguration()Returns the value of the LabelsInputConfiguration property for this object.LabelsInputConfigurationUpdateModelRequest. labelsInputConfiguration()Returns the value of the LabelsInputConfiguration property for this object.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type LabelsInputConfiguration Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)The input configuration for the labels being used for the machine learning model that's being created.DescribeModelResponse.BuilderDescribeModelResponse.Builder. labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)Specifies configuration information about the labels input, including its S3 location.DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.ImportModelVersionRequest.BuilderImportModelVersionRequest.Builder. labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.UpdateModelRequest.BuilderUpdateModelRequest.Builder. labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.
-