CollectionConfiguration

public struct CollectionConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the tensor collection. The name must be unique relative to other rule configuration names.

    Declaration

    Swift

    public let collectionName: String?
  • Parameter values for the tensor collection. The allowed parameters are “name”, “include_regex”, “reduction_config”, “save_config”, “tensor_names”, and “save_histogram”.

    Declaration

    Swift

    public let collectionParameters: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(collectionName: String? = nil, collectionParameters: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws