ModelVersionDetail
public struct ModelVersionDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The model version ARN.
Declaration
Swift
public let arn: String? -
The timestamp when the model was created.
Declaration
Swift
public let createdTime: String? -
The event details.
Declaration
Swift
public let externalEventsDetail: ExternalEventsDetail? -
The timestamp when the model was last updated.
Declaration
Swift
public let lastUpdatedTime: String? -
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 status of the model version.
Declaration
Swift
public let status: String? -
The training data schema.
Declaration
Swift
public let trainingDataSchema: TrainingDataSchema? -
The model version training data source.
Declaration
Swift
public let trainingDataSource: TrainingDataSourceEnum? -
The training results.
Declaration
Swift
public let trainingResult: TrainingResult? -
init(arn:createdTime:externalEventsDetail:lastUpdatedTime:modelId:modelType:modelVersionNumber:status:trainingDataSchema:trainingDataSource:trainingResult:)Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, externalEventsDetail: ExternalEventsDetail? = nil, lastUpdatedTime: String? = nil, modelId: String? = nil, modelType: ModelTypeEnum? = nil, modelVersionNumber: String? = nil, status: String? = nil, trainingDataSchema: TrainingDataSchema? = nil, trainingDataSource: TrainingDataSourceEnum? = nil, trainingResult: TrainingResult? = nil)
View on GitHub
ModelVersionDetail Structure Reference