| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DescribeTagsResponse.tags()
A list of tags associated with the ML object.
|
List<Tag> |
AddTagsRequest.tags()
The key-value pairs to use to create tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Tag... tags)
A list of tags associated with the ML object.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Tag... tags)
The key-value pairs to use to create tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the ML object.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to use to create tags.
|
Copyright © 2019. All rights reserved.