DescribeDatasetGroupResponse

public struct DescribeDatasetGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When the dataset group was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

    Declaration

    Swift

    public let datasetArns: [String]?
  • The ARN of the dataset group.

    Declaration

    Swift

    public let datasetGroupArn: String?
  • The name of the dataset group.

    Declaration

    Swift

    public let datasetGroupName: String?
  • The domain associated with the dataset group.

    Declaration

    Swift

    public let domain: Domain?
  • When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call.

    Declaration

    Swift

    public let lastModificationTime: TimeStamp?
  • The status of the dataset group. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED The UPDATE states apply when you call the UpdateDatasetGroup operation. The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationTime: TimeStamp? = nil, datasetArns: [String]? = nil, datasetGroupArn: String? = nil, datasetGroupName: String? = nil, domain: Domain? = nil, lastModificationTime: TimeStamp? = nil, status: String? = nil)