SageMakerMachineLearningModelResourceData constructor

SageMakerMachineLearningModelResourceData({
  1. String? destinationPath,
  2. ResourceDownloadOwnerSetting? ownerSetting,
  3. String? sageMakerJobArn,
})

Implementation

SageMakerMachineLearningModelResourceData({
  this.destinationPath,
  this.ownerSetting,
  this.sageMakerJobArn,
});