| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateModelCustomizationJobRequest.customModelTags()
Assign tags to the custom model.
|
List<Tag> |
CreateModelCustomizationJobRequest.jobTags()
Assign tags to the job.
|
List<Tag> |
CreateProvisionedModelThroughputRequest.tags()
Tags to associate with this provisioned throughput.
|
List<Tag> |
TagResourceRequest.tags()
Tags to associate with the resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
An array of the tags associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelCustomizationJobRequest.Builder |
CreateModelCustomizationJobRequest.Builder.customModelTags(Tag... customModelTags)
Assign tags to the custom model.
|
CreateModelCustomizationJobRequest.Builder |
CreateModelCustomizationJobRequest.Builder.jobTags(Tag... jobTags)
Assign tags to the job.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Tag... tags)
Tags to associate with this provisioned throughput.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Tags to associate with the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array of the tags associated with this resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelCustomizationJobRequest.Builder |
CreateModelCustomizationJobRequest.Builder.customModelTags(Collection<Tag> customModelTags)
Assign tags to the custom model.
|
CreateModelCustomizationJobRequest.Builder |
CreateModelCustomizationJobRequest.Builder.jobTags(Collection<Tag> jobTags)
Assign tags to the job.
|
CreateProvisionedModelThroughputRequest.Builder |
CreateProvisionedModelThroughputRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with this provisioned throughput.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array of the tags associated with this resource.
|
Copyright © 2023. All rights reserved.