ExternalModel
public struct ExternalModel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The model ARN.
Declaration
Swift
public let arn: String?
-
Timestamp of when the model was last created.
Declaration
Swift
public let createdTime: String?
-
The input configuration.
Declaration
Swift
public let inputConfiguration: ModelInputConfiguration?
-
The role used to invoke the model.
Declaration
Swift
public let invokeModelEndpointRoleArn: String?
-
Timestamp of when the model was last updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
The Amazon SageMaker model endpoints.
Declaration
Swift
public let modelEndpoint: String?
-
The Amazon Fraud Detector status for the external model endpoint
Declaration
Swift
public let modelEndpointStatus: ModelEndpointStatus?
-
The source of the model.
Declaration
Swift
public let modelSource: ModelSource?
-
The output configuration.
Declaration
Swift
public let outputConfiguration: ModelOutputConfiguration?
-
init(arn:createdTime:inputConfiguration:invokeModelEndpointRoleArn:lastUpdatedTime:modelEndpoint:modelEndpointStatus:modelSource:outputConfiguration:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, inputConfiguration: ModelInputConfiguration? = nil, invokeModelEndpointRoleArn: String? = nil, lastUpdatedTime: String? = nil, modelEndpoint: String? = nil, modelEndpointStatus: ModelEndpointStatus? = nil, modelSource: ModelSource? = nil, outputConfiguration: ModelOutputConfiguration? = nil)