TestingDataResult

Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The testing dataset that was supplied for training.

Link copied to clipboard

The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

Link copied to clipboard

The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.

Functions

Link copied to clipboard
inline fun copy(block: TestingDataResult.Builder.() -> Unit = {}): TestingDataResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String