CreateDatasetRequest
public struct CreateDatasetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
Declaration
Swift
public let datasetGroupArn: String -
The type of dataset. One of the following (case insensitive) values: Interactions Items Users
Declaration
Swift
public let datasetType: String -
The name for the dataset.
Declaration
Swift
public let name: String -
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
Declaration
Swift
public let schemaArn: String -
Undocumented
Declaration
Swift
public init(datasetGroupArn: String, datasetType: String, name: String, schemaArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDatasetRequest Structure Reference