AWSMachineLearningCreateRealtimeEndpointInput
Objective-C
@interface AWSMachineLearningCreateRealtimeEndpointInput
Swift
class AWSMachineLearningCreateRealtimeEndpointInput
-
The ID assigned to the
MLModel
during creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;
Swift
var mlModelId: String? { get set }