DescribeEndpointConfigOutput
public struct DescribeEndpointConfigOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A timestamp that shows when the endpoint configuration was created.
Declaration
Swift
public let creationTime: TimeStamp
-
Undocumented
Declaration
Swift
public let dataCaptureConfig: DataCaptureConfig?
-
The Amazon Resource Name (ARN) of the endpoint configuration.
Declaration
Swift
public let endpointConfigArn: String
-
Name of the Amazon SageMaker endpoint configuration.
Declaration
Swift
public let endpointConfigName: String
-
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
Declaration
Swift
public let kmsKeyId: String?
-
An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
Declaration
Swift
public let productionVariants: [ProductionVariant]
-
init(creationTime:dataCaptureConfig:endpointConfigArn:endpointConfigName:kmsKeyId:productionVariants:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, dataCaptureConfig: DataCaptureConfig? = nil, endpointConfigArn: String, endpointConfigName: String, kmsKeyId: String? = nil, productionVariants: [ProductionVariant])