AWSMachineLearningUpdateBatchPredictionInput
Objective-C
@interface AWSMachineLearningUpdateBatchPredictionInput
Swift
class AWSMachineLearningUpdateBatchPredictionInput
-
The ID assigned to the
BatchPrediction
during creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionId;
Swift
var batchPredictionId: String? { get set }
-
A new user-supplied name or description of the
BatchPrediction
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable batchPredictionName;
Swift
var batchPredictionName: String? { get set }