| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The tag or tags to be associated with a specific resource.
|
List<Tag> |
CreateModelRequest.tags()
Any tags associated with the ML model being created.
|
List<Tag> |
CreateLabelGroupRequest.tags()
Tags that provide metadata about the label group you are creating.
|
List<Tag> |
CreateInferenceSchedulerRequest.tags()
Any tags associated with the inference scheduler.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Any tags associated with the resource.
|
List<Tag> |
CreateDatasetRequest.tags()
Any tags associated with the ingested data described in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tag or tags to be associated with a specific resource.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Tag... tags)
Any tags associated with the ML model being created.
|
CreateLabelGroupRequest.Builder |
CreateLabelGroupRequest.Builder.tags(Tag... tags)
Tags that provide metadata about the label group you are creating.
|
CreateInferenceSchedulerRequest.Builder |
CreateInferenceSchedulerRequest.Builder.tags(Tag... tags)
Any tags associated with the inference scheduler.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Any tags associated with the resource.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Tag... tags)
Any tags associated with the ingested data described in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tag or tags to be associated with a specific resource.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.tags(Collection<Tag> tags)
Any tags associated with the ML model being created.
|
CreateLabelGroupRequest.Builder |
CreateLabelGroupRequest.Builder.tags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
|
CreateInferenceSchedulerRequest.Builder |
CreateInferenceSchedulerRequest.Builder.tags(Collection<Tag> tags)
Any tags associated with the inference scheduler.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Any tags associated with the resource.
|
CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.tags(Collection<Tag> tags)
Any tags associated with the ingested data described in the dataset.
|
Copyright © 2022. All rights reserved.