Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.S3Object
-
Packages that use S3Object Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of S3Object in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return S3Object Modifier and Type Method Description S3ObjectInferenceExecutionSummary. customerResultObject()The S3 object that the inference execution results were uploaded to.S3ObjectDescribeModelVersionResponse. modelDiagnosticsResultsObject()The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type S3Object Modifier and Type Method Description List<S3Object>IngestedFilesSummary. discardedFiles()Indicates the number of files that were discarded.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type S3Object Modifier and Type Method Description InferenceExecutionSummary.BuilderInferenceExecutionSummary.Builder. customerResultObject(S3Object customerResultObject)The S3 object that the inference execution results were uploaded to.IngestedFilesSummary.BuilderIngestedFilesSummary.Builder. discardedFiles(S3Object... discardedFiles)Indicates the number of files that were discarded.DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. modelDiagnosticsResultsObject(S3Object modelDiagnosticsResultsObject)The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type S3Object Modifier and Type Method Description IngestedFilesSummary.BuilderIngestedFilesSummary.Builder. discardedFiles(Collection<S3Object> discardedFiles)Indicates the number of files that were discarded.
-