| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Key for the tag.
|
Tag |
Tag.withValue(String value)
Value for the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateModelCustomizationJobRequest.getCustomModelTags()
Assign tags to the custom model.
|
List<Tag> |
CreateModelCustomizationJobRequest.getJobTags()
Assign tags to the job.
|
List<Tag> |
TagResourceRequest.getTags()
Tags to associate with the resource.
|
List<Tag> |
CreateProvisionedModelThroughputRequest.getTags()
Tags to associate with this provisioned throughput.
|
List<Tag> |
ListTagsForResourceResult.getTags()
An array of the tags associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withCustomModelTags(Tag... customModelTags)
Assign tags to the custom model.
|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withJobTags(Tag... jobTags)
Assign tags to the job.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Tags to associate with the resource.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withTags(Tag... tags)
Tags to associate with this provisioned throughput.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of the tags associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelCustomizationJobRequest.setCustomModelTags(Collection<Tag> customModelTags)
Assign tags to the custom model.
|
void |
CreateModelCustomizationJobRequest.setJobTags(Collection<Tag> jobTags)
Assign tags to the job.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Tags to associate with the resource.
|
void |
CreateProvisionedModelThroughputRequest.setTags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of the tags associated with this resource.
|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withCustomModelTags(Collection<Tag> customModelTags)
Assign tags to the custom model.
|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withJobTags(Collection<Tag> jobTags)
Assign tags to the job.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Tags to associate with the resource.
|
CreateProvisionedModelThroughputRequest |
CreateProvisionedModelThroughputRequest.withTags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of the tags associated with this resource.
|
Copyright © 2024. All rights reserved.