Interface CreateTrainedModelResponse.Builder

  • Method Details

    • trainedModelArn

      CreateTrainedModelResponse.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the trained model.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the trained model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      CreateTrainedModelResponse.Builder versionIdentifier(String versionIdentifier)

      The unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.

      The initial version identifier for the base version of the trained model is "NULL".

      Parameters:
      versionIdentifier - The unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.

      The initial version identifier for the base version of the trained model is "NULL".

      Returns:
      Returns a reference to this object so that method calls can be chained together.