AddTagsInput
public struct AddTagsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the ML object to tag. For example, exampleModelId.
Declaration
Swift
public let resourceId: String
-
The type of the ML object to tag.
Declaration
Swift
public let resourceType: TaggableResourceType
-
The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceId: String, resourceType: TaggableResourceType, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws