InferenceSpecification
public struct InferenceSpecification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon ECR registry path of the Docker image that contains the inference code.
Declaration
Swift
public let containers: [ModelPackageContainerDefinition]
-
The supported MIME types for the input data.
Declaration
Swift
public let supportedContentTypes: [String]
-
A list of the instance types that are used to generate inferences in real-time.
Declaration
Swift
public let supportedRealtimeInferenceInstanceTypes: [ProductionVariantInstanceType]
-
The supported MIME types for the output data.
Declaration
Swift
public let supportedResponseMIMETypes: [String]
-
A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
Declaration
Swift
public let supportedTransformInstanceTypes: [TransformInstanceType]
-
init(containers:supportedContentTypes:supportedRealtimeInferenceInstanceTypes:supportedResponseMIMETypes:supportedTransformInstanceTypes:)
Undocumented
Declaration
Swift
public init(containers: [ModelPackageContainerDefinition], supportedContentTypes: [String], supportedRealtimeInferenceInstanceTypes: [ProductionVariantInstanceType], supportedResponseMIMETypes: [String], supportedTransformInstanceTypes: [TransformInstanceType])
-
Declaration
Swift
public func validate(name: String) throws