public static interface Asset.Builder extends SdkPojo, CopyableBuilder<Asset.Builder,Asset>
| Modifier and Type | Method and Description |
|---|---|
default Asset.Builder |
groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)
Sets the value of the GroundTruthManifest property for this object.
|
Asset.Builder |
groundTruthManifest(GroundTruthManifest groundTruthManifest)
Sets the value of the GroundTruthManifest property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAsset.Builder groundTruthManifest(GroundTruthManifest groundTruthManifest)
groundTruthManifest - The new value for the GroundTruthManifest property for this object.default Asset.Builder groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)
GroundTruthManifest.Builder avoiding the need
to create one manually via GroundTruthManifest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to groundTruthManifest(GroundTruthManifest).groundTruthManifest - a consumer that will call methods on GroundTruthManifest.BuildergroundTruthManifest(GroundTruthManifest)Copyright © 2020. All rights reserved.