public static interface Trait.Builder extends SdkPojo, CopyableBuilder<Trait.Builder,Trait>
Modifier and Type | Method and Description |
---|---|
Trait.Builder |
name(AttributeName name)
Provides a name or contextual description about the trait.
|
Trait.Builder |
name(String name)
Provides a name or contextual description about the trait.
|
Trait.Builder |
score(Float score)
The level of confidence that Comprehend Medical has in the accuracy of this trait.
|
copy
applyMutation, build
Trait.Builder name(String name)
Provides a name or contextual description about the trait.
name
- Provides a name or contextual description about the trait.AttributeName
,
AttributeName
Trait.Builder name(AttributeName name)
Provides a name or contextual description about the trait.
name
- Provides a name or contextual description about the trait.AttributeName
,
AttributeName
Trait.Builder score(Float score)
The level of confidence that Comprehend Medical has in the accuracy of this trait.
score
- The level of confidence that Comprehend Medical has in the accuracy of this trait.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.