| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for the specified tag.
|
Tag |
Tag.withValue(String value)
The value for the specified tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tag or tags to be associated with a specific resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Any tags associated with the resource.
|
List<Tag> |
CreateModelRequest.getTags()
Any tags associated with the ML model being created.
|
List<Tag> |
CreateLabelGroupRequest.getTags()
Tags that provide metadata about the label group you are creating.
|
List<Tag> |
CreateInferenceSchedulerRequest.getTags()
Any tags associated with the inference scheduler.
|
List<Tag> |
CreateDatasetRequest.getTags()
Any tags associated with the ingested data described in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tag or tags to be associated with a specific resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Any tags associated with the resource.
|
CreateModelRequest |
CreateModelRequest.withTags(Tag... tags)
Any tags associated with the ML model being created.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withTags(Tag... tags)
Tags that provide metadata about the label group you are creating.
|
CreateInferenceSchedulerRequest |
CreateInferenceSchedulerRequest.withTags(Tag... tags)
Any tags associated with the inference scheduler.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Tag... tags)
Any tags associated with the ingested data described in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tag or tags to be associated with a specific resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Any tags associated with the resource.
|
void |
CreateModelRequest.setTags(Collection<Tag> tags)
Any tags associated with the ML model being created.
|
void |
CreateLabelGroupRequest.setTags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
|
void |
CreateInferenceSchedulerRequest.setTags(Collection<Tag> tags)
Any tags associated with the inference scheduler.
|
void |
CreateDatasetRequest.setTags(Collection<Tag> tags)
Any tags associated with the ingested data described in the dataset.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tag or tags to be associated with a specific resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Any tags associated with the resource.
|
CreateModelRequest |
CreateModelRequest.withTags(Collection<Tag> tags)
Any tags associated with the ML model being created.
|
CreateLabelGroupRequest |
CreateLabelGroupRequest.withTags(Collection<Tag> tags)
Tags that provide metadata about the label group you are creating.
|
CreateInferenceSchedulerRequest |
CreateInferenceSchedulerRequest.withTags(Collection<Tag> tags)
Any tags associated with the inference scheduler.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Collection<Tag> tags)
Any tags associated with the ingested data described in the dataset.
|
Copyright © 2023. All rights reserved.