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 the MLModelId in the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable MLModelId;

    Swift

    var mlModelId: String? { get set }
  • The endpoint information of the MLModel

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSMachineLearningRealtimeEndpointInfo *_Nullable realtimeEndpointInfo;

    Swift

    var realtimeEndpointInfo: AWSMachineLearningRealtimeEndpointInfo? { get set }