Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of Tag in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDatasetRequest. tags()Any tags associated with the ingested data described in the dataset.List<Tag>CreateInferenceSchedulerRequest. tags()Any tags associated with the inference scheduler.List<Tag>CreateLabelGroupRequest. tags()Tags that provide metadata about the label group you are creating.List<Tag>CreateModelRequest. tags()Any tags associated with the machine learning model being created.List<Tag>ImportDatasetRequest. tags()Any tags associated with the dataset to be created.List<Tag>ImportModelVersionRequest. tags()The tags associated with the machine learning model to be created.List<Tag>ListTagsForResourceResponse. tags()Any tags associated with the resource.List<Tag>TagResourceRequest. tags()The tag or tags to be associated with a specific resource.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type Tag Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Tag... tags)Any tags associated with the ingested data described in the dataset.CreateInferenceSchedulerRequest.BuilderCreateInferenceSchedulerRequest.Builder. tags(Tag... tags)Any tags associated with the inference scheduler.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. tags(Tag... tags)Tags that provide metadata about the label group you are creating.CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Tag... tags)Any tags associated with the machine learning model being created.ImportDatasetRequest.BuilderImportDatasetRequest.Builder. tags(Tag... tags)Any tags associated with the dataset to be created.ImportModelVersionRequest.BuilderImportModelVersionRequest.Builder. tags(Tag... tags)The tags associated with the machine learning model to be created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Any tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tag or tags to be associated with a specific resource.Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type Tag Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Collection<Tag> tags)Any tags associated with the ingested data described in the dataset.CreateInferenceSchedulerRequest.BuilderCreateInferenceSchedulerRequest.Builder. tags(Collection<Tag> tags)Any tags associated with the inference scheduler.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. tags(Collection<Tag> tags)Tags that provide metadata about the label group you are creating.CreateModelRequest.BuilderCreateModelRequest.Builder. tags(Collection<Tag> tags)Any tags associated with the machine learning model being created.ImportDatasetRequest.BuilderImportDatasetRequest.Builder. tags(Collection<Tag> tags)Any tags associated with the dataset to be created.ImportModelVersionRequest.BuilderImportModelVersionRequest.Builder. tags(Collection<Tag> tags)The tags associated with the machine learning model to be created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Any tags associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tag or tags to be associated with a specific resource.
-