

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Neptune ML 管理 API のエラーと例外
<a name="machine-learning-api-exceptions"></a>

すべての Neptune ML 管理 API 例外は 400 HTTP コードを返します。これらの例外を受け取った後、例外を生成したコマンドは再試行しないでください。

****
+ ** `MissingParameterException`** -エラーメッセージ:

  `Required credentials are missing. Please add IAM role to the cluster or pass as a parameter to this request.`
+ ** `InvalidParameterException`** -エラーメッセージ (複数) :
  + `Invalid ML instance type.`
  + `Invalid ID provided. ID can be 1-48 alphanumeric characters.`
  + `Invalid ID provided. Must contain only letters, digits, or hyphens.`
  + `Invalid ID provided. Please check whether a resource with the given ID exists.`
  + `Another resource with same ID already exists. Please use a new ID.`
  + `Failed to stop the job because it has already completed or failed.`
+ ** `BadRequestException`** -エラーメッセージ (複数) :
  + `Invalid S3 URL or incorrect S3 permissions. Please check your S3 configuration.`
  + `Provided ModelTraining job has not completed.`
  + `Provided SageMaker AI Training job has not completed.`
  + `Provided MLDataProcessing job is not completed.`
  + `Provided MLModelTraining job doesn't exist.`
  + `Provided ModelTransformJob doesn't exist.`
  + `Unable to find SageMaker AI resource. Please check your input.`