ModelEndpointDataBlob
public struct ModelEndpointDataBlob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The byte buffer of the Amazon SageMaker model endpoint input data blob.
Declaration
Swift
public let byteBuffer: Data? -
The content type of the Amazon SageMaker model endpoint input data blob.
Declaration
Swift
public let contentType: String? -
Undocumented
Declaration
Swift
public init(byteBuffer: Data? = nil, contentType: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ModelEndpointDataBlob Structure Reference