GetModelVersionResult
public struct GetModelVersionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The model version ARN.
Declaration
Swift
public let arn: String? -
The event details.
Declaration
Swift
public let externalEventsDetail: ExternalEventsDetail? -
The model ID.
Declaration
Swift
public let modelId: String? -
The model type.
Declaration
Swift
public let modelType: ModelTypeEnum? -
The model version number.
Declaration
Swift
public let modelVersionNumber: String? -
The model version status.
Declaration
Swift
public let status: String? -
The training data schema.
Declaration
Swift
public let trainingDataSchema: TrainingDataSchema? -
The training data source.
Declaration
Swift
public let trainingDataSource: TrainingDataSourceEnum? -
init(arn:externalEventsDetail:modelId:modelType:modelVersionNumber:status:trainingDataSchema:trainingDataSource:)Undocumented
Declaration
Swift
public init(arn: String? = nil, externalEventsDetail: ExternalEventsDetail? = nil, modelId: String? = nil, modelType: ModelTypeEnum? = nil, modelVersionNumber: String? = nil, status: String? = nil, trainingDataSchema: TrainingDataSchema? = nil, trainingDataSource: TrainingDataSourceEnum? = nil)
View on GitHub
GetModelVersionResult Structure Reference