| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
AddTagsRequest.tags()
The key-value pairs to use to create tags.
|
List<Tag> |
DescribeTagsResponse.tags()
A list of tags associated with the ML object.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Tag... tags)
The key-value pairs to use to create tags.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Tag... tags)
A list of tags associated with the ML object.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the ML object.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagMarshaller.marshall(Tag tag,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.