Interface SageMakerAlgorithmRecommendation.Builder

  • Method Details

    • recommendedBatchTransformInstanceType

      SageMakerAlgorithmRecommendation.Builder recommendedBatchTransformInstanceType(String recommendedBatchTransformInstanceType)

      The recommended instance type for batch inference.

      Parameters:
      recommendedBatchTransformInstanceType - The recommended instance type for batch inference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendedRealtimeInferenceInstanceType

      SageMakerAlgorithmRecommendation.Builder recommendedRealtimeInferenceInstanceType(String recommendedRealtimeInferenceInstanceType)

      The recommended instance type for real-time inference.

      Parameters:
      recommendedRealtimeInferenceInstanceType - The recommended instance type for real-time inference.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recommendedTrainingInstanceType

      SageMakerAlgorithmRecommendation.Builder recommendedTrainingInstanceType(String recommendedTrainingInstanceType)

      The recommended instance type for training.

      Parameters:
      recommendedTrainingInstanceType - The recommended instance type for training.
      Returns:
      Returns a reference to this object so that method calls can be chained together.