Uses of Class
software.amazon.awssdk.services.bedrock.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of Tag in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateModelCustomizationJobRequest. customModelTags()Tags to attach to the resulting custom model.List<Tag>CreateEvaluationJobRequest. jobTags()Tags to attach to the model evaluation job.List<Tag>CreateModelCustomizationJobRequest. jobTags()Tags to attach to the job.List<Tag>CreateGuardrailRequest. tags()The tags that you want to attach to the guardrail.List<Tag>CreateProvisionedModelThroughputRequest. tags()Tags to associate with this Provisioned Throughput.List<Tag>ListTagsForResourceResponse. tags()An array of the tags associated with this resource.List<Tag>TagResourceRequest. tags()Tags to associate with the resource.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type Tag Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customModelTags(Tag... customModelTags)Tags to attach to the resulting custom model.CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. jobTags(Tag... jobTags)Tags to attach to the model evaluation job.CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. jobTags(Tag... jobTags)Tags to attach to the job.CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. tags(Tag... tags)The tags that you want to attach to the guardrail.CreateProvisionedModelThroughputRequest.BuilderCreateProvisionedModelThroughputRequest.Builder. tags(Tag... tags)Tags to associate with this Provisioned Throughput.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of the tags associated with this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Tags to associate with the resource.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type Tag Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customModelTags(Collection<Tag> customModelTags)Tags to attach to the resulting custom model.CreateEvaluationJobRequest.BuilderCreateEvaluationJobRequest.Builder. jobTags(Collection<Tag> jobTags)Tags to attach to the model evaluation job.CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. jobTags(Collection<Tag> jobTags)Tags to attach to the job.CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. tags(Collection<Tag> tags)The tags that you want to attach to the guardrail.CreateProvisionedModelThroughputRequest.BuilderCreateProvisionedModelThroughputRequest.Builder. tags(Collection<Tag> tags)Tags to associate with this Provisioned Throughput.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of the tags associated with this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the resource.
-