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>CreateModelImportJobRequest. importedModelTags()Tags to attach to the imported 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>CreateModelImportJobRequest. jobTags()Tags to attach to this import job.List<Tag>CreateCustomModelRequest. modelTags()A list of key-value pairs to associate with the custom model resource.List<Tag>CreateGuardrailRequest. tags()The tags that you want to attach to the guardrail.List<Tag>CreateInferenceProfileRequest. tags()An array of objects, each of which contains a tag and its value.List<Tag>CreateMarketplaceModelEndpointRequest. tags()An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.List<Tag>CreateModelInvocationJobRequest. tags()Any tags to associate with the batch inference job.List<Tag>CreatePromptRouterRequest. tags()An array of key-value pairs to apply to this resource as tags.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.List<Tag>CreateModelCopyJobRequest. targetModelTags()Tags to associate with the target model.List<Tag>GetModelCopyJobResponse. targetModelTags()The tags associated with the copied model.List<Tag>ModelCopyJobSummary. targetModelTags()Tags associated with the copied model.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.CreateModelImportJobRequest.BuilderCreateModelImportJobRequest.Builder. importedModelTags(Tag... importedModelTags)Tags to attach to the imported 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.CreateModelImportJobRequest.BuilderCreateModelImportJobRequest.Builder. jobTags(Tag... jobTags)Tags to attach to this import job.CreateCustomModelRequest.BuilderCreateCustomModelRequest.Builder. modelTags(Tag... modelTags)A list of key-value pairs to associate with the custom model resource.CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. tags(Tag... tags)The tags that you want to attach to the guardrail.CreateInferenceProfileRequest.BuilderCreateInferenceProfileRequest.Builder. tags(Tag... tags)An array of objects, each of which contains a tag and its value.CreateMarketplaceModelEndpointRequest.BuilderCreateMarketplaceModelEndpointRequest.Builder. tags(Tag... tags)An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.CreateModelInvocationJobRequest.BuilderCreateModelInvocationJobRequest.Builder. tags(Tag... tags)Any tags to associate with the batch inference job.CreatePromptRouterRequest.BuilderCreatePromptRouterRequest.Builder. tags(Tag... tags)An array of key-value pairs to apply to this resource as tags.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.CreateModelCopyJobRequest.BuilderCreateModelCopyJobRequest.Builder. targetModelTags(Tag... targetModelTags)Tags to associate with the target model.GetModelCopyJobResponse.BuilderGetModelCopyJobResponse.Builder. targetModelTags(Tag... targetModelTags)The tags associated with the copied model.ModelCopyJobSummary.BuilderModelCopyJobSummary.Builder. targetModelTags(Tag... targetModelTags)Tags associated with the copied model.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.CreateModelImportJobRequest.BuilderCreateModelImportJobRequest.Builder. importedModelTags(Collection<Tag> importedModelTags)Tags to attach to the imported 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.CreateModelImportJobRequest.BuilderCreateModelImportJobRequest.Builder. jobTags(Collection<Tag> jobTags)Tags to attach to this import job.CreateCustomModelRequest.BuilderCreateCustomModelRequest.Builder. modelTags(Collection<Tag> modelTags)A list of key-value pairs to associate with the custom model resource.CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. tags(Collection<Tag> tags)The tags that you want to attach to the guardrail.CreateInferenceProfileRequest.BuilderCreateInferenceProfileRequest.Builder. tags(Collection<Tag> tags)An array of objects, each of which contains a tag and its value.CreateMarketplaceModelEndpointRequest.BuilderCreateMarketplaceModelEndpointRequest.Builder. tags(Collection<Tag> tags)An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.CreateModelInvocationJobRequest.BuilderCreateModelInvocationJobRequest.Builder. tags(Collection<Tag> tags)Any tags to associate with the batch inference job.CreatePromptRouterRequest.BuilderCreatePromptRouterRequest.Builder. tags(Collection<Tag> tags)An array of key-value pairs to apply to this resource as tags.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.CreateModelCopyJobRequest.BuilderCreateModelCopyJobRequest.Builder. targetModelTags(Collection<Tag> targetModelTags)Tags to associate with the target model.GetModelCopyJobResponse.BuilderGetModelCopyJobResponse.Builder. targetModelTags(Collection<Tag> targetModelTags)The tags associated with the copied model.ModelCopyJobSummary.BuilderModelCopyJobSummary.Builder. targetModelTags(Collection<Tag> targetModelTags)Tags associated with the copied model.
-