AWSMachineLearningGetMLModelInput

Objective-C

@interface AWSMachineLearningGetMLModelInput

Swift

class AWSMachineLearningGetMLModelInput
  • The ID assigned to the MLModel at creation.

    Declaration

    Objective-C

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

    Swift

    var mlModelId: String? { get set }
  • Specifies whether the GetMLModel operation should return Recipe.

    If true, Recipe is returned.

    If false, Recipe is not returned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable verbose;

    Swift

    var verbose: NSNumber? { get set }