AWSMachineLearningDeleteRealtimeEndpointOutput
Objective-C
@interface AWSMachineLearningDeleteRealtimeEndpointOutput
Swift
class AWSMachineLearningDeleteRealtimeEndpointOutput
Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId and the endpoint information for the MLModel.
-
A user-supplied ID that uniquely identifies the
MLModel. This value should be identical to the value of theMLModelIdin the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;Swift
var mlModelId: String? { get set } -
The endpoint information of the
MLModelDeclaration
Objective-C
@property (nonatomic, strong) AWSMachineLearningRealtimeEndpointInfo *_Nullable realtimeEndpointInfo;Swift
var realtimeEndpointInfo: AWSMachineLearningRealtimeEndpointInfo? { get set }
View on GitHub
Install in Dash
AWSMachineLearningDeleteRealtimeEndpointOutput Class Reference